public class Automation
extends java.lang.Object
| Constructor and Description |
|---|
Automation(ClientApi api) |
| Modifier and Type | Method and Description |
|---|---|
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
ClientApiExceptionpublic ApiResponse runPlan(java.lang.String filepath) throws ClientApiException
ClientApiException