org.sonar.api.technicaldebt.batch
Interface TechnicalDebtModel


public interface TechnicalDebtModel

Since:
4.1

Method Summary
 Characteristic characteristicById(Integer id)
           
 Characteristic characteristicByKey(String key)
           
 List<? extends Requirement> requirements()
           
 Requirement requirementsById(Integer id)
           
 Requirement requirementsByRule(RuleKey ruleKey)
           
 

Method Detail

characteristicById

@CheckForNull
Characteristic characteristicById(Integer id)

characteristicByKey

@CheckForNull
Characteristic characteristicByKey(String key)

requirementsByRule

@CheckForNull
Requirement requirementsByRule(RuleKey ruleKey)

requirementsById

@CheckForNull
Requirement requirementsById(Integer id)

requirements

List<? extends Requirement> requirements()


Copyright © 2009-2014 SonarSource. All Rights Reserved.