Uses of Class
org.aoju.bus.gitlab.models.PipelineFilter
Packages that use PipelineFilter
-
Uses of PipelineFilter in org.aoju.bus.gitlab
Methods in org.aoju.bus.gitlab with parameters of type PipelineFilterModifier and TypeMethodDescriptionPipelineApi.getPipelines(Object projectIdOrPath, PipelineFilter filter) Get a list of pipelines in a project filtered with the providedPipelineFilter.PipelineApi.getPipelines(Object projectIdOrPath, PipelineFilter filter, int itemsPerPage) Get a Pager of pipelines in a project filtered with the providedPipelineFilter.PipelineApi.getPipelinesStream(Object projectIdOrPath, PipelineFilter filter) Get a Stream of pipelines in a project filtered with the providedPipelineFilter. -
Uses of PipelineFilter in org.aoju.bus.gitlab.models
Methods in org.aoju.bus.gitlab.models that return PipelineFilterModifier and TypeMethodDescriptionPipelineFilter.withOrderBy(Constants.PipelineOrderBy orderBy) PipelineFilter.withScope(Constants.PipelineScope scope) PipelineFilter.withSort(Constants.SortOrder sort) PipelineFilter.withStatus(PipelineStatus status) PipelineFilter.withUpdatedAfter(Date updatedAfter) PipelineFilter.withUpdatedBefore(Date updatedBefore) PipelineFilter.withUsername(String username) PipelineFilter.withYamlErrors(Boolean yamlErrors)