com.xebialabs.deployit.plugin.was.deployed.datasource
Class TestDatasourceContributor
java.lang.Object
com.xebialabs.deployit.plugin.was.contributor.CollectDeployedsOfTypesContributor<ExtensibleDeployedResource>
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.
|
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestDatasourceContributor
public TestDatasourceContributor()
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)