Class RestEnvironmentStatusForDashboard
- java.lang.Object
-
- com.atlassian.bamboo.rest.model.deployments.environments.RestEnvironmentStatusForDashboard
-
- All Implemented Interfaces:
EnvironmentStatusForDashboard
public class RestEnvironmentStatusForDashboard extends Object implements EnvironmentStatusForDashboard
-
-
Constructor Summary
Constructors Constructor 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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetDeploymentResultId()BuildStategetDeploymentState()LonggetDeploymentVersionId()StringgetDeploymentVersionName()StringgetDeploymentVersionRelatedBranchName()List<RestDeploymentVersionStatusForDashboard>getDeploymentVersionStatuses()longgetEnvironmentId()DategetExecutedDate()DategetFinishedDate()LifeCycleStategetLifeCycleState()DategetQueuedDate()DategetStartedDate()voidsetDeploymentVersionStatuses(List<RestDeploymentVersionStatusForDashboard> deploymentVersionStatuses)
-
-
-
Constructor Detail
-
RestEnvironmentStatusForDashboard
public RestEnvironmentStatusForDashboard(long environmentId, Long deploymentResultId, BuildState deploymentState, LifeCycleState lifeCycleState, Date startedDate, Date queuedDate, Date executedDate, Date finishedDate, Long deploymentVersionId, String deploymentVersionName)
-
RestEnvironmentStatusForDashboard
public RestEnvironmentStatusForDashboard(long environmentId)
-
-
Method Detail
-
getEnvironmentId
public long getEnvironmentId()
- Specified by:
getEnvironmentIdin interfaceEnvironmentStatusForDashboard
-
getDeploymentResultId
public Long getDeploymentResultId()
- Specified by:
getDeploymentResultIdin interfaceEnvironmentStatusForDashboard
-
getLifeCycleState
public LifeCycleState getLifeCycleState()
- Specified by:
getLifeCycleStatein interfaceEnvironmentStatusForDashboard
-
getDeploymentState
public BuildState getDeploymentState()
- Specified by:
getDeploymentStatein interfaceEnvironmentStatusForDashboard
-
getStartedDate
public Date getStartedDate()
- Specified by:
getStartedDatein interfaceEnvironmentStatusForDashboard
-
getQueuedDate
public Date getQueuedDate()
- Specified by:
getQueuedDatein interfaceEnvironmentStatusForDashboard
-
getExecutedDate
public Date getExecutedDate()
- Specified by:
getExecutedDatein interfaceEnvironmentStatusForDashboard
-
getFinishedDate
public Date getFinishedDate()
- Specified by:
getFinishedDatein interfaceEnvironmentStatusForDashboard
-
getDeploymentVersionId
public Long getDeploymentVersionId()
- Specified by:
getDeploymentVersionIdin interfaceEnvironmentStatusForDashboard
-
getDeploymentVersionName
public String getDeploymentVersionName()
- Specified by:
getDeploymentVersionNamein interfaceEnvironmentStatusForDashboard
-
getDeploymentVersionStatuses
public List<RestDeploymentVersionStatusForDashboard> getDeploymentVersionStatuses()
-
setDeploymentVersionStatuses
public void setDeploymentVersionStatuses(List<RestDeploymentVersionStatusForDashboard> deploymentVersionStatuses)
-
getDeploymentVersionRelatedBranchName
public String getDeploymentVersionRelatedBranchName()
- Specified by:
getDeploymentVersionRelatedBranchNamein interfaceEnvironmentStatusForDashboard
-
-