Modifier and Type | Method and Description |
---|---|
private void |
ContainerDeployController.forEachDeployedDeployment(ContainerDeployController.Operation<Container,Deployment> operation) |
private void |
ContainerDeployController.forEachDeployment(java.util.List<Deployment> deployments,
ContainerDeployController.Operation<Container,Deployment> operation) |
private void |
ContainerDeployController.forEachDeployment(java.util.List<Deployment> deployments,
ContainerDeployController.Operation<Container,Deployment> operation) |
private void |
ContainerDeployController.forEachManagedDeployment(ContainerDeployController.Operation<Container,Deployment> operation) |
Modifier and Type | Field and Description |
---|---|
private java.util.List<Deployment> |
DeploymentScenario.deployments |
Modifier and Type | Method and Description |
---|---|
Deployment |
DeploymentScenario.deployment(DeploymentTargetDescription target)
Get a
DeploymentDescription with a specific name if it exists. |
private Deployment |
DeploymentScenario.findDefaultDeployment() |
private Deployment |
DeploymentScenario.findMatchingDeployment(DeploymentTargetDescription target)
Validation, names except DEFAULT should be unique.
|
Modifier and Type | Method and Description |
---|---|
private java.util.List<Deployment> |
DeploymentScenario.archiveDeployments(java.util.List<Deployment> deployments)
Filters the List of Deployments and returns the ones that are Archive deployments.
|
private java.util.List<Deployment> |
DeploymentScenario.defaultDeployments(java.util.List<Deployment> deployments)
Filters the List of Deployments and returns the ones that are DEFAULT deployments.
|
java.util.List<Deployment> |
DeploymentScenario.deployedDeployments() |
java.util.List<Deployment> |
DeploymentScenario.deployedDeploymentsInUnDeployOrder() |
java.util.List<Deployment> |
DeploymentScenario.deployments() |
java.util.List<Deployment> |
DeploymentScenario.deploymentsInError() |
private java.util.List<Deployment> |
DeploymentScenario.findMatchingDeployments(DeploymentTargetDescription target) |
private java.util.List<Deployment> |
DeploymentScenario.managedDeployments(java.util.List<Deployment> deployments)
Filters the List of Deployments and returns the ones that are Managed deployments.
|
java.util.List<Deployment> |
DeploymentScenario.managedDeploymentsInDeployOrder() |
java.util.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 |
---|---|
private java.util.List<Deployment> |
DeploymentScenario.archiveDeployments(java.util.List<Deployment> deployments)
Filters the List of Deployments and returns the ones that are Archive deployments.
|
private java.util.List<Deployment> |
DeploymentScenario.defaultDeployments(java.util.List<Deployment> deployments)
Filters the List of Deployments and returns the ones that are DEFAULT deployments.
|
private java.util.List<Deployment> |
DeploymentScenario.managedDeployments(java.util.List<Deployment> deployments)
Filters the List of Deployments and returns the ones that are Managed deployments.
|
Modifier and Type | Field and Description |
---|---|
private Deployment |
DeploymentEvent.deployment |
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) |
Modifier and Type | Field and Description |
---|---|
private Instance<Deployment> |
ClientTestInstanceEnricher.deployment |
Modifier and Type | Method and Description |
---|---|
static boolean |
RunModeUtils.isRunAsClient(Deployment deployment,
java.lang.Class<?> testClass,
java.lang.reflect.Method testMethod)
Check is this should run as client.
|
Modifier and Type | Method and Description |
---|---|
(package private) abstract void |
ContainerEventController.ResultCallback.call(Container container,
Deployment deployment) |
(package private) void |
ContainerEventController.Activate.call(Container container,
Deployment deployment) |
(package private) void |
ContainerEventController.DeActivate.call(Container container,
Deployment deployment) |
Modifier and Type | Field and Description |
---|---|
private Instance<Deployment> |
ClientTestExecuter.deployment |
private Instance<Deployment> |
ClientBeforeAfterLifecycleEventExecuter.deployment |