public class ExecutionRequests extends BaseRequests
baseUrl, client, gson| Constructor and Description |
|---|
ExecutionRequests(String baseUrl) |
| Modifier and Type | Method and Description |
|---|---|
Execution |
create(CreateExecution createExecution) |
Boolean |
delete(String executionId) |
Execution[] |
get() |
Execution |
get(String executionId) |
ExecutionResponse |
platforms(String executionId,
Platform platform) |
ExecutionResponse |
platforms(String executionId,
Platform[] platforms) |
Execution |
update(Execution execution) |
sendDelete, sendJSONGet, sendJSONGet, sendJSONPost, sendJSONPut, sendMultiPartEntitypublic ExecutionRequests(String baseUrl)
public Execution create(CreateExecution createExecution) throws IOException
IOExceptionpublic Execution[] get() throws IOException
IOExceptionpublic Execution get(String executionId) throws IOException
IOExceptionpublic Boolean delete(String executionId) throws IOException
IOExceptionpublic Execution update(Execution execution) throws IOException
IOExceptionpublic ExecutionResponse platforms(String executionId, Platform platform) throws IOException
IOExceptionpublic ExecutionResponse platforms(String executionId, Platform[] platforms) throws IOException
IOExceptionCopyright © 2021. All rights reserved.