org.sonar.api.technicaldebt.batch
Interface Requirement

All Known Implementing Classes:
DefaultRequirement

public interface Requirement

Since:
4.1

Method Summary
 Characteristic characteristic()
           
 Date createdAt()
           
 WorkUnit factor()
           
 String function()
           
 Integer id()
           
 WorkUnit offset()
           
 Characteristic rootCharacteristic()
           
 RuleKey ruleKey()
           
 Date updatedAt()
           
 

Method Detail

id

Integer id()

ruleKey

RuleKey ruleKey()

characteristic

Characteristic characteristic()

rootCharacteristic

Characteristic rootCharacteristic()

function

String function()

factor

WorkUnit factor()

offset

WorkUnit offset()

createdAt

Date createdAt()

updatedAt

Date updatedAt()


Copyright © 2009-2014 SonarSource. All Rights Reserved.