Uses of Enum Class
org.miaixz.bus.gitlab.Constants.JobScope
Packages that use Constants.JobScope
-
Uses of Constants.JobScope in org.miaixz.bus.gitlab
Methods in org.miaixz.bus.gitlab that return Constants.JobScopeModifier and TypeMethodDescriptionstatic Constants.JobScopestatic Constants.JobScopeReturns the enum constant of this class with the specified name.static Constants.JobScope[]Constants.JobScope.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.miaixz.bus.gitlab with parameters of type Constants.JobScopeModifier and TypeMethodDescriptionPipelineApi.getBridgesForPipeline(Object projectIdOrPath, long pipelineId, int itemsPerPage, Constants.JobScope scope) Get a Pager of bridges in a pipeline.PipelineApi.getBridgesStream(Object projectIdOrPath, long pipelineId, Constants.JobScope scope) Get a Stream of bridges in a pipeline.JobApi.getJobs(Object projectIdOrPath, Constants.JobScope scope) Get a list of jobs in a project.JobApi.getJobs(Object projectIdOrPath, Constants.JobScope scope, int itemsPerPage) Get a list of jobs in a project.JobApi.getJobsForPipeline(Object projectIdOrPath, long pipelineId, Constants.JobScope scope) Get a list of jobs in a pipeline.JobApi.getJobsForPipeline(Object projectIdOrPath, long pipelineId, Constants.JobScope scope, Boolean includeRetried) Get a list of jobs in a pipeline.JobApi.getJobsStream(Object projectIdOrPath, Constants.JobScope scope) Get a Stream of jobs in a project.