Uses of Class
org.sonar.api.batch.debt.DebtRemediationFunction.Type

Packages that use DebtRemediationFunction.Type
org.sonar.api.batch.debt   
 

Uses of DebtRemediationFunction.Type in org.sonar.api.batch.debt
 

Methods in org.sonar.api.batch.debt that return DebtRemediationFunction.Type
 DebtRemediationFunction.Type DebtRemediationFunction.type()
           
static DebtRemediationFunction.Type DebtRemediationFunction.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DebtRemediationFunction.Type[] DebtRemediationFunction.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.sonar.api.batch.debt with parameters of type DebtRemediationFunction.Type
static DebtRemediationFunction DebtRemediationFunction.create(DebtRemediationFunction.Type type, Duration coefficient, Duration offset)
           
 



Copyright © 2009-2014 SonarSource. All Rights Reserved.