|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Deployment | |
---|---|
org.jboss.arquillian.container.spi.client.deployment | |
org.jboss.arquillian.container.spi.event | |
org.jboss.arquillian.container.test.impl |
Uses of Deployment in org.jboss.arquillian.container.spi.client.deployment |
---|
Methods in org.jboss.arquillian.container.spi.client.deployment that return Deployment | |
---|---|
Deployment |
DeploymentScenario.deployment(DeploymentTargetDescription target)
Get a DeploymentDescription with a specific name if it exists. |
Methods in org.jboss.arquillian.container.spi.client.deployment that return types with arguments of type Deployment | |
---|---|
List<Deployment> |
DeploymentScenario.deployedDeployments()
|
List<Deployment> |
DeploymentScenario.deployedDeploymentsInUnDeployOrder()
|
List<Deployment> |
DeploymentScenario.deployments()
|
List<Deployment> |
DeploymentScenario.deploymentsInError()
|
List<Deployment> |
DeploymentScenario.managedDeploymentsInDeployOrder()
|
List<Deployment> |
DeploymentScenario.startupDeploymentsFor(TargetDescription target)
Get all DeploymentDescription defined to be deployed during Test startup for a specific TargetDescription ordered. |
Uses of Deployment in org.jboss.arquillian.container.spi.event |
---|
Methods in org.jboss.arquillian.container.spi.event that return Deployment | |
---|---|
Deployment |
DeploymentEvent.getDeployment()
|
Constructors in org.jboss.arquillian.container.spi.event with parameters of type Deployment | |
---|---|
DeployDeployment(Container container,
Deployment deployment)
|
|
DeploymentEvent(Container container,
Deployment deployment)
|
|
UnDeployDeployment(Container container,
Deployment deployment)
|
Uses of Deployment in org.jboss.arquillian.container.test.impl |
---|
Methods in org.jboss.arquillian.container.test.impl with parameters of type Deployment | |
---|---|
static boolean |
RunModeUtils.isRunAsClient(Deployment deployment,
Class<?> testClass,
Method testMethod)
Check is this should run as client. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |