Arquillian Container SPI 1.0.1.Final

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

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

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

Methods in org.jboss.arquillian.container.spi.client.deployment that return Deployment
 Deployment DeploymentScenario.deployment(DeploymentTargetDescription target)
          Get a DeploymentDescription with a specific name if it exists.
 

Methods in org.jboss.arquillian.container.spi.client.deployment that return types with arguments of type Deployment
 List<Deployment> DeploymentScenario.deployedDeployments()
           
 List<Deployment> DeploymentScenario.deployedDeploymentsInUnDeployOrder()
           
 List<Deployment> DeploymentScenario.deployments()
           
 List<Deployment> DeploymentScenario.deploymentsInError()
           
 List<Deployment> DeploymentScenario.managedDeploymentsInDeployOrder()
           
 List<Deployment> DeploymentScenario.startupDeploymentsFor(TargetDescription target)
          Get all DeploymentDescription defined to be deployed during Test startup for a specific TargetDescription ordered.
 

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

Methods in org.jboss.arquillian.container.spi.event that return Deployment
 Deployment DeploymentEvent.getDeployment()
           
 

Constructors in org.jboss.arquillian.container.spi.event with parameters of type Deployment
DeployDeployment(Container container, Deployment deployment)
           
DeploymentEvent(Container container, Deployment deployment)
           
UnDeployDeployment(Container container, Deployment deployment)
           
 


Arquillian Container SPI 1.0.1.Final

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