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