Class CHDeploymentResult
java.lang.Object
com.aeontronix.enhancedmule.tools.runtime.DeploymentResult
com.aeontronix.enhancedmule.tools.runtime.CHDeploymentResult
public class CHDeploymentResult extends DeploymentResult
-
Field Summary
Fields Modifier and Type Field Description static StringUNDEPLOYED -
Constructor Summary
Constructors Constructor Description CHDeploymentResult(CHApplication application) -
Method Summary
Modifier and Type Method Description voidwaitDeployed(long timeout, long retryDelay)Methods inherited from class com.aeontronix.enhancedmule.tools.runtime.DeploymentResult
waitDeployed
-
Field Details
-
UNDEPLOYED
- See Also:
- Constant Field Values
-
-
Constructor Details
-
Method Details
-
waitDeployed
public void waitDeployed(long timeout, long retryDelay) throws HttpException, ApplicationDeploymentFailedException- Specified by:
waitDeployedin classDeploymentResult- Throws:
HttpExceptionApplicationDeploymentFailedException
-