Method and Description |
---|
step.client.eventbroker.RemoteEventBrokerClient.getEventBrokerStatus() |
step.client.StepClient.getPlanBuilders()
This method will be removed in future releases. To create a Plan programmatically use
PlanBuilder.create() instead. To parse a plain text plan
use PlanParser directly |
step.client.StepClient.getPlanRunners()
This method will be removed in future releases. To run a plan
locally use
ExecutionEngine directly. To run a plan
located on your controller use RemoteExecutionManager |
step.client.StepClient.getStagingRepositoryClient()
The staging client is deprecated and will be removed in future
releases. All executions are now providing an isolated context
thus making the Staging repository useless.
|
Copyright © 2020. All rights reserved.