We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d79b81 commit 3638ec0Copy full SHA for 3638ec0
src/main/java/org/gitlab4j/api/RunnersApi.java
@@ -137,7 +137,8 @@ public List<Runner> getAllRunners(Runner.RunnerStatus scope) throws GitLabApiExc
137
* GET /runners/all
138
*
139
* @param page The page offset of runners
140
- * @param perPage The number of runners to get after the page offset * @return List of Runners
+ * @param perPage The number of runners to get after the page offset
141
+ * @return a list of all runners in the GitLab instance
142
* @throws GitLabApiException if any exception occurs
143
*/
144
public List<Runner> getAllRunners(int page, int perPage) throws GitLabApiException {
0 commit comments