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.
-
-
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
Constructors Constructor Description TestDatasourceContributor()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidaddTestConnectionStep(ExtensibleDeployedResource datasource, com.xebialabs.deployit.plugin.api.deployment.planning.DeploymentPlanningContext ctx)static voidaddTestConnectionSteps(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
-
-
-
-
Method Detail
-
addTestConnectionSteps
public static 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)
-
-