public class RestEnvironmentStatusForDashboard extends Object implements EnvironmentStatusForDashboard
Constructor and Description |
---|
RestEnvironmentStatusForDashboard(long environmentId) |
RestEnvironmentStatusForDashboard(long environmentId,
Long deploymentResultId,
BuildState deploymentState,
LifeCycleState lifeCycleState,
Date startedDate,
Date queuedDate,
Date executedDate,
Date finishedDate,
Long deploymentVersionId,
String deploymentVersionName) |
Modifier and Type | Method and Description |
---|---|
Long |
getDeploymentResultId() |
BuildState |
getDeploymentState() |
Long |
getDeploymentVersionId() |
String |
getDeploymentVersionName() |
DeploymentVersionState |
getDeploymentVersionState() |
long |
getEnvironmentId() |
Date |
getExecutedDate() |
Date |
getFinishedDate() |
LifeCycleState |
getLifeCycleState() |
Date |
getQueuedDate() |
Date |
getStartedDate() |
String |
getVersionStatusGravatarUrl() |
String |
getVersionStatusUserDisplayName() |
String |
getVersionStatusUserName() |
void |
setDeploymentVersionState(DeploymentVersionState deploymentVersionState) |
void |
setVersionStatusGravatarUrl(String versionStatusGravatarUrl) |
void |
setVersionStatusUserDisplayName(String versionStatusUserDisplayName) |
void |
setVersionStatusUserName(String versionStatusUserName) |
public RestEnvironmentStatusForDashboard(long environmentId, Long deploymentResultId, BuildState deploymentState, LifeCycleState lifeCycleState, Date startedDate, Date queuedDate, Date executedDate, Date finishedDate, Long deploymentVersionId, String deploymentVersionName)
public RestEnvironmentStatusForDashboard(long environmentId)
public long getEnvironmentId()
getEnvironmentId
in interface EnvironmentStatusForDashboard
public Long getDeploymentResultId()
getDeploymentResultId
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 Long getDeploymentVersionId()
getDeploymentVersionId
in interface EnvironmentStatusForDashboard
public String getDeploymentVersionName()
getDeploymentVersionName
in interface EnvironmentStatusForDashboard
public String getVersionStatusUserName()
public void setVersionStatusUserName(String versionStatusUserName)
public String getVersionStatusUserDisplayName()
public void setVersionStatusUserDisplayName(String versionStatusUserDisplayName)
public String getVersionStatusGravatarUrl()
public void setVersionStatusGravatarUrl(String versionStatusGravatarUrl)
public DeploymentVersionState getDeploymentVersionState()
public void setDeploymentVersionState(DeploymentVersionState deploymentVersionState)
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.