Interface DeployerService


public interface DeployerService
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    void
     
    void
    setFailSafe(boolean failSafe)
     
  • Method Details

    • redeploy

      void redeploy() throws Exception
      Throws:
      Exception
    • setFailSafe

      void setFailSafe(boolean failSafe)
    • isFailSafe

      boolean isFailSafe()