Class PlanIdentifier
- java.lang.Object
-
- com.atlassian.bamboo.specs.api.builders.EntityPropertiesBuilder<PlanIdentifierProperties>
-
- com.atlassian.bamboo.specs.api.builders.plan.PlanIdentifier
-
public class PlanIdentifier extends EntityPropertiesBuilder<PlanIdentifierProperties>
-
-
Constructor Summary
Constructors Constructor Description PlanIdentifier(@NotNull BambooKey projectKey, @NotNull BambooKey planKey)PlanIdentifier(@NotNull BambooOid oid)PlanIdentifier(@NotNull java.lang.String projectKey, @NotNull java.lang.String planKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected PlanIdentifierPropertiesbuild()BambooKeygetPlanKey()BambooOidgetPlanOid()BambooKeygetProjectKey()PlanIdentifierkey(@NotNull BambooKey key)PlanIdentifierkey(@NotNull java.lang.String key)PlanIdentifieroid(@NotNull BambooOid oid)PlanIdentifieroid(@NotNull java.lang.String oid)PlanIdentifierprojectKey(@NotNull BambooKey key)PlanIdentifierprojectKey(@NotNull java.lang.String key)java.lang.StringtoString()
-
-
-
Constructor Detail
-
PlanIdentifier
public PlanIdentifier(@NotNull @NotNull java.lang.String projectKey, @NotNull @NotNull java.lang.String planKey) throws PropertiesValidationException- Throws:
PropertiesValidationException
-
PlanIdentifier
public PlanIdentifier(@NotNull @NotNull BambooKey projectKey, @NotNull @NotNull BambooKey planKey) throws PropertiesValidationException- Throws:
PropertiesValidationException
-
PlanIdentifier
public PlanIdentifier(@NotNull @NotNull BambooOid oid) throws PropertiesValidationException- Throws:
PropertiesValidationException
-
-
Method Detail
-
oid
public PlanIdentifier oid(@NotNull @NotNull java.lang.String oid) throws PropertiesValidationException
- Throws:
PropertiesValidationException
-
oid
public PlanIdentifier oid(@NotNull @NotNull BambooOid oid) throws PropertiesValidationException
- Throws:
PropertiesValidationException
-
key
public PlanIdentifier key(@NotNull @NotNull java.lang.String key) throws PropertiesValidationException
- Throws:
PropertiesValidationException
-
key
public PlanIdentifier key(@NotNull @NotNull BambooKey key) throws PropertiesValidationException
- Throws:
PropertiesValidationException
-
projectKey
public PlanIdentifier projectKey(@NotNull @NotNull java.lang.String key) throws PropertiesValidationException
- Throws:
PropertiesValidationException
-
projectKey
public PlanIdentifier projectKey(@NotNull @NotNull BambooKey key) throws PropertiesValidationException
- Throws:
PropertiesValidationException
-
build
protected PlanIdentifierProperties build() throws PropertiesValidationException
- Specified by:
buildin classEntityPropertiesBuilder<PlanIdentifierProperties>- Throws:
PropertiesValidationException
-
getProjectKey
public BambooKey getProjectKey()
-
getPlanKey
public BambooKey getPlanKey()
-
getPlanOid
public BambooOid getPlanOid()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-