gitlab4j-api
gitlab4j-api copied to clipboard
getJobApi().getJobsForPipeline() does not support paging
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.
@jabby Anything I could do to get the PR merged?