org.sonar.api.technicaldebt.server
Interface TechnicalDebtManager

All Superinterfaces:
ServerComponent

public interface TechnicalDebtManager
extends ServerComponent

Since:
4.1

Method Summary
 Characteristic findCharacteristicById(Integer id)
           
 Characteristic findRequirementByRule(Rule rule)
           
 List<Characteristic> findRootCharacteristics()
           
 

Method Detail

findRootCharacteristics

List<Characteristic> findRootCharacteristics()

findRequirementByRule

Characteristic findRequirementByRule(Rule rule)

findCharacteristicById

Characteristic findCharacteristicById(Integer id)


Copyright © 2009-2014 SonarSource. All Rights Reserved.