|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of DeploymentDescription in org.jboss.arquillian.container.impl.client.container |
---|
Methods in org.jboss.arquillian.container.impl.client.container that return types with arguments of type DeploymentDescription | |
---|---|
static ContainerOperationResult.Operation<DeploymentDescription> |
ContainerOperationResult.deployFailure(Container container,
DeploymentDescription deployment,
Throwable exception)
|
static ContainerOperationResult.Operation<DeploymentDescription> |
ContainerOperationResult.deploySuccess(Container container,
DeploymentDescription deployment)
|
static ContainerOperationResult.Operation<DeploymentDescription> |
ContainerOperationResult.unDeployFailure(Container container,
DeploymentDescription deployment,
Throwable exception)
|
static ContainerOperationResult.Operation<DeploymentDescription> |
ContainerOperationResult.unDeploySuccess(Container container,
DeploymentDescription deployment)
|
Methods in org.jboss.arquillian.container.impl.client.container with parameters of type DeploymentDescription | |
---|---|
static ContainerOperationResult.Operation<DeploymentDescription> |
ContainerOperationResult.deployFailure(Container container,
DeploymentDescription deployment,
Throwable exception)
|
static ContainerOperationResult.Operation<DeploymentDescription> |
ContainerOperationResult.deploySuccess(Container container,
DeploymentDescription deployment)
|
static ContainerOperationResult.Operation<DeploymentDescription> |
ContainerOperationResult.unDeployFailure(Container container,
DeploymentDescription deployment,
Throwable exception)
|
static ContainerOperationResult.Operation<DeploymentDescription> |
ContainerOperationResult.unDeploySuccess(Container container,
DeploymentDescription deployment)
|
Uses of DeploymentDescription in org.jboss.arquillian.container.spi.client.deployment |
---|
Methods in org.jboss.arquillian.container.spi.client.deployment that return DeploymentDescription | |
---|---|
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)
|
Methods in org.jboss.arquillian.container.spi.client.deployment with parameters of type DeploymentDescription | |
---|---|
DeploymentScenario |
DeploymentScenario.addDeployment(DeploymentDescription deployment)
|
Constructors in org.jboss.arquillian.container.spi.client.deployment with parameters of type DeploymentDescription | |
---|---|
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 | |
---|---|
DeploymentDescription |
DeployerEvent.getDeployment()
|
Constructors in org.jboss.arquillian.container.spi.event.container with parameters of type DeploymentDescription | |
---|---|
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)
|
Uses of DeploymentDescription in org.jboss.arquillian.container.test.impl.client.deployment |
---|
Methods in org.jboss.arquillian.container.test.impl.client.deployment that return types with arguments of type DeploymentDescription | |
---|---|
List<DeploymentDescription> |
AnnotationDeploymentScenarioGenerator.generate(TestClass testClass)
|
Uses of DeploymentDescription in org.jboss.arquillian.container.test.spi |
---|
Constructors in org.jboss.arquillian.container.test.spi with parameters of type DeploymentDescription | |
---|---|
TestDeployment(DeploymentDescription deploymentDescription,
org.jboss.shrinkwrap.api.Archive<?> applicationArchive,
Collection<org.jboss.shrinkwrap.api.Archive<?>> auxiliaryArchives)
|
Uses of DeploymentDescription in org.jboss.arquillian.container.test.spi.client.deployment |
---|
Methods in org.jboss.arquillian.container.test.spi.client.deployment that return types with arguments of type DeploymentDescription | |
---|---|
List<DeploymentDescription> |
DeploymentScenarioGenerator.generate(TestClass testClass)
Extract all meta data related to a TestClass . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |