org.jboss.arquillian.container.spi.client.deployment
Class Deployment
java.lang.Object
org.jboss.arquillian.container.spi.client.deployment.Deployment
public class Deployment
- extends Object
Deployment
- Version:
- $Revision: $
- Author:
- Aslak Knutsen
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Deployment
public Deployment(DeploymentDescription description)
getDescription
public DeploymentDescription getDescription()
- Returns:
- the description
isDeployed
public boolean isDeployed()
hasDeploymentError
public boolean hasDeploymentError()
deployedWithError
public void deployedWithError(Throwable deploymentError)
deployed
public void deployed()
undeployed
public void undeployed()
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.