Interface Deployment
-
- All Superinterfaces:
ModelEntity,Serializable
- All Known Implementing Classes:
MuranoDeployment
public interface Deployment extends ModelEntity
- Author:
- Nikolay Mahotkin.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCreated()EnvironmentDescriptiongetDescription()StringgetEnvironmentId()StringgetFinished()StringgetId()DeploymentResultgetResult()StringgetStarted()StringgetState()StringgetUpdated()
-
-
-
Method Detail
-
getState
String getState()
- Returns:
- state of the deployment.
-
getStarted
String getStarted()
- Returns:
- date and time of the start of the deployment.
-
getFinished
String getFinished()
- Returns:
- date and time of the finish of the deployment.
-
getEnvironmentId
String getEnvironmentId()
- Returns:
- the environment id.
-
getId
String getId()
- Returns:
- the id of the deployment.
-
getDescription
EnvironmentDescription getDescription()
- Returns:
- the description Object.
-
getCreated
String getCreated()
- Returns:
- created date.
-
getUpdated
String getUpdated()
- Returns:
- updated date.
-
getResult
DeploymentResult getResult()
- Returns:
- the result.
-
-