Uses of Class
org.jboss.arquillian.container.spi.client.deployment.Deployment
Packages that use Deployment
Package
Description
-
Uses of Deployment in org.jboss.arquillian.container.spi.client.deployment
Methods in org.jboss.arquillian.container.spi.client.deployment that return DeploymentModifier and TypeMethodDescriptionDeploymentScenario.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 DeploymentModifier and TypeMethodDescriptionDeploymentScenario.deployedDeployments()DeploymentScenario.deployedDeploymentsInUnDeployOrder()DeploymentScenario.deployments()DeploymentScenario.deploymentsInError()DeploymentScenario.managedDeploymentsInDeployOrder()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 DeploymentConstructors in org.jboss.arquillian.container.spi.event with parameters of type DeploymentModifierConstructorDescriptionDeployDeployment(Container container, Deployment deployment) DeploymentEvent(Container container, Deployment deployment) UnDeployDeployment(Container container, Deployment deployment)