Uses of Enum
org.gitlab4j.api.Constants.JobScope
Packages that use Constants.JobScope
-
Uses of Constants.JobScope in org.gitlab4j.api
Methods in org.gitlab4j.api that return Constants.JobScopeModifier and TypeMethodDescriptionstatic Constants.JobScopestatic Constants.JobScopeReturns the enum constant of this type with the specified name.static Constants.JobScope[]Constants.JobScope.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.JobScopeModifier and TypeMethodDescriptionJobApi.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.getJobsStream(Object projectIdOrPath, Constants.JobScope scope) Get a Stream of jobs in a project.