Package org.aoju.bus.gitlab.models
Class PipelineFilter
java.lang.Object
org.aoju.bus.gitlab.models.PipelineFilter
This class is used to filter Pipelines when getting lists of them.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidsetOrderBy(Constants.PipelineOrderBy orderBy) voidvoidsetScope(Constants.PipelineScope scope) voidvoidsetSort(Constants.SortOrder sort) voidsetStatus(PipelineStatus status) voidsetUpdatedAfter(Date updatedAfter) voidsetUpdatedBefore(Date updatedBefore) voidsetUsername(String username) voidsetYamlErrors(Boolean yamlErrors) withOrderBy(Constants.PipelineOrderBy orderBy) withScope(Constants.PipelineScope scope) withSort(Constants.SortOrder sort) withStatus(PipelineStatus status) withUpdatedAfter(Date updatedAfter) withUpdatedBefore(Date updatedBefore) withUsername(String username) withYamlErrors(Boolean yamlErrors)
-
Constructor Details
-
PipelineFilter
public PipelineFilter()
-
-
Method Details
-
setScope
-
setStatus
-
setRef
-
setSha
-
setYamlErrors
-
setName
-
setUsername
-
setUpdatedAfter
-
setUpdatedBefore
-
setOrderBy
-
setSort
-
withScope
-
withStatus
-
withRef
-
withSha
-
withYamlErrors
-
withName
-
withUsername
-
withUpdatedAfter
-
withUpdatedBefore
-
withOrderBy
-
withSort
-
getQueryParams
-