Interface ExecutionRestClient
- All Superinterfaces:
RestClient,Serializable
- All Known Implementing Classes:
ReportRestClient,TaskRestClient
-
Method Summary
Modifier and TypeMethodDescriptionbatch(BatchRequest batchRequest) longcountExecutions(String taskKey) voiddeleteExecution(String executionKey) listExecutions(String taskKey, int page, int size, SortParam<String> sort) listRecentExecutions(int max) voidstartExecution(String executionCollectorKey, Date startAt)
-
Method Details
-
startExecution
-
deleteExecution
-
listRecentExecutions
-
listExecutions
-
countExecutions
-
batch
-