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