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 Long
getDeploymentResultId()
BuildState
getDeploymentState()
Long
getDeploymentVersionId()
String
getDeploymentVersionName()
String
getDeploymentVersionRelatedBranchName()
List<RestDeploymentVersionStatusForDashboard>
getDeploymentVersionStatuses()
long
getEnvironmentId()
Date
getExecutedDate()
Date
getFinishedDate()
LifeCycleState
getLifeCycleState()
Date
getQueuedDate()
Date
getStartedDate()
void
setDeploymentVersionStatuses(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:
getEnvironmentId
in interfaceEnvironmentStatusForDashboard
-
getDeploymentResultId
public Long getDeploymentResultId()
- Specified by:
getDeploymentResultId
in interfaceEnvironmentStatusForDashboard
-
getLifeCycleState
public LifeCycleState getLifeCycleState()
- Specified by:
getLifeCycleState
in interfaceEnvironmentStatusForDashboard
-
getDeploymentState
public BuildState getDeploymentState()
- Specified by:
getDeploymentState
in interfaceEnvironmentStatusForDashboard
-
getStartedDate
public Date getStartedDate()
- Specified by:
getStartedDate
in interfaceEnvironmentStatusForDashboard
-
getQueuedDate
public Date getQueuedDate()
- Specified by:
getQueuedDate
in interfaceEnvironmentStatusForDashboard
-
getExecutedDate
public Date getExecutedDate()
- Specified by:
getExecutedDate
in interfaceEnvironmentStatusForDashboard
-
getFinishedDate
public Date getFinishedDate()
- Specified by:
getFinishedDate
in interfaceEnvironmentStatusForDashboard
-
getDeploymentVersionId
public Long getDeploymentVersionId()
- Specified by:
getDeploymentVersionId
in interfaceEnvironmentStatusForDashboard
-
getDeploymentVersionName
public String getDeploymentVersionName()
- Specified by:
getDeploymentVersionName
in interfaceEnvironmentStatusForDashboard
-
getDeploymentVersionStatuses
public List<RestDeploymentVersionStatusForDashboard> getDeploymentVersionStatuses()
-
setDeploymentVersionStatuses
public void setDeploymentVersionStatuses(List<RestDeploymentVersionStatusForDashboard> deploymentVersionStatuses)
-
getDeploymentVersionRelatedBranchName
public String getDeploymentVersionRelatedBranchName()
- Specified by:
getDeploymentVersionRelatedBranchName
in interfaceEnvironmentStatusForDashboard
-
-