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 DeploymentResult
public long getId()
getId
in interface BambooIdProvider
getId
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 DeploymentResult
public BuildAgent getAgent()
getAgent
in interface DeploymentResult
public Long getAgentId()
getAgentId
in interface InternalDeploymentResult
@NotNull public TriggerReason getTriggerReason()
getTriggerReason
in interface InternalDeploymentResult
@NotNull public Environment getEnvironment()
getEnvironment
in interface DeploymentResult
public long getEnvironmentId()
getEnvironmentId
in interface InternalDeploymentResult
@NotNull public com.google.common.collect.ImmutableMap<String,String> getCustomData()
getCustomData
in interface DeploymentResult
public RestOperations getOperations()
DeploymentResult
Operations
object describing detailed permissions for resultgetOperations
in interface DeploymentResult
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.