gitlab4j-api icon indicating copy to clipboard operation
gitlab4j-api copied to clipboard

getJobApi().getJobsForPipeline() does not support paging

Open theotherp opened this issue 5 years ago • 1 comments

Unfortunately in my case when calling getJobApi().getJobsForPipeline() gitlab returns more than 100 results. Paging support for this call would be great. I don't think there's any other way of calling this paged, right? I'd call the get method and do the rest myself but it's protected.

theotherp avatar Nov 04 '20 09:11 theotherp

@jabby Anything I could do to get the PR merged?

opensource21 avatar Oct 27 '21 11:10 opensource21