The following tables list the members exposed by DebtSettings.
Public Constructors
Public Fields
Public Properties
| Name | Description |
| A2B_RatingThreshold |
Returns the percentage of technical debt under which, a code element gets the A rating.
|
| AnnualInterestDefault | The default AnnualInterest.AnnualInterest.Value for issues for which AnnualInterest is not defined. |
| AnnualInterestFactor | A factor that multiplies AnnualInterest.AnnualInterest.Value of all issues. |
| B2C_RatingThreshold |
Returns the percentage of technical debt under which, a code element gets the B rating.
|
| C2D_RatingThreshold |
Returns the percentage of technical debt under which, a code element gets the C rating.
|
| Critical2Blocker_SeverityThreshold | A AnnualInterest value below (or equals) the returned threshold has a Severity.Critical severity, and above the returned threshold, a Severity.Blocker severity. |
| Currency | Gets or sets the currency in which, MoneyPerManHour is expressed. |
| CurrencyLocation |
Gets or sets the currency location, before or after, the figure.
|
| D2E_RatingThreshold |
Returns the percentage of technical debt under which, a code element gets the D rating. Any percentage of technical debt value higher than this value will get the E rating.
|
| DebtDefault | The default Debt.Debt.Value for issues for which Debt is not defined. |
| DebtFactor | A factor that multiplies Debt.Debt.Value of all issues. |
| DebtStringFormat | The debt string format used by IDebtFormatter.IDebtFormatter.ToString method. |
| EstimatedEffortToDevelopOneLogicalLineOfCode |
Gets the estimated time to develop one logical line of code.
|
| EstimatedNumberOfManDayToDevelop1000LogicalLinesOfCode | Gets or sets the estimated number of man-days to develop 1.000 logical lines of code, as defined by NbLinesOfCode. |
| High2CriticalSeverityThreshold | A AnnualInterest value below (or equals) the returned threshold has a Severity.High severity, and above the returned threshold, a Severity.Critical severity. |
| Info2Minor_SeverityThreshold |
Use Low2MediumSeverityThreshold instead
|
| Low2MediumSeverityThreshold | A AnnualInterest value below (or equals) the returned threshold has a Severity.Low severity, and above the returned threshold, a Severity.Medium severity. |
| Major2Critical_SeverityThreshold |
Use High2CriticalSeverityThreshold instead
|
| Medium2HighSeverityThreshold | A AnnualInterest value below (or equals) the returned threshold has a Severity.Medium severity, and above the returned threshold, a Severity.High severity. |
| Minor2Major_SeverityThreshold |
Use Medium2HighSeverityThreshold instead
|
| MoneyPerManHour | Gets or sets the average cost of a man-hour of developement, expressed in Currency. |
| NumberOfWorkDayPerYear | Gets or sets the number of worked day per developer per year. This value is used to format Debt and AnnualInterest values in terms of man-years and man-months. |
| NumberOfWorkHourPerDay | Gets or sets the number of worked hour per developer work day. This value is used to format Debt and AnnualInterest values in terms of man-days. |
Top
Public Methods
Extension Methods
See Also