Package | Description |
---|---|
org.jboss.arquillian.container.spi.client.deployment | |
org.jboss.arquillian.container.spi.event.container |
Modifier and Type | Method and Description |
---|---|
DeploymentDescription |
Deployment.getDescription() |
DeploymentDescription |
DeploymentDescription.setExpectedException(Class<? extends Exception> expectedException) |
DeploymentDescription |
DeploymentDescription.setOrder(int order) |
DeploymentDescription |
DeploymentDescription.setProtocol(ProtocolDescription protocol) |
DeploymentDescription |
DeploymentDescription.setTarget(TargetDescription target) |
DeploymentDescription |
DeploymentDescription.setTestableArchive(org.jboss.shrinkwrap.api.Archive<?> testableArchive) |
DeploymentDescription |
DeploymentDescription.shouldBeManaged(boolean startup) |
DeploymentDescription |
DeploymentDescription.shouldBeTestable(boolean testable) |
Modifier and Type | Method and Description |
---|---|
DeploymentScenario |
DeploymentScenario.addDeployment(DeploymentDescription deployment) |
Constructor and Description |
---|
Deployment(DeploymentDescription description) |
Modifier and Type | Method and Description |
---|---|
DeploymentDescription |
DeployerEvent.getDeployment() |
Constructor and 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) |
Copyright © 2014 JBoss by Red Hat. All rights reserved.