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 EnvironmentStatusForDashboardpublic Long getDeploymentResultId()
getDeploymentResultId in interface EnvironmentStatusForDashboardpublic LifeCycleState getLifeCycleState()
getLifeCycleState in interface EnvironmentStatusForDashboardpublic BuildState getDeploymentState()
getDeploymentState in interface EnvironmentStatusForDashboardpublic Date getStartedDate()
getStartedDate in interface EnvironmentStatusForDashboardpublic Date getQueuedDate()
getQueuedDate in interface EnvironmentStatusForDashboardpublic Date getExecutedDate()
getExecutedDate in interface EnvironmentStatusForDashboardpublic Date getFinishedDate()
getFinishedDate in interface EnvironmentStatusForDashboardpublic Long getDeploymentVersionId()
getDeploymentVersionId in interface EnvironmentStatusForDashboardpublic String getDeploymentVersionName()
getDeploymentVersionName in interface EnvironmentStatusForDashboardpublic 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 © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.