com.xebialabs.deployit.plugin.was.deployed.datasource
Class TestDatasourceContributor

java.lang.Object
  extended by com.xebialabs.deployit.plugin.was.contributor.CollectDeployedsOfTypesContributor<ExtensibleDeployedResource>
      extended by com.xebialabs.deployit.plugin.was.deployed.datasource.TestDatasourceContributor

public class TestDatasourceContributor
extends CollectDeployedsOfTypesContributor<ExtensibleDeployedResource>

Contributor to add test data source step. Before the data source can be tested any changed JAAS aliases have to be updated. This is done by another contributor, which must add steps before the ones added by this one.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.xebialabs.deployit.plugin.was.contributor.CollectDeployedsOfTypesContributor
CollectDeployedsOfTypesContributor.TypedDelta
 
Field Summary
 
Fields inherited from class com.xebialabs.deployit.plugin.was.contributor.CollectDeployedsOfTypesContributor
deployedsCreated, deployedsModified, deployedsNoop, deployedsRemoved, typesOfInterest
 
Constructor Summary
TestDatasourceContributor()
           
 
Method Summary
static void addTestConnectionStep(ExtensibleDeployedResource datasource, com.xebialabs.deployit.plugin.api.deployment.planning.DeploymentPlanningContext ctx)
           
 void addTestConnectionSteps(com.xebialabs.deployit.plugin.api.deployment.specification.Deltas deltas, com.xebialabs.deployit.plugin.api.deployment.planning.DeploymentPlanningContext ctx)
           
 
Methods inherited from class com.xebialabs.deployit.plugin.was.contributor.CollectDeployedsOfTypesContributor
filterDeltas, isOfType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestDatasourceContributor

public TestDatasourceContributor()
Method Detail

addTestConnectionSteps

public void addTestConnectionSteps(com.xebialabs.deployit.plugin.api.deployment.specification.Deltas deltas,
                                   com.xebialabs.deployit.plugin.api.deployment.planning.DeploymentPlanningContext ctx)

addTestConnectionStep

public static void addTestConnectionStep(ExtensibleDeployedResource datasource,
                                         com.xebialabs.deployit.plugin.api.deployment.planning.DeploymentPlanningContext ctx)