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
PropertiesValidationException
public PlanIdentifier(@NotNull BambooKey projectKey, @NotNull BambooKey planKey) throws PropertiesValidationException
PropertiesValidationException
public PlanIdentifier(@NotNull BambooOid oid) throws PropertiesValidationException
PropertiesValidationException
public PlanIdentifier oid(@NotNull String oid) throws PropertiesValidationException
PropertiesValidationException
public PlanIdentifier oid(@NotNull BambooOid oid) throws PropertiesValidationException
PropertiesValidationException
public PlanIdentifier key(@NotNull String key) throws PropertiesValidationException
PropertiesValidationException
public PlanIdentifier key(@NotNull BambooKey key) throws PropertiesValidationException
PropertiesValidationException
public PlanIdentifier projectKey(@NotNull String key) throws PropertiesValidationException
PropertiesValidationException
public PlanIdentifier projectKey(@NotNull BambooKey key) throws PropertiesValidationException
PropertiesValidationException
protected PlanIdentifierProperties build() throws PropertiesValidationException
build
in class EntityPropertiesBuilder<PlanIdentifierProperties>
PropertiesValidationException
public BambooKey getProjectKey()
public BambooKey getPlanKey()
public BambooOid getPlanOid()
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.