Interface DeploymentResult
-
- All Superinterfaces:
ModelEntity,Serializable
- All Known Implementing Classes:
MuranoDeployment.MuranoDeploymentResult
public interface DeploymentResult extends ModelEntity
- Author:
- Nikolay Mahotkin.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceDeploymentResult.InnerResult
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeploymentResult.InnerResultgetResult()booleanisException()
-
-
-
Method Detail
-
isException
boolean isException()
- Returns:
- true if exception is raised during deployment.
-
getResult
DeploymentResult.InnerResult getResult()
- Returns:
- the result of the deployment.
-
-