| Package | Description |
|---|---|
| org.sonar.plugins.toxicity.debts.cost | |
| org.sonar.plugins.toxicity.model |
| Modifier and Type | Method and Description |
|---|---|
DebtType |
DebtProcessor.getType() |
| Modifier and Type | Method and Description |
|---|---|
DebtType |
Debt.getDebtType() |
static DebtType |
DebtType.getDebtTypeByKey(String key) |
static DebtType |
DebtType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DebtType[] |
DebtType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
Toxicity.getTotalCostByDebt(DebtType debtType) |
| Constructor and Description |
|---|
Debt(DebtType debtType) |
Copyright © 2012–2015 Cezar Coca. All rights reserved.