public class PlanRunners extends Object
| Modifier and Type | Field and Description | 
|---|---|
protected step.client.credentials.ControllerCredentials | 
credentials  | 
| Constructor and Description | 
|---|
PlanRunners(step.client.credentials.ControllerCredentials credentials)  | 
| Modifier and Type | Method and Description | 
|---|---|
step.localrunner.LocalPlanRunner | 
getLocalPlanRunner(Map<String,String> properties,
                  List<Class<?>> functionClasses)  | 
step.client.planrunners.RemotePlanRunner | 
getRemotePlanRunner()  | 
public PlanRunners(step.client.credentials.ControllerCredentials credentials)
public step.client.planrunners.RemotePlanRunner getRemotePlanRunner()
public step.localrunner.LocalPlanRunner getLocalPlanRunner(Map<String,String> properties, List<Class<?>> functionClasses)
properties - a map containing the properties that are usually set under Parameters in the UIfunctionClasses - the list of Classes containing the functions (aka Keywords)Copyright © 2020. All rights reserved.