Class DeploymentQueueItemViewForJsonDecorator
- java.lang.Object
-
- com.atlassian.bamboo.ww2.actions.build.QueueItemViewForJsonDecorator
-
- com.atlassian.bamboo.ww2.actions.build.DeploymentQueueItemViewForJsonDecorator
-
public class DeploymentQueueItemViewForJsonDecorator extends QueueItemViewForJsonDecorator
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.atlassian.bamboo.ww2.actions.build.QueueItemViewForJsonDecorator
QueueItemViewForJsonDecorator.BuildStatus, QueueItemViewForJsonDecorator.ItemType
-
-
Field Summary
-
Fields inherited from class com.atlassian.bamboo.ww2.actions.build.QueueItemViewForJsonDecorator
buildStatus, expectingCustomDedicatedAgent, itemType, resultKey, triggerReason, typedResultKey
-
-
Constructor Summary
Constructors Constructor Description DeploymentQueueItemViewForJsonDecorator(long resultId, String resultKey, long versionId, String versionName, long environmentId, @Nullable String environmentName, @Nullable String deploymentProjectName, QueueItemViewForJsonDecorator.BuildStatus buildStatus, TriggerReason triggerReason, boolean expectingCustomDedicatedAgent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @Nullable String
getDeploymentProjectName()
long
getEnvironmentId()
@Nullable String
getEnvironmentName()
long
getResultId()
long
getVersionId()
String
getVersionName()
-
Methods inherited from class com.atlassian.bamboo.ww2.actions.build.QueueItemViewForJsonDecorator
getBuildStatus, getItemType, getResultKey, getTriggerReason, getTypedResultKey, isExpectingCustomDedicatedAgent
-
-
-
-
Constructor Detail
-
DeploymentQueueItemViewForJsonDecorator
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, boolean expectingCustomDedicatedAgent)
-
-
Method Detail
-
getResultId
public long getResultId()
-
getEnvironmentId
public long getEnvironmentId()
-
getVersionId
public long getVersionId()
-
getDeploymentProjectName
@Nullable public @Nullable String getDeploymentProjectName()
-
getEnvironmentName
@Nullable public @Nullable String getEnvironmentName()
-
getVersionName
public String getVersionName()
-
-