Uses of Class
org.jboss.arquillian.container.spi.client.deployment.Deployment
-
Packages that use Deployment Package Description 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 Modifier and Type Method Description DeploymentDeploymentScenario. deployment(DeploymentTargetDescription target)Get aDeploymentDescriptionwith a specific name if it exists.Methods in org.jboss.arquillian.container.spi.client.deployment that return types with arguments of type Deployment Modifier and Type Method Description 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 allDeploymentDescriptiondefined to be deployed during Test startup for a specificTargetDescriptionordered. -
Uses of Deployment in org.jboss.arquillian.container.spi.event
Methods in org.jboss.arquillian.container.spi.event that return Deployment Modifier and Type Method Description DeploymentDeploymentEvent. getDeployment()Constructors in org.jboss.arquillian.container.spi.event with parameters of type Deployment Constructor Description DeployDeployment(Container container, Deployment deployment)DeploymentEvent(Container container, Deployment deployment)UnDeployDeployment(Container container, Deployment deployment)
-