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, setPerPage
public void setScope(String scope) throws UnsupportedEncodingException
UnsupportedEncodingException
public PipelinesQuery withScope(String scope) throws UnsupportedEncodingException
UnsupportedEncodingException
public void setStatus(String status) throws UnsupportedEncodingException
UnsupportedEncodingException
public PipelinesQuery withStatus(String status) throws UnsupportedEncodingException
UnsupportedEncodingException
public void setRef(String ref) throws UnsupportedEncodingException
UnsupportedEncodingException
public PipelinesQuery withRef(String ref) throws UnsupportedEncodingException
UnsupportedEncodingException
public void setSha(String sha) throws UnsupportedEncodingException
UnsupportedEncodingException
public PipelinesQuery withSha(String sha) throws UnsupportedEncodingException
UnsupportedEncodingException
public void setYamlErrors(Boolean yamlErrors) throws UnsupportedEncodingException
UnsupportedEncodingException
public PipelinesQuery withYamlErrors(Boolean yamlErrors) throws UnsupportedEncodingException
UnsupportedEncodingException
public void setName(String name) throws UnsupportedEncodingException
UnsupportedEncodingException
public PipelinesQuery withName(String name) throws UnsupportedEncodingException
UnsupportedEncodingException
public void setUsername(String username) throws UnsupportedEncodingException
UnsupportedEncodingException
public PipelinesQuery withUsername(String username) throws UnsupportedEncodingException
UnsupportedEncodingException
public void setOrderBy(String orderBy) throws UnsupportedEncodingException
UnsupportedEncodingException
public PipelinesQuery withOrderBy(String orderBy) throws UnsupportedEncodingException
UnsupportedEncodingException
public void setSort(String sort) throws UnsupportedEncodingException
UnsupportedEncodingException
public PipelinesQuery withSort(String sort) throws UnsupportedEncodingException
UnsupportedEncodingException
public PipelinesQuery withPage(int page)
withPage
in class PaginationQuery
public PipelinesQuery withPerPage(int perPage)
withPerPage
in class PaginationQuery
Copyright © 2019. All rights reserved.