org.jboss.arquillian.container.spi.client.deployment
Class DeploymentScenario
java.lang.Object
org.jboss.arquillian.container.spi.client.deployment.DeploymentScenario
public class DeploymentScenario
- extends Object
- Version:
- $Revision: $
- Author:
- Aslak Knutsen
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeploymentScenario
public DeploymentScenario()
addDeployment
public DeploymentScenario addDeployment(DeploymentDescription deployment)
targets
public Set<TargetDescription> targets()
protocols
public Set<ProtocolDescription> protocols()
deployment
public Deployment deployment(DeploymentTargetDescription target)
- Get a
DeploymentDescription with a specific name if it exists.
- Parameters:
target - The name of the DeploymentDescription
- Returns:
- Defined Deployment or null if not found.
managedDeploymentsInDeployOrder
public List<Deployment> managedDeploymentsInDeployOrder()
deployedDeploymentsInUnDeployOrder
public List<Deployment> deployedDeploymentsInUnDeployOrder()
startupDeploymentsFor
public List<Deployment> startupDeploymentsFor(TargetDescription target)
- Get all
DeploymentDescription defined to be deployed during Test startup for a specific TargetDescription ordered.
- Parameters:
target - The Target to filter on
- Returns:
- A List of found
DeploymentDescription. Will return a empty list if none are found.
deploymentsInError
public List<Deployment> deploymentsInError()
deployedDeployments
public List<Deployment> deployedDeployments()
deployments
public List<Deployment> deployments()
- Returns:
- the deployments
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.