Class PlanIdentifierProperties
java.lang.Object
com.atlassian.bamboo.specs.api.model.plan.AbstractPlanIdentifierProperties
com.atlassian.bamboo.specs.api.model.plan.PlanIdentifierProperties
- All Implemented Interfaces:
EntityProperties
-
Field Summary
Fields inherited from class com.atlassian.bamboo.specs.api.model.plan.AbstractPlanIdentifierProperties
key, oid -
Constructor Summary
ConstructorsConstructorDescriptionPlanIdentifierProperties(BambooKeyProperties projectKey, BambooKeyProperties key, BambooOidProperties oid) -
Method Summary
Methods inherited from class com.atlassian.bamboo.specs.api.model.plan.AbstractPlanIdentifierProperties
getKey, getOid, isKeyDefined, isOidDefined
-
Constructor Details
-
PlanIdentifierProperties
public PlanIdentifierProperties(BambooKeyProperties projectKey, BambooKeyProperties key, BambooOidProperties oid)
-
-
Method Details
-
getProjectKey
-
isFullKeyDefined
public boolean isFullKeyDefined() -
equals
- Overrides:
equalsin classAbstractPlanIdentifierProperties
-
hashCode
public int hashCode()- Overrides:
hashCodein classAbstractPlanIdentifierProperties
-
toString
- Overrides:
toStringin classAbstractPlanIdentifierProperties
-
validate
public void validate()- Specified by:
validatein interfaceEntityProperties- Overrides:
validatein classAbstractPlanIdentifierProperties
-