org.sonar.api.technicaldebt.server
Interface Characteristic

All Known Implementing Classes:
DefaultCharacteristic

Deprecated. since 4.3.

@Deprecated
public interface Characteristic

Since:
4.1

Method Summary
 WorkUnit factor()
          Deprecated. since 4.2
 WorkDuration.UNIT factorUnit()
          Deprecated.  
 Integer factorValue()
          Deprecated.  
 String function()
          Deprecated. since 4.3. return null
 Integer id()
          Deprecated.  
 boolean isRequirement()
          Deprecated. since 4.3
 boolean isRoot()
          Deprecated.  
 String key()
          Deprecated.  
 String name()
          Deprecated.  
 WorkUnit offset()
          Deprecated. since 4.2
 WorkDuration.UNIT offsetUnit()
          Deprecated.  
 Integer offsetValue()
          Deprecated.  
 Integer order()
          Deprecated.  
 Integer parentId()
          Deprecated.  
 Integer rootId()
          Deprecated. since 4.3. return null
 RuleKey ruleKey()
          Deprecated. since 4.3. return null
 

Method Detail

id

Integer id()
Deprecated. 

key

String key()
Deprecated. 

name

String name()
Deprecated. 

order

Integer order()
Deprecated. 

parentId

@CheckForNull
Integer parentId()
Deprecated. 

rootId

@Deprecated
@CheckForNull
Integer rootId()
Deprecated. since 4.3. return null


ruleKey

@Deprecated
RuleKey ruleKey()
Deprecated. since 4.3. return null


function

@Deprecated
String function()
Deprecated. since 4.3. return null


factor

@Deprecated
@CheckForNull
WorkUnit factor()
Deprecated. since 4.2


factorValue

@CheckForNull
Integer factorValue()
Deprecated. 
Since:
4.2

factorUnit

@CheckForNull
WorkDuration.UNIT factorUnit()
Deprecated. 
Since:
4.2

offset

@Deprecated
@CheckForNull
WorkUnit offset()
Deprecated. since 4.2


offsetValue

@CheckForNull
Integer offsetValue()
Deprecated. 
Since:
4.2

offsetUnit

@CheckForNull
WorkDuration.UNIT offsetUnit()
Deprecated. 
Since:
4.2

isRoot

boolean isRoot()
Deprecated. 

isRequirement

@Deprecated
boolean isRequirement()
Deprecated. since 4.3



Copyright © 2009–2015 SonarSource. All rights reserved.