Interface OnDeployExecutor


public interface OnDeployExecutor
OnDeploy Provider to execute scripts.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    executeScript(String scriptName, boolean force)
    Execute scripts
  • Method Details

    • executeScript

      boolean executeScript(String scriptName, boolean force)
      Execute scripts
      Parameters:
      scriptName - className of the script
      force - true to run if the script ran already.
      Returns:
      true if executed, false if failed.