Interface DebtRemediationFunction

  • All Known Implementing Classes:
    DefaultDebtRemediationFunction

    public interface DebtRemediationFunction
    Function used to calculate the remediation cost of an issue. See DebtRemediationFunction.Type for details.

    The gap multiplier and base effort involved in the functions are durations. They are defined in hours, minutes and/or seconds. Examples: "5min", "1h 10min". Supported units are "d" (days), "h" (hour), and "min" (minutes).

    Since:
    4.3