public class RestDeploymentResult extends Object implements DeploymentResult
| Modifier | Constructor and Description |
|---|---|
protected |
RestDeploymentResult() |
|
RestDeploymentResult(DeploymentResult deploymentResult) |
| Modifier and Type | Method and Description |
|---|---|
BuildAgent |
getAgent() |
Long |
getAgentId() |
com.google.common.collect.ImmutableMap<String,String> |
getCustomData() |
BuildState |
getDeploymentState() |
DeploymentVersion |
getDeploymentVersion() |
String |
getDeploymentVersionName() |
Environment |
getEnvironment() |
long |
getEnvironmentId() |
Date |
getExecutedDate() |
Date |
getFinishedDate() |
long |
getId() |
DeploymentResultKey |
getKey() |
LifeCycleState |
getLifeCycleState() |
RestOperations |
getOperations()
Operations object describing detailed permissions for result |
Date |
getQueuedDate() |
String |
getReasonSummary() |
Date |
getStartedDate() |
TriggerReason |
getTriggerReason() |
protected RestDeploymentResult()
public RestDeploymentResult(@NotNull
DeploymentResult deploymentResult)
@Nullable public DeploymentVersion getDeploymentVersion()
getDeploymentVersion in interface DeploymentResult@NotNull public String getDeploymentVersionName()
getDeploymentVersionName in interface InternalDeploymentResult@NotNull public String getReasonSummary()
getReasonSummary in interface DeploymentResultpublic long getId()
getId in interface BambooIdProvidergetId in interface InternalDeploymentResult@NotNull public BuildState getDeploymentState()
getDeploymentState in interface InternalDeploymentResult@NotNull public LifeCycleState getLifeCycleState()
getLifeCycleState in interface InternalDeploymentResult@Nullable public Date getStartedDate()
getStartedDate in interface InternalDeploymentResult@Nullable public Date getQueuedDate()
getQueuedDate in interface InternalDeploymentResult@Nullable public Date getExecutedDate()
getExecutedDate in interface InternalDeploymentResult@Nullable public Date getFinishedDate()
getFinishedDate in interface InternalDeploymentResult@NotNull public DeploymentResultKey getKey()
getKey in interface DeploymentResultpublic BuildAgent getAgent()
getAgent in interface DeploymentResultpublic Long getAgentId()
getAgentId in interface InternalDeploymentResult@NotNull public TriggerReason getTriggerReason()
getTriggerReason in interface InternalDeploymentResult@NotNull public Environment getEnvironment()
getEnvironment in interface DeploymentResultpublic long getEnvironmentId()
getEnvironmentId in interface InternalDeploymentResult@NotNull public com.google.common.collect.ImmutableMap<String,String> getCustomData()
getCustomData in interface DeploymentResultpublic RestOperations getOperations()
DeploymentResultOperations object describing detailed permissions for resultgetOperations in interface DeploymentResultCopyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.