Class Deployment
- java.lang.Object
-
- org.jboss.arquillian.container.spi.client.deployment.Deployment
-
public class Deployment extends Object
Deployment- Version:
- $Revision: $
- Author:
- Aslak Knutsen
-
-
Constructor Summary
Constructors Constructor Description Deployment(DeploymentDescription description)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddeployed()voiddeployedWithError(Throwable deploymentError)ThrowablegetDeploymentError()DeploymentDescriptiongetDescription()booleanhasDeploymentError()booleanisDeployed()voidundeployed()
-
-
-
Constructor Detail
-
Deployment
public Deployment(DeploymentDescription description)
-
-
Method Detail
-
getDescription
public DeploymentDescription getDescription()
- Returns:
- the description
-
isDeployed
public boolean isDeployed()
-
hasDeploymentError
public boolean hasDeploymentError()
-
getDeploymentError
public Throwable getDeploymentError()
-
deployedWithError
public void deployedWithError(Throwable deploymentError)
-
deployed
public void deployed()
-
undeployed
public void undeployed()
-
-