Interface OnDeployScriptProvider


@ConsumerType public interface OnDeployScriptProvider
Provider interface to supply a list of scripts to be run by the OnDeployExecutorMBean.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the list of scripts to run.
  • Method Details

    • getScripts

      List<OnDeployScript> getScripts()
      Get the list of scripts to run. Ideally, all scripts will remain in the list indefinitely, so that a new AEM server can run all scripts from the first to the last to be completely up to date w/no manual intervention. As a reminder, scripts will run only once, so it is safe to preserve the entire list of scripts.
      Returns:
      List of OnDeployScript instances.