Uses of Class
org.jboss.arquillian.container.spi.client.deployment.DeploymentDescription
-
Packages that use DeploymentDescription Package Description 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 Modifier and Type Method Description DeploymentDescriptionDeployment. getDescription()DeploymentDescriptionDeploymentDescription. setExpectedException(Class<? extends Exception> expectedException)DeploymentDescriptionDeploymentDescription. setOrder(int order)DeploymentDescriptionDeploymentDescription. setProtocol(ProtocolDescription protocol)DeploymentDescriptionDeploymentDescription. setTarget(TargetDescription target)DeploymentDescriptionDeploymentDescription. setTestableArchive(org.jboss.shrinkwrap.api.Archive<?> testableArchive)DeploymentDescriptionDeploymentDescription. shouldBeManaged(boolean startup)DeploymentDescriptionDeploymentDescription. shouldBeTestable(boolean testable)Methods in org.jboss.arquillian.container.spi.client.deployment with parameters of type DeploymentDescription Modifier and Type Method Description DeploymentScenarioDeploymentScenario. addDeployment(DeploymentDescription deployment)Constructors in org.jboss.arquillian.container.spi.client.deployment with parameters of type DeploymentDescription Constructor Description 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 Modifier and Type Method Description DeploymentDescriptionDeployerEvent. getDeployment()Constructors in org.jboss.arquillian.container.spi.event.container with parameters of type DeploymentDescription Constructor Description 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)
-