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