timols / java-gitlab-api

A wrapper for the Gitlab API written in Java
Apache License 2.0
383 stars 317 forks source link

Added possibility to get only first page from project's pipelines #370

Open mashinarius opened 4 years ago

mashinarius commented 4 years ago

In some cases, we need to load only the first or the last page from project's pipelines using a pagination query. (e.g. get the last pipeline from the project)