Class PlanIdentifier
java.lang.Object
com.atlassian.bamboo.specs.api.builders.EntityPropertiesBuilder<PlanIdentifierProperties>
com.atlassian.bamboo.specs.api.builders.plan.PlanIdentifier
-
Constructor Summary
ConstructorDescriptionPlanIdentifier
(@NotNull BambooKey projectKey, @NotNull BambooKey planKey) PlanIdentifier
(@NotNull BambooOid oid) PlanIdentifier
(@NotNull String projectKey, @NotNull String planKey) -
Method Summary
Modifier and TypeMethodDescriptionprotected PlanIdentifierProperties
build()
projectKey
(@NotNull BambooKey key) projectKey
(@NotNull String key) toString()
-
Constructor Details
-
PlanIdentifier
public PlanIdentifier(@NotNull @NotNull String projectKey, @NotNull @NotNull String planKey) throws PropertiesValidationException - Throws:
PropertiesValidationException
-
PlanIdentifier
public PlanIdentifier(@NotNull @NotNull BambooKey projectKey, @NotNull @NotNull BambooKey planKey) throws PropertiesValidationException - Throws:
PropertiesValidationException
-
PlanIdentifier
- Throws:
PropertiesValidationException
-
-
Method Details
-
oid
- Throws:
PropertiesValidationException
-
oid
- Throws:
PropertiesValidationException
-
key
- Throws:
PropertiesValidationException
-
key
- Throws:
PropertiesValidationException
-
projectKey
- Throws:
PropertiesValidationException
-
projectKey
public PlanIdentifier projectKey(@NotNull @NotNull BambooKey key) throws PropertiesValidationException - Throws:
PropertiesValidationException
-
build
- Specified by:
build
in classEntityPropertiesBuilder<PlanIdentifierProperties>
- Throws:
PropertiesValidationException
-
getProjectKey
-
getPlanKey
-
getPlanOid
-
toString
-