Class ExecutionRequests
java.lang.Object
com.github.angleshq.angles.api.requests.BaseRequests
com.github.angleshq.angles.api.requests.ExecutionRequests
-
Field Summary
Fields inherited from class com.github.angleshq.angles.api.requests.BaseRequests
baseUrl, client, gson -
Constructor Summary
ConstructorsConstructorDescriptionExecutionRequests(String baseUrl) ExecutionRequests(String baseUrl, org.apache.http.client.config.RequestConfig requestConfig) -
Method Summary
Methods inherited from class com.github.angleshq.angles.api.requests.BaseRequests
getDefaultErrorMessage, processErrorResponse, processResponse, sendDelete, sendJSONGet, sendJSONGet, sendJSONPost, sendJSONPut, sendMultiPartEntity
-
Constructor Details
-
ExecutionRequests
-
ExecutionRequests
-
-
Method Details
-
create
- Throws:
IOExceptionAnglesServerException
-
get
- Throws:
IOExceptionAnglesServerException
-
get
- Throws:
IOExceptionAnglesServerException
-
delete
- Throws:
IOExceptionAnglesServerException
-
update
- Throws:
IOExceptionAnglesServerException
-
platforms
public Execution platforms(String executionId, Platform... platforms) throws IOException, AnglesServerException - Throws:
IOExceptionAnglesServerException
-