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.
  • Constructor Details

    • TestDatasourceContributor

      public TestDatasourceContributor()
  • Method Details

    • 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)