org.sonar.api.technicaldebt.batch
Interface TechnicalDebtModel

All Superinterfaces:
BatchComponent

Deprecated. since 4.3

@Deprecated
public interface TechnicalDebtModel
extends BatchComponent

Since:
4.1 Used by Views plugin

Method Summary
 Characteristic characteristicById(Integer id)
          Deprecated.  
 Characteristic characteristicByKey(String key)
          Deprecated.  
 List<DefaultCharacteristic> characteristics()
          Deprecated.  
 List<? extends Requirement> requirements()
          Deprecated. since 4.3. Always return empty list
 Requirement requirementsById(Integer id)
          Deprecated. since 4.3. Always return null
 Requirement requirementsByRule(RuleKey ruleKey)
          Deprecated. since 4.3. Always return null
 

Method Detail

characteristicById

@CheckForNull
Characteristic characteristicById(Integer id)
Deprecated. 

characteristicByKey

@CheckForNull
Characteristic characteristicByKey(String key)
Deprecated. 

requirementsByRule

@CheckForNull
@Deprecated
Requirement requirementsByRule(RuleKey ruleKey)
Deprecated. since 4.3. Always return null


requirementsById

@CheckForNull
@Deprecated
Requirement requirementsById(Integer id)
Deprecated. since 4.3. Always return null


requirements

@Deprecated
List<? extends Requirement> requirements()
Deprecated. since 4.3. Always return empty list


characteristics

List<DefaultCharacteristic> characteristics()
Deprecated. 
Since:
4.3


Copyright © 2009–2015 SonarSource. All rights reserved.