Interface EnvironmentStatusForDashboard
-
- All Known Implementing Classes:
DeploymentResultDto,EnvironmentStatusForDashboardImpl,RestEnvironmentStatusForDashboard
@Internal public interface EnvironmentStatusForDashboard
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LonggetDeploymentResultId()BuildStategetDeploymentState()LonggetDeploymentVersionId()StringgetDeploymentVersionName()StringgetDeploymentVersionRelatedBranchName()longgetEnvironmentId()DategetExecutedDate()DategetFinishedDate()LifeCycleStategetLifeCycleState()DategetQueuedDate()DategetStartedDate()
-
-
-
Method Detail
-
getEnvironmentId
long getEnvironmentId()
-
getDeploymentResultId
Long getDeploymentResultId()
-
getLifeCycleState
LifeCycleState getLifeCycleState()
-
getDeploymentState
BuildState getDeploymentState()
-
getStartedDate
Date getStartedDate()
-
getQueuedDate
Date getQueuedDate()
-
getExecutedDate
Date getExecutedDate()
-
getFinishedDate
Date getFinishedDate()
-
getDeploymentVersionId
Long getDeploymentVersionId()
-
getDeploymentVersionName
String getDeploymentVersionName()
-
getDeploymentVersionRelatedBranchName
String getDeploymentVersionRelatedBranchName()
-
-