public class PipelinesQuery extends PaginationQuery
MAX_ITEMS_PER_PAGE, PARAM_PAGE, PARAM_PER_PAGE| Constructor and Description |
|---|
PipelinesQuery() |
| Modifier and Type | Method and Description |
|---|---|
void |
setName(String name) |
void |
setOrderBy(String orderBy) |
void |
setRef(String ref) |
void |
setScope(String scope) |
void |
setSha(String sha) |
void |
setSort(String sort) |
void |
setStatus(String status) |
void |
setUsername(String username) |
void |
setYamlErrors(Boolean yamlErrors) |
PipelinesQuery |
withName(String name) |
PipelinesQuery |
withOrderBy(String orderBy) |
PipelinesQuery |
withPage(int page) |
PipelinesQuery |
withPerPage(int perPage) |
PipelinesQuery |
withRef(String ref) |
PipelinesQuery |
withScope(String scope) |
PipelinesQuery |
withSha(String sha) |
PipelinesQuery |
withSort(String sort) |
PipelinesQuery |
withStatus(String status) |
PipelinesQuery |
withUsername(String username) |
PipelinesQuery |
withYamlErrors(Boolean yamlErrors) |
setPage, setPerPagepublic void setScope(String scope) throws UnsupportedEncodingException
UnsupportedEncodingExceptionpublic PipelinesQuery withScope(String scope) throws UnsupportedEncodingException
UnsupportedEncodingExceptionpublic void setStatus(String status) throws UnsupportedEncodingException
UnsupportedEncodingExceptionpublic PipelinesQuery withStatus(String status) throws UnsupportedEncodingException
UnsupportedEncodingExceptionpublic void setRef(String ref) throws UnsupportedEncodingException
UnsupportedEncodingExceptionpublic PipelinesQuery withRef(String ref) throws UnsupportedEncodingException
UnsupportedEncodingExceptionpublic void setSha(String sha) throws UnsupportedEncodingException
UnsupportedEncodingExceptionpublic PipelinesQuery withSha(String sha) throws UnsupportedEncodingException
UnsupportedEncodingExceptionpublic void setYamlErrors(Boolean yamlErrors) throws UnsupportedEncodingException
UnsupportedEncodingExceptionpublic PipelinesQuery withYamlErrors(Boolean yamlErrors) throws UnsupportedEncodingException
UnsupportedEncodingExceptionpublic void setName(String name) throws UnsupportedEncodingException
UnsupportedEncodingExceptionpublic PipelinesQuery withName(String name) throws UnsupportedEncodingException
UnsupportedEncodingExceptionpublic void setUsername(String username) throws UnsupportedEncodingException
UnsupportedEncodingExceptionpublic PipelinesQuery withUsername(String username) throws UnsupportedEncodingException
UnsupportedEncodingExceptionpublic void setOrderBy(String orderBy) throws UnsupportedEncodingException
UnsupportedEncodingExceptionpublic PipelinesQuery withOrderBy(String orderBy) throws UnsupportedEncodingException
UnsupportedEncodingExceptionpublic void setSort(String sort) throws UnsupportedEncodingException
UnsupportedEncodingExceptionpublic PipelinesQuery withSort(String sort) throws UnsupportedEncodingException
UnsupportedEncodingExceptionpublic PipelinesQuery withPage(int page)
withPage in class PaginationQuerypublic PipelinesQuery withPerPage(int perPage)
withPerPage in class PaginationQueryCopyright © 2019. All rights reserved.