| Package | Description |
|---|---|
| org.jboss.arquillian.container.spi.client.deployment | |
| org.jboss.arquillian.container.spi.event |
| Modifier and Type | Method and Description |
|---|---|
Deployment |
DeploymentScenario.deployment(DeploymentTargetDescription target)
Get a
DeploymentDescription with a specific name if it exists. |
| Modifier and Type | Method and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
Deployment |
DeploymentEvent.getDeployment() |
| Constructor and Description |
|---|
DeployDeployment(Container container,
Deployment deployment) |
DeploymentEvent(Container container,
Deployment deployment) |
UnDeployDeployment(Container container,
Deployment deployment) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.