Interface EnvironmentStatusForDashboard
- All Known Implementing Classes:
DeploymentResultDto
,EnvironmentStatusForDashboardImpl
,RestEnvironmentStatusForDashboard
@Internal
public interface EnvironmentStatusForDashboard
-
Method Summary
Modifier and TypeMethodDescriptionlong
-
Method Details
-
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()
-