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