org.sonar.api.technicaldebt.server
Interface Characteristic
- All Known Implementing Classes:
- DefaultCharacteristic
public interface Characteristic
- Since:
- 4.1
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
@Deprecated
@CheckForNull
WorkUnit factor()
- Deprecated. since 4.2
factorValue
@CheckForNull
Integer factorValue()
- Since:
- 4.2
factorUnit
@CheckForNull
WorkDuration.UNIT factorUnit()
- Since:
- 4.2
offset
@Deprecated
@CheckForNull
WorkUnit offset()
- Deprecated. since 4.2
offsetValue
@CheckForNull
Integer offsetValue()
- Since:
- 4.2
offsetUnit
@CheckForNull
WorkDuration.UNIT offsetUnit()
- Since:
- 4.2
isRoot
boolean isRoot()
isRequirement
boolean isRequirement()
Copyright © 2009-2014 SonarSource. All Rights Reserved.