public class DeploymentScenario extends Object
| Constructor and Description |
|---|
DeploymentScenario() |
| Modifier and Type | Method and Description |
|---|---|
DeploymentScenario |
addDeployment(DeploymentDescription deployment) |
List<Deployment> |
deployedDeployments() |
List<Deployment> |
deployedDeploymentsInUnDeployOrder() |
Deployment |
deployment(DeploymentTargetDescription target)
Get a
DeploymentDescription with a specific name if it exists. |
List<Deployment> |
deployments() |
List<Deployment> |
deploymentsInError() |
List<Deployment> |
managedDeploymentsInDeployOrder() |
Set<ProtocolDescription> |
protocols() |
List<Deployment> |
startupDeploymentsFor(TargetDescription target)
Get all
DeploymentDescription defined to be deployed during Test startup for a specific TargetDescription ordered. |
Set<TargetDescription> |
targets() |
public DeploymentScenario addDeployment(DeploymentDescription deployment)
public Set<TargetDescription> targets()
public Set<ProtocolDescription> protocols()
public Deployment deployment(DeploymentTargetDescription target)
DeploymentDescription with a specific name if it exists.target - The name of the DeploymentDescriptionpublic List<Deployment> managedDeploymentsInDeployOrder()
public List<Deployment> deployedDeploymentsInUnDeployOrder()
public List<Deployment> startupDeploymentsFor(TargetDescription target)
DeploymentDescription defined to be deployed during Test startup for a specific TargetDescription ordered.target - The Target to filter onDeploymentDescription. Will return a empty list if none are found.public List<Deployment> deploymentsInError()
public List<Deployment> deployedDeployments()
public List<Deployment> deployments()
Copyright © 2017 JBoss by Red Hat. All rights reserved.