Class PlanRunners


  • public class PlanRunners
    extends Object
    • Field Detail

      • credentials

        protected final step.client.credentials.ControllerCredentials credentials
    • Constructor Detail

      • PlanRunners

        public PlanRunners​(step.client.credentials.ControllerCredentials credentials)
    • Method Detail

      • getRemotePlanRunner

        public step.client.planrunners.RemotePlanRunner getRemotePlanRunner()
        Returns:
        a runner that runs plans fully remotely on the controller
      • getLocalPlanRunner

        public step.localrunner.LocalPlanRunner getLocalPlanRunner​(Map<String,​String> properties,
                                                                   List<Class<?>> functionClasses)
        Parameters:
        properties - a map containing the properties that are usually set under Parameters in the UI
        functionClasses - the list of Classes containing the functions (aka Keywords)
        Returns:
        a runner that runs plans fully locally (including keywords)