| Package | Description |
|---|---|
| com.atlassian.bamboo.ww2.actions.build |
| Modifier and Type | Field and Description |
|---|---|
protected QueueItemViewForJsonDecorator.BuildStatus |
QueueItemViewForJsonDecorator.buildStatus |
| Modifier and Type | Method and Description |
|---|---|
QueueItemViewForJsonDecorator.BuildStatus |
QueueItemViewForJsonDecorator.getBuildStatus() |
static QueueItemViewForJsonDecorator.BuildStatus |
QueueItemViewForJsonDecorator.BuildStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueueItemViewForJsonDecorator.BuildStatus[] |
QueueItemViewForJsonDecorator.BuildStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
BuildQueueItemViewForJsonDecorator(PlanKey chainKey,
@Nullable String projectName,
String shortChainName,
@Nullable String fullChainName,
@Nullable PlanKey jobKey,
@Nullable String jobName,
@Nullable String jobOrChainResultKey,
@Nullable PlanResultKey chainResultKey,
int buildNumber,
QueueItemViewForJsonDecorator.BuildStatus buildStatus,
TriggerReason triggerReason,
boolean isBranch,
boolean expectingDedicatedEphemeralAgent) |
DeploymentQueueItemViewForJsonDecorator(long resultId,
String resultKey,
long versionId,
String versionName,
long environmentId,
@Nullable String environmentName,
@Nullable String deploymentProjectName,
QueueItemViewForJsonDecorator.BuildStatus buildStatus,
TriggerReason triggerReason,
boolean expectingDedicatedEphemeralAgent) |
QueueItemViewForJsonDecorator(String resultKey,
QueueItemViewForJsonDecorator.BuildStatus buildStatus,
TriggerReason triggerReason,
QueueItemViewForJsonDecorator.ItemType type,
boolean expectingDedicatedEphemeralAgent) |
Copyright © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.