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() |
String |
getDeploymentVersionRelatedBranchName() |
long |
getEnvironmentId() |
Date |
getExecutedDate() |
Date |
getFinishedDate() |
long |
getId() |
LifeCycleState |
getLifeCycleState() |
Date |
getQueuedDate() |
Date |
getStartedDate() |
@NotNull 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
public String getDeploymentVersionRelatedBranchName()
getDeploymentVersionRelatedBranchName
in interface EnvironmentStatusForDashboard
@NotNull public @NotNull TriggerReason getTriggerReason()
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.