| Package | Description |
|---|---|
| org.sonar.api.server.debt | |
| org.sonar.api.server.debt.internal | |
| org.sonar.api.server.rule |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
DebtRemediationFunction.Type |
DefaultDebtRemediationFunction.type() |
| Constructor and Description |
|---|
DefaultDebtRemediationFunction(DebtRemediationFunction.Type type,
String gapMultiplier,
String baseEffort) |
| Modifier and Type | Method and Description |
|---|---|
DebtRemediationFunction |
RulesDefinition.DebtRemediationFunctions.create(DebtRemediationFunction.Type type,
String gapMultiplier,
String baseEffort)
Flexible way to create a
DebtRemediationFunction. |
Copyright © 2009–2016 SonarSource. All rights reserved.