public class Automation
extends java.lang.Object
Constructor and Description |
---|
Automation(ClientApi api) |
Modifier and Type | Method and Description |
---|---|
ApiResponse |
endDelayJob()
This component is optional and therefore the API will only work if it is installed
|
ApiResponse |
planProgress(java.lang.String planid)
This component is optional and therefore the API will only work if it is installed
|
ApiResponse |
runPlan(java.lang.String filepath)
This component is optional and therefore the API will only work if it is installed
|
public Automation(ClientApi api)
public ApiResponse planProgress(java.lang.String planid) throws ClientApiException
ClientApiException
public ApiResponse runPlan(java.lang.String filepath) throws ClientApiException
ClientApiException
public ApiResponse endDelayJob() throws ClientApiException
ClientApiException