Class TenantSwitcher

java.lang.Object
step.plugins.maven.TenantSwitcher

public abstract class TenantSwitcher extends Object
  • Constructor Details

    • TenantSwitcher

      public TenantSwitcher()
  • Method Details

    • switchTenant

      public Tenant switchTenant(String projectName) throws org.apache.maven.plugin.MojoExecutionException
      Throws:
      org.apache.maven.plugin.MojoExecutionException
    • createClient

      protected abstract MultitenancyClient createClient()