Package step.client.planrunners
Class RemotePlanRunner
java.lang.Object
step.client.AbstractRemoteClient
step.client.planrunners.RemotePlanRunner
- All Implemented Interfaces:
Closeable
,AutoCloseable
,PlanRunner
Deprecated.
A runner that runs plans fully remotely
- Author:
- Jérôme Comte
-
Nested Class Summary
-
Field Summary
Fields inherited from class step.client.AbstractRemoteClient
client, cookies, credentials
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetArtefact
(String artefactId) Deprecated.getExecution
(String executionID) Deprecated.Deprecated.Runs a plan instanceDeprecated.Runs a plan instance using the provided execution parametersDeprecated.waitForExecutionToTerminate
(String executionID, long timeout) Deprecated.Methods inherited from class step.client.AbstractRemoteClient
close, executeRequest, notImplemented, requestBuilder, requestBuilder
-
Constructor Details
-
RemotePlanRunner
public RemotePlanRunner()Deprecated. -
RemotePlanRunner
Deprecated.
-
-
Method Details
-
run
Deprecated.Description copied from interface:PlanRunner
Runs a plan instance- Specified by:
run
in interfacePlanRunner
- Parameters:
plan
- the plan to be run- Returns:
- an handle to the execution result
-
run
Deprecated.Description copied from interface:PlanRunner
Runs a plan instance using the provided execution parameters- Specified by:
run
in interfacePlanRunner
- Parameters:
plan
- the plan to be runexecutionParameters
- the execution parameters to be used for the execution. These parameters are equivalent to the parameters selected on the execution screen of the STEP UI- Returns:
- an handle to the execution result
-
runPlanById
public PlanRunnerResult runPlanById(Map<String, String> executionParameters, String planId, String name) Deprecated. -
getExecution
Deprecated. -
waitForExecutionToTerminate
public Execution waitForExecutionToTerminate(String executionID, long timeout) throws TimeoutException, InterruptedException Deprecated.- Throws:
TimeoutException
InterruptedException
-
getArtefact
Deprecated.
-
RemoteExecutionManager
instead.