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, processErrorResponse, processResponse, sendDelete, sendJSONGet, sendJSONGet, sendJSONPost, sendJSONPut, sendMultiPartEntitypublic ExecutionRequests(String baseUrl)
public Execution create(CreateExecution createExecution) throws IOException, AnglesServerException
IOExceptionAnglesServerExceptionpublic Execution[] get() throws IOException, AnglesServerException
IOExceptionAnglesServerExceptionpublic Execution get(String executionId) throws IOException, AnglesServerException
IOExceptionAnglesServerExceptionpublic Boolean delete(String executionId) throws IOException, AnglesServerException
IOExceptionAnglesServerExceptionpublic Execution update(Execution execution) throws IOException, AnglesServerException
IOExceptionAnglesServerExceptionpublic Execution platforms(String executionId, Platform... platforms) throws IOException, AnglesServerException
IOExceptionAnglesServerExceptionCopyright © 2021. All rights reserved.