public interface ExecutionRestClient extends RestClient
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
batch(BatchRequest batchRequest) |
int |
countExecutions(String taskKey) |
void |
deleteExecution(String executionKey) |
List<ExecTO> |
listExecutions(String taskKey,
int page,
int size,
SortParam<String> sort) |
List<ExecTO> |
listRecentExecutions(int max) |
void |
startExecution(String executionCollectorKey,
Date start) |
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.