Class PlanBranchIdentifier
java.lang.Object
com.atlassian.bamboo.specs.api.builders.EntityPropertiesBuilder<PlanBranchIdentifierProperties>
com.atlassian.bamboo.specs.api.builders.plan.PlanBranchIdentifier
-
Constructor Summary
ConstructorsConstructorDescriptionPlanBranchIdentifier
(@NotNull BambooKey key) PlanBranchIdentifier
(@NotNull BambooOid oid) PlanBranchIdentifier
(@NotNull PlanBranchIdentifier copy) -
Method Summary
-
Constructor Details
-
PlanBranchIdentifier
-
PlanBranchIdentifier
- Throws:
PropertiesValidationException
-
PlanBranchIdentifier
- Throws:
PropertiesValidationException
-
-
Method Details
-
oid
- Throws:
PropertiesValidationException
-
oid
public PlanBranchIdentifier oid(@NotNull @NotNull BambooOid oid) throws PropertiesValidationException - Throws:
PropertiesValidationException
-
key
- Throws:
PropertiesValidationException
-
key
public PlanBranchIdentifier key(@NotNull @NotNull BambooKey key) throws PropertiesValidationException - Throws:
PropertiesValidationException
-
build
- Specified by:
build
in classEntityPropertiesBuilder<PlanBranchIdentifierProperties>
- Throws:
PropertiesValidationException
-