Class RequirementProperties
- java.lang.Object
-
- com.atlassian.bamboo.specs.api.model.plan.requirement.RequirementProperties
-
- All Implemented Interfaces:
EntityProperties
@Immutable public class RequirementProperties extends Object implements EntityProperties
-
-
Constructor Summary
Constructors Constructor Description RequirementProperties(String key, String matchValue, Requirement.MatchType matchType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetKey()Requirement.MatchTypegetMatchType()StringgetMatchValue()inthashCode()voidvalidate()
-
-
-
Constructor Detail
-
RequirementProperties
public RequirementProperties(String key, String matchValue, Requirement.MatchType matchType)
-
-
Method Detail
-
getKey
public String getKey()
-
getMatchValue
public String getMatchValue()
-
getMatchType
public Requirement.MatchType getMatchType()
-
validate
public void validate() throws PropertiesValidationException- Specified by:
validatein interfaceEntityProperties- Throws:
PropertiesValidationException
-
-