java.lang.Object
org.jboss.arquillian.container.spi.client.deployment.Deployment

public class Deployment extends Object
Deployment
Version:
$Revision: $
Author:
Aslak Knutsen
  • Constructor Details

  • Method Details

    • 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()