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) |
Execution |
platforms(String executionId,
Platform... platforms) |
Execution |
update(Execution execution) |
getDefaultErrorMessage, 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 Execution platforms(String executionId, Platform... platforms) throws IOException
IOExceptionCopyright © 2021. All rights reserved.