Class PlanBranchIdentifier
- java.lang.Object
-
- com.atlassian.bamboo.specs.api.builders.EntityPropertiesBuilder<PlanBranchIdentifierProperties>
-
- com.atlassian.bamboo.specs.api.builders.plan.PlanBranchIdentifier
-
public class PlanBranchIdentifier extends EntityPropertiesBuilder<PlanBranchIdentifierProperties>
-
-
Constructor Summary
Constructors Constructor Description PlanBranchIdentifier(@NotNull BambooKey key)PlanBranchIdentifier(@NotNull BambooOid oid)PlanBranchIdentifier(@NotNull PlanBranchIdentifier copy)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected PlanBranchIdentifierPropertiesbuild()PlanBranchIdentifierkey(@NotNull BambooKey key)PlanBranchIdentifierkey(@NotNull java.lang.String key)PlanBranchIdentifieroid(@NotNull BambooOid oid)PlanBranchIdentifieroid(@NotNull java.lang.String oid)
-
-
-
Constructor Detail
-
PlanBranchIdentifier
public PlanBranchIdentifier(@NotNull @NotNull PlanBranchIdentifier copy)
-
PlanBranchIdentifier
public PlanBranchIdentifier(@NotNull @NotNull BambooKey key) throws PropertiesValidationException- Throws:
PropertiesValidationException
-
PlanBranchIdentifier
public PlanBranchIdentifier(@NotNull @NotNull BambooOid oid) throws PropertiesValidationException- Throws:
PropertiesValidationException
-
-
Method Detail
-
oid
public PlanBranchIdentifier oid(@NotNull @NotNull java.lang.String oid) throws PropertiesValidationException
- Throws:
PropertiesValidationException
-
oid
public PlanBranchIdentifier oid(@NotNull @NotNull BambooOid oid) throws PropertiesValidationException
- Throws:
PropertiesValidationException
-
key
public PlanBranchIdentifier key(@NotNull @NotNull java.lang.String key) throws PropertiesValidationException
- Throws:
PropertiesValidationException
-
key
public PlanBranchIdentifier key(@NotNull @NotNull BambooKey key) throws PropertiesValidationException
- Throws:
PropertiesValidationException
-
build
protected PlanBranchIdentifierProperties build() throws PropertiesValidationException
- Specified by:
buildin classEntityPropertiesBuilder<PlanBranchIdentifierProperties>- Throws:
PropertiesValidationException
-
-