Class Deployment
java.lang.Object
org.jboss.arquillian.container.spi.client.deployment.Deployment
Deployment
- Version:
- $Revision: $
- Author:
- Aslak Knutsen
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddeployed()voiddeployedWithError(Throwable deploymentError) booleanbooleanvoid
-
Constructor Details
-
Deployment
-
-
Method Details
-
getDescription
- Returns:
- the description
-
isDeployed
public boolean isDeployed() -
hasDeploymentError
public boolean hasDeploymentError() -
getDeploymentError
-
deployedWithError
-
deployed
public void deployed() -
undeployed
public void undeployed()
-