Interface InfraDeployer


public interface InfraDeployer
A deployer is used to deploy infrastructure applications.
Author:
freva
  • Method Details

    • getDeployment

      Optional<Deployment> getDeployment(ApplicationId application)
      Parameters:
      application - the infrastructure application to be deployed
      Returns:
      empty if the given application is not an infrastructure application or a Deployment
    • activateAllSupportedInfraApplications

      void activateAllSupportedInfraApplications(boolean propagateException)
      Deploys all supported infrastructure applications in this zone.