Class BuildRequests
java.lang.Object
com.github.angleshq.angles.api.requests.BaseRequests
com.github.angleshq.angles.api.requests.BuildRequests
-
Field Summary
Fields inherited from class com.github.angleshq.angles.api.requests.BaseRequests
baseUrl, client, gson -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.github.angleshq.angles.api.requests.BaseRequests
getDefaultErrorMessage, processErrorResponse, processResponse, sendDelete, sendJSONGet, sendJSONGet, sendJSONPost, sendJSONPut, sendMultiPartEntity
-
Constructor Details
-
BuildRequests
-
-
Method Details
-
create
- Throws:
IOExceptionAnglesServerException
-
get
public Build[] get(String teamId, Integer limit, Integer skip) throws IOException, URISyntaxException, AnglesServerException -
get
- Throws:
IOExceptionAnglesServerException
-
delete
- Throws:
IOExceptionAnglesServerException
-
update
- Throws:
IOExceptionAnglesServerException
-
keep
- Throws:
IOExceptionAnglesServerException
-
artifacts
- Throws:
IOExceptionAnglesServerException
-
artifacts
public Build artifacts(String buildId, Artifact[] artifacts) throws IOException, AnglesServerException - Throws:
IOExceptionAnglesServerException
-