| Package | Description |
|---|---|
| org.gitlab.api | |
| org.gitlab.api.models |
| Modifier and Type | Method and Description |
|---|---|
GitlabRunner |
GitlabAPI.getRunnerDetail(int id)
Get details information of the runner with the specified id.
|
| Modifier and Type | Method and Description |
|---|---|
List<GitlabRunner> |
GitlabAPI.getRunners()
Returns a List of all GitlabRunners.
|
List<GitlabRunner> |
GitlabAPI.getRunners(GitlabRunner.RunnerScope scope)
Returns a List of GitlabRunners.
|
List<GitlabRunner> |
GitlabAPI.getRunnersWithPagination(GitlabRunner.RunnerScope scope,
int page,
int perPage)
Returns a list of runners with perPage elements on the page number specified.
|
List<GitlabRunner> |
GitlabAPI.getRunnersWithPagination(GitlabRunner.RunnerScope scope,
Pagination pagination)
Returns a list of runners with perPage elements on the page number specified.
|
| Modifier and Type | Method and Description |
|---|---|
GitlabRunner |
GitlabJob.getRunner() |
| Modifier and Type | Method and Description |
|---|---|
void |
GitlabJob.setRunner(GitlabRunner runner) |
Copyright © 2018. All rights reserved.