|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Requirement
Method Summary | |
---|---|
java.lang.String |
getKey()
Represents the requirement. |
java.lang.String |
getMatchValue()
A match requirement value. |
RequirementSet |
getRequirementSet()
|
java.lang.Boolean |
isReadonly()
If a requirement is readonly, it cannot be removed through the UI (the backend can do what it wants, however) |
boolean |
isRegexMatch()
Is this a regex match requirement or exact match requirement. |
boolean |
isSystemRequirement()
Is this a system requirement? System requirements are builder/jdk requirements which cannot be removed from the plan. |
void |
setKey(java.lang.String key)
|
void |
setReadonly(java.lang.Boolean readonly)
|
void |
setRequirementSet(RequirementSet requirementSet)
|
Methods inherited from interface com.atlassian.bamboo.core.BambooObject |
---|
getId, setId |
Method Detail |
---|
@NotNull java.lang.String getKey()
Capability
getKey().
@Nullable java.lang.String getMatchValue()
Capability
value.
boolean isRegexMatch()
boolean isSystemRequirement()
java.lang.Boolean isReadonly()
void setReadonly(java.lang.Boolean readonly)
RequirementSet getRequirementSet()
void setRequirementSet(RequirementSet requirementSet)
void setKey(java.lang.String key)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |