Uses of Enum
org.gitlab4j.api.Constants.PipelineScope
Packages that use Constants.PipelineScope
-
Uses of Constants.PipelineScope in org.gitlab4j.api
Methods in org.gitlab4j.api that return Constants.PipelineScopeModifier and TypeMethodDescriptionstatic Constants.PipelineScopestatic Constants.PipelineScopeReturns the enum constant of this type with the specified name.static Constants.PipelineScope[]Constants.PipelineScope.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.gitlab4j.api with parameters of type Constants.PipelineScopeModifier and TypeMethodDescriptionPipelineApi.getPipelines(Object projectIdOrPath, Constants.PipelineScope scope, PipelineStatus status, String ref, boolean yamlErrors, String name, String username, Constants.PipelineOrderBy orderBy, Constants.SortOrder sort) Get a list of pipelines in a project.PipelineApi.getPipelines(Object projectIdOrPath, Constants.PipelineScope scope, PipelineStatus status, String ref, boolean yamlErrors, String name, String username, Constants.PipelineOrderBy orderBy, Constants.SortOrder sort, int itemsPerPage) Get a Pager of pipelines in a project.PipelineApi.getPipelines(Object projectIdOrPath, Constants.PipelineScope scope, PipelineStatus status, String ref, boolean yamlErrors, String name, String username, Constants.PipelineOrderBy orderBy, Constants.SortOrder sort, int page, int perPage) Get a list of pipelines in a project in the specified page range.PipelineApi.getPipelinesStream(Object projectIdOrPath, Constants.PipelineScope scope, PipelineStatus status, String ref, boolean yamlErrors, String name, String username, Constants.PipelineOrderBy orderBy, Constants.SortOrder sort) Get a Stream of pipelines in a project. -
Uses of Constants.PipelineScope in org.gitlab4j.api.models
Methods in org.gitlab4j.api.models with parameters of type Constants.PipelineScopeModifier and TypeMethodDescriptionvoidPipelineFilter.setScope(Constants.PipelineScope scope) PipelineFilter.withScope(Constants.PipelineScope scope)