Arquillian Container SPI 1.0.1.Final

Uses of Class
org.jboss.arquillian.container.spi.client.deployment.DeploymentDescription

Packages that use DeploymentDescription
org.jboss.arquillian.container.spi.client.deployment   
org.jboss.arquillian.container.spi.event.container   
 

Uses of DeploymentDescription in org.jboss.arquillian.container.spi.client.deployment
 

Methods in org.jboss.arquillian.container.spi.client.deployment that return DeploymentDescription
 DeploymentDescription Deployment.getDescription()
           
 DeploymentDescription DeploymentDescription.setExpectedException(Class<? extends Exception> expectedException)
           
 DeploymentDescription DeploymentDescription.setOrder(int order)
           
 DeploymentDescription DeploymentDescription.setProtocol(ProtocolDescription protocol)
           
 DeploymentDescription DeploymentDescription.setTarget(TargetDescription target)
           
 DeploymentDescription DeploymentDescription.setTestableArchive(org.jboss.shrinkwrap.api.Archive<?> testableArchive)
           
 DeploymentDescription DeploymentDescription.shouldBeManaged(boolean startup)
           
 DeploymentDescription DeploymentDescription.shouldBeTestable(boolean testable)
           
 

Methods in org.jboss.arquillian.container.spi.client.deployment with parameters of type DeploymentDescription
 DeploymentScenario DeploymentScenario.addDeployment(DeploymentDescription deployment)
           
 

Constructors in org.jboss.arquillian.container.spi.client.deployment with parameters of type DeploymentDescription
Deployment(DeploymentDescription description)
           
 

Uses of DeploymentDescription in org.jboss.arquillian.container.spi.event.container
 

Methods in org.jboss.arquillian.container.spi.event.container that return DeploymentDescription
 DeploymentDescription DeployerEvent.getDeployment()
           
 

Constructors in org.jboss.arquillian.container.spi.event.container with parameters of type DeploymentDescription
AfterDeploy(DeployableContainer<?> deployableContainer, DeploymentDescription deployment)
           
AfterUnDeploy(DeployableContainer<?> deployableContainer, DeploymentDescription deployment)
           
BeforeDeploy(DeployableContainer<?> deployableContainer, DeploymentDescription deployment)
           
BeforeUnDeploy(DeployableContainer<?> deployableContainer, DeploymentDescription deployment)
           
DeployerEvent(DeployableContainer<?> deployableContainer, DeploymentDescription deployment)
           
 


Arquillian Container SPI 1.0.1.Final

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.