Class DeploymentScenario
java.lang.Object
org.jboss.arquillian.container.spi.client.deployment.DeploymentScenario
- Version:
- $Revision: $
- Author:
- Aslak Knutsen
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddDeployment(DeploymentDescription deployment) Get aDeploymentDescriptionwith a specific name if it exists.Get allDeploymentDescriptiondefined to be deployed during Test startup for a specificTargetDescriptionordered.targets()
-
Constructor Details
-
DeploymentScenario
public DeploymentScenario()
-
-
Method Details
-
addDeployment
-
targets
-
protocols
-
deployment
Get aDeploymentDescriptionwith a specific name if it exists.- Parameters:
target- The name of theDeploymentDescription- Returns:
- Defined Deployment or null if not found.
-
managedDeploymentsInDeployOrder
-
deployedDeploymentsInUnDeployOrder
-
startupDeploymentsFor
Get allDeploymentDescriptiondefined to be deployed during Test startup for a specificTargetDescriptionordered.- Parameters:
target- The Target to filter on- Returns:
- A List of found
DeploymentDescription. Will return a empty list if none are found.
-
deploymentsInError
-
deployedDeployments
-
deployments
- Returns:
- the deployments
-