Package | Description |
---|---|
org.gitlab4j.api | |
org.gitlab4j.api.models |
Modifier and Type | Method and Description |
---|---|
List<Runner> |
RunnersApi.getAllRunners(Runner.RunnerType type,
Runner.RunnerStatus status)
Get a list of all runners in the GitLab instance (specific and shared).
|
Pager<Runner> |
RunnersApi.getAllRunners(Runner.RunnerType type,
Runner.RunnerStatus status,
int itemsPerPage)
Get a list of all runners in the GitLab instance (specific and shared).
|
List<Runner> |
RunnersApi.getAllRunners(Runner.RunnerType type,
Runner.RunnerStatus status,
int page,
int perPage)
Get a list of all runners in the GitLab instance (specific and shared).
|
Stream<Runner> |
RunnersApi.getAllRunnersStream(Runner.RunnerType type,
Runner.RunnerStatus status)
Get a Stream of all runners in the GitLab instance (specific and shared).
|
List<Runner> |
RunnersApi.getRunners(Runner.RunnerType type,
Runner.RunnerStatus status)
Get a list of all available runners available to the user with pagination support.
|
Pager<Runner> |
RunnersApi.getRunners(Runner.RunnerType type,
Runner.RunnerStatus status,
int itemsPerPage)
Get a list of specific runners available to the user.
|
List<Runner> |
RunnersApi.getRunners(Runner.RunnerType type,
Runner.RunnerStatus status,
int page,
int perPage)
Get a list of specific runners available to the user.
|
Stream<Runner> |
RunnersApi.getRunnersStream(Runner.RunnerType type,
Runner.RunnerStatus status)
Get a Stream of all available runners available to the user with pagination support.
|
Modifier and Type | Method and 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 and Description |
---|---|
void |
Runner.setStatus(Runner.RunnerStatus status) |
Runner |
Runner.withStatus(Runner.RunnerStatus status) |
Copyright © 2020. All rights reserved.