Package | Description |
---|---|
org.gitlab4j.api | |
org.gitlab4j.api.models |
Modifier and Type | Method | Description |
---|---|---|
List<Runner> |
RunnersApi.getAllRunners(Runner.RunnerStatus scope) |
Get a list of all runners in the GitLab instance (specific and shared).
|
Pager<Runner> |
RunnersApi.getAllRunners(Runner.RunnerStatus scope,
int itemsPerPage) |
Get a list of all runners in the GitLab instance (specific and shared).
|
List<Runner> |
RunnersApi.getRunners(Runner.RunnerStatus scope) |
Get a list of specific runners available to the user.
|
Pager<Runner> |
RunnersApi.getRunners(Runner.RunnerStatus scope,
int itemsPerPage) |
Get a list of specific runners available to the user.
|
Modifier and Type | Method | Description |
---|---|---|
static Runner.RunnerStatus |
Runner.RunnerStatus.forValue(String value) |
|
Runner.RunnerStatus |
Runner.getStatus() |
|
static Runner.RunnerStatus |
Runner.RunnerStatus.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static Runner.RunnerStatus[] |
Runner.RunnerStatus.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
void |
Runner.setStatus(Runner.RunnerStatus status) |
Copyright © 2018. All rights reserved.