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 Long
getDeploymentResultId()
BuildState
getDeploymentState()
Long
getDeploymentVersionId()
String
getDeploymentVersionName()
String
getDeploymentVersionRelatedBranchName()
long
getEnvironmentId()
Date
getExecutedDate()
Date
getFinishedDate()
LifeCycleState
getLifeCycleState()
Date
getQueuedDate()
Date
getStartedDate()
-
-
-
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()
-
-