org.sonar.api.technicaldebt.server
Interface Characteristic

All Known Implementing Classes:
DefaultCharacteristic

public interface Characteristic

Since:
4.1

Method Summary
 WorkUnit factor()
           
 String function()
           
 Integer id()
           
 boolean isRequirement()
           
 boolean isRoot()
           
 String key()
           
 String name()
           
 WorkUnit offset()
           
 Integer order()
           
 Integer parentId()
           
 Integer rootId()
           
 RuleKey ruleKey()
           
 

Method Detail

id

Integer id()

key

String key()

name

String name()

order

Integer order()

parentId

@CheckForNull
Integer parentId()

rootId

@CheckForNull
Integer rootId()

ruleKey

RuleKey ruleKey()

function

String function()

factor

WorkUnit factor()

offset

WorkUnit offset()

isRoot

boolean isRoot()

isRequirement

boolean isRequirement()


Copyright © 2009-2014 SonarSource. All Rights Reserved.