public class PlanIdentifier extends EntityPropertiesBuilder<PlanIdentifierProperties>
| Constructor and Description |
|---|
PlanIdentifier(BambooKey projectKey,
BambooKey planKey) |
PlanIdentifier(BambooOid oid) |
PlanIdentifier(String projectKey,
String planKey) |
| Modifier and Type | Method and Description |
|---|---|
protected PlanIdentifierProperties |
build() |
BambooKey |
getPlanKey() |
BambooOid |
getPlanOid() |
BambooKey |
getProjectKey() |
PlanIdentifier |
key(BambooKey key) |
PlanIdentifier |
key(String key) |
PlanIdentifier |
oid(BambooOid oid) |
PlanIdentifier |
oid(String oid) |
PlanIdentifier |
projectKey(BambooKey key) |
PlanIdentifier |
projectKey(String key) |
String |
toString() |
public PlanIdentifier(@NotNull
String projectKey,
@NotNull
String planKey)
throws PropertiesValidationException
PropertiesValidationExceptionpublic PlanIdentifier(@NotNull
BambooKey projectKey,
@NotNull
BambooKey planKey)
throws PropertiesValidationException
PropertiesValidationExceptionpublic PlanIdentifier(@NotNull
BambooOid oid)
throws PropertiesValidationException
PropertiesValidationExceptionpublic PlanIdentifier oid(@NotNull String oid) throws PropertiesValidationException
PropertiesValidationExceptionpublic PlanIdentifier oid(@NotNull BambooOid oid) throws PropertiesValidationException
PropertiesValidationExceptionpublic PlanIdentifier key(@NotNull String key) throws PropertiesValidationException
PropertiesValidationExceptionpublic PlanIdentifier key(@NotNull BambooKey key) throws PropertiesValidationException
PropertiesValidationExceptionpublic PlanIdentifier projectKey(@NotNull String key) throws PropertiesValidationException
PropertiesValidationExceptionpublic PlanIdentifier projectKey(@NotNull BambooKey key) throws PropertiesValidationException
PropertiesValidationExceptionprotected PlanIdentifierProperties build() throws PropertiesValidationException
build in class EntityPropertiesBuilder<PlanIdentifierProperties>PropertiesValidationExceptionpublic BambooKey getProjectKey()
public BambooKey getPlanKey()
public BambooOid getPlanOid()
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.