public class BuildRequests extends BaseRequests
baseUrl, client, gson| Constructor and Description |
|---|
BuildRequests(String baseUrl) |
| Modifier and Type | Method and Description |
|---|---|
Build |
artifacts(String buildId,
Artifact artifact) |
Build |
artifacts(String buildId,
Artifact[] artifacts) |
Build |
create(CreateBuild createBuild) |
Boolean |
delete(String buildId) |
Build |
get(String buildId) |
Build[] |
get(String teamId,
Integer limit,
Integer skip) |
Build |
keep(String buildId,
Boolean keep) |
Build |
update(Build build) |
getDefaultErrorMessage, processErrorResponse, processResponse, sendDelete, sendJSONGet, sendJSONGet, sendJSONPost, sendJSONPut, sendMultiPartEntitypublic BuildRequests(String baseUrl)
public Build create(CreateBuild createBuild) throws IOException, AnglesServerException
IOExceptionAnglesServerExceptionpublic Build[] get(String teamId, Integer limit, Integer skip) throws IOException, URISyntaxException, AnglesServerException
public Build get(String buildId) throws IOException, AnglesServerException
IOExceptionAnglesServerExceptionpublic Boolean delete(String buildId) throws IOException, AnglesServerException
IOExceptionAnglesServerExceptionpublic Build update(Build build) throws IOException, AnglesServerException
IOExceptionAnglesServerExceptionpublic Build keep(String buildId, Boolean keep) throws IOException, AnglesServerException
IOExceptionAnglesServerExceptionpublic Build artifacts(String buildId, Artifact artifact) throws IOException, AnglesServerException
IOExceptionAnglesServerExceptionpublic Build artifacts(String buildId, Artifact[] artifacts) throws IOException, AnglesServerException
IOExceptionAnglesServerExceptionCopyright © 2021. All rights reserved.