Class PlanBranchIdentifierProperties
java.lang.Object
com.atlassian.bamboo.specs.api.model.plan.AbstractPlanIdentifierProperties
com.atlassian.bamboo.specs.api.model.plan.PlanBranchIdentifierProperties
- All Implemented Interfaces:
EntityProperties
@Immutable
public final class PlanBranchIdentifierProperties
extends AbstractPlanIdentifierProperties
-
Field Summary
Fields inherited from class com.atlassian.bamboo.specs.api.model.plan.AbstractPlanIdentifierProperties
key, oid
-
Constructor Summary
ConstructorDescriptionPlanBranchIdentifierProperties
(@Nullable BambooKeyProperties key, @Nullable BambooOidProperties oid) -
Method Summary
Methods inherited from class com.atlassian.bamboo.specs.api.model.plan.AbstractPlanIdentifierProperties
equals, getKey, getOid, hashCode, isKeyDefined, isOidDefined, toString
-
Constructor Details
-
PlanBranchIdentifierProperties
public PlanBranchIdentifierProperties(@Nullable @Nullable BambooKeyProperties key, @Nullable @Nullable BambooOidProperties oid) throws PropertiesValidationException - Throws:
PropertiesValidationException
-
-
Method Details
-
validate
public void validate()- Specified by:
validate
in interfaceEntityProperties
- Overrides:
validate
in classAbstractPlanIdentifierProperties
-