Package | Description |
---|---|
org.gitlab.api | |
org.gitlab.api.models |
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
static GitlabRunner.RunnerScope |
GitlabRunner.RunnerScope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GitlabRunner.RunnerScope[] |
GitlabRunner.RunnerScope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2019. All rights reserved.