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,
String environmentName,
String deploymentProjectName,
QueueItemViewForJsonDecorator.BuildStatus buildStatus,
TriggerReason triggerReason,
List<BuildAgentDecorator> executableAgents,
List<ElasticImageConfiguration> elasticImageConfigurations) |
Modifier and Type | Method and Description |
---|---|
String |
getDeploymentProjectName() |
long |
getEnvironmentId() |
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, String environmentName, String deploymentProjectName, QueueItemViewForJsonDecorator.BuildStatus buildStatus, TriggerReason triggerReason, List<BuildAgentDecorator> executableAgents, List<ElasticImageConfiguration> elasticImageConfigurations)
public long getResultId()
public long getEnvironmentId()
public long getVersionId()
public String getDeploymentProjectName()
public String getEnvironmentName()
public String getVersionName()
public List<BuildAgentDecorator> getExecutableAgents()
public List<ElasticImageConfiguration> getExecutableElasticImages()
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.