public class DeploymentResultDto extends Object implements EnvironmentStatusForDashboard
DeploymentResult
.
Only used for dashboard.Constructor and Description |
---|
DeploymentResultDto() |
Modifier and Type | Method and Description |
---|---|
Long |
getAgentId() |
Map<String,String> |
getCustomData() |
Long |
getDeploymentResultId() |
BuildState |
getDeploymentState() |
DeploymentVersionDto |
getDeploymentVersion() |
Long |
getDeploymentVersionId() |
String |
getDeploymentVersionName() |
long |
getEnvironmentId() |
Date |
getExecutedDate() |
Date |
getFinishedDate() |
long |
getId() |
LifeCycleState |
getLifeCycleState() |
Date |
getQueuedDate() |
Date |
getStartedDate() |
TriggerReason |
getTriggerReason() |
String |
getTriggerReasonKey() |
public long getId()
public long getEnvironmentId()
getEnvironmentId
in interface EnvironmentStatusForDashboard
public LifeCycleState getLifeCycleState()
getLifeCycleState
in interface EnvironmentStatusForDashboard
public BuildState getDeploymentState()
getDeploymentState
in interface EnvironmentStatusForDashboard
public Date getStartedDate()
getStartedDate
in interface EnvironmentStatusForDashboard
public Date getQueuedDate()
getQueuedDate
in interface EnvironmentStatusForDashboard
public Date getExecutedDate()
getExecutedDate
in interface EnvironmentStatusForDashboard
public Date getFinishedDate()
getFinishedDate
in interface EnvironmentStatusForDashboard
public String getDeploymentVersionName()
getDeploymentVersionName
in interface EnvironmentStatusForDashboard
public Long getAgentId()
public String getTriggerReasonKey()
public DeploymentVersionDto getDeploymentVersion()
public Long getDeploymentResultId()
getDeploymentResultId
in interface EnvironmentStatusForDashboard
public Long getDeploymentVersionId()
getDeploymentVersionId
in interface EnvironmentStatusForDashboard
@NotNull public TriggerReason getTriggerReason()
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.