Uses of Class
org.jboss.arquillian.container.spi.client.deployment.DeploymentDescription
Packages that use DeploymentDescription
Package
Description
-
Uses of DeploymentDescription in org.jboss.arquillian.container.spi.client.deployment
Methods in org.jboss.arquillian.container.spi.client.deployment that return DeploymentDescriptionModifier and TypeMethodDescriptionDeployment.getDescription()DeploymentDescription.setExpectedException(Class<? extends Exception> expectedException) DeploymentDescription.setOrder(int order) DeploymentDescription.setProtocol(ProtocolDescription protocol) DeploymentDescription.setTarget(TargetDescription target) DeploymentDescription.setTestableArchive(org.jboss.shrinkwrap.api.Archive<?> testableArchive) DeploymentDescription.shouldBeManaged(boolean startup) DeploymentDescription.shouldBeTestable(boolean testable) Methods in org.jboss.arquillian.container.spi.client.deployment with parameters of type DeploymentDescriptionModifier and TypeMethodDescriptionDeploymentScenario.addDeployment(DeploymentDescription deployment) Constructors in org.jboss.arquillian.container.spi.client.deployment with parameters of type DeploymentDescription -
Uses of DeploymentDescription in org.jboss.arquillian.container.spi.event.container
Methods in org.jboss.arquillian.container.spi.event.container that return DeploymentDescriptionConstructors in org.jboss.arquillian.container.spi.event.container with parameters of type DeploymentDescriptionModifierConstructorDescriptionAfterDeploy(DeployableContainer<?> deployableContainer, DeploymentDescription deployment) AfterUnDeploy(DeployableContainer<?> deployableContainer, DeploymentDescription deployment) BeforeDeploy(DeployableContainer<?> deployableContainer, DeploymentDescription deployment) BeforeUnDeploy(DeployableContainer<?> deployableContainer, DeploymentDescription deployment) DeployerEvent(DeployableContainer<?> deployableContainer, DeploymentDescription deployment)