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
ConstructorDescriptionPlanIdentifierProperties
(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:
equals
in classAbstractPlanIdentifierProperties
-
hashCode
public int hashCode()- Overrides:
hashCode
in classAbstractPlanIdentifierProperties
-
toString
- Overrides:
toString
in classAbstractPlanIdentifierProperties
-
validate
public void validate()- Specified by:
validate
in interfaceEntityProperties
- Overrides:
validate
in classAbstractPlanIdentifierProperties
-