public class DeploymentQueueItemViewForJsonDecorator extends QueueItemViewForJsonDecorator
QueueItemViewForJsonDecorator.BuildStatus, QueueItemViewForJsonDecorator.ItemType
buildStatus, itemType, resultKey, triggerReason
Constructor and Description |
---|
DeploymentQueueItemViewForJsonDecorator(long resultId,
String resultKey,
long versionId,
String versionName,
long environmentId,
@Nullable String environmentName,
@Nullable String deploymentProjectName,
QueueItemViewForJsonDecorator.BuildStatus buildStatus,
TriggerReason triggerReason,
List<BuildAgentDecorator> executableAgents,
List<ElasticImageConfiguration> elasticImageConfigurations) |
Modifier and Type | Method and Description |
---|---|
@Nullable String |
getDeploymentProjectName() |
long |
getEnvironmentId() |
@Nullable String |
getEnvironmentName() |
List<BuildAgentDecorator> |
getExecutableAgents() |
List<ElasticImageConfiguration> |
getExecutableElasticImages() |
long |
getResultId() |
long |
getVersionId() |
String |
getVersionName() |
getBuildStatus, getItemType, getResultKey, getTriggerReason
public DeploymentQueueItemViewForJsonDecorator(long resultId, String resultKey, long versionId, String versionName, long environmentId, @Nullable @Nullable String environmentName, @Nullable @Nullable String deploymentProjectName, QueueItemViewForJsonDecorator.BuildStatus buildStatus, TriggerReason triggerReason, List<BuildAgentDecorator> executableAgents, List<ElasticImageConfiguration> elasticImageConfigurations)
public long getResultId()
public long getEnvironmentId()
public long getVersionId()
@Nullable public @Nullable String getDeploymentProjectName()
@Nullable public @Nullable String getEnvironmentName()
public String getVersionName()
public List<BuildAgentDecorator> getExecutableAgents()
public List<ElasticImageConfiguration> getExecutableElasticImages()
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.