org.sonar.batch.debt
Class IssueChangelogDebtCalculator

java.lang.Object
  extended by org.sonar.batch.debt.IssueChangelogDebtCalculator
All Implemented Interfaces:
BatchComponent

public class IssueChangelogDebtCalculator
extends Object
implements BatchComponent

Warning, before modifying this class, please do not forget that it's used by the Dev Cockpit plugin


Constructor Summary
IssueChangelogDebtCalculator()
           
 
Method Summary
 Long calculateNewTechnicalDebt(Issue issue, Date periodDate)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IssueChangelogDebtCalculator

public IssueChangelogDebtCalculator()
Method Detail

calculateNewTechnicalDebt

@CheckForNull
public Long calculateNewTechnicalDebt(Issue issue,
                                                   @Nullable
                                                   Date periodDate)


Copyright © 2009–2015 SonarSource. All rights reserved.