Package | Description |
---|---|
org.gitlab4j.api | |
org.gitlab4j.api.models |
Modifier and Type | Method | Description |
---|---|---|
Runner |
RunnersApi.disableRunner(Integer projectId,
Integer runnerId) |
Disable a specific runner from the project.
|
Runner |
RunnersApi.enableRunner(Integer projectId,
Integer runnerId) |
Enable an available specific runner in the project.
|
Modifier and Type | Method | Description |
---|---|---|
List<Runner> |
RunnersApi.getAllRunners() |
Get a list of all runners in the GitLab instance (specific and shared).
|
Pager<Runner> |
RunnersApi.getAllRunners(int itemsPerPage) |
Get a list of all runners in the GitLab instance (specific and shared).
|
List<Runner> |
RunnersApi.getAllRunners(int page,
int perPage) |
Get a list of all runners in the GitLab instance (specific and shared).
|
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.getAllRunners(Runner.RunnerStatus scope,
Integer page,
Integer perPage) |
Get a list of all runners in the GitLab instance (specific and shared).
|
List<Runner> |
RunnersApi.getProjectRunners(Integer projectId) |
List all runners (specific and shared) available in the project.
|
Pager<Runner> |
RunnersApi.getProjectRunners(Integer projectId,
int itemsPerPage) |
List all runners (specific and shared) available in the project.
|
List<Runner> |
RunnersApi.getRunners() |
Get a list of all available runners available to the user.
|
Pager<Runner> |
RunnersApi.getRunners(int itemsPerPage) |
Get a list of all available runners available to the user.
|
List<Runner> |
RunnersApi.getRunners(int page,
int perPage) |
Get a list of all available runners available to the user with pagination support.
|
List<Runner> |
RunnersApi.getRunners(Runner.RunnerStatus scope) |
Get a list of all available runners available to the user with pagination support.
|
Pager<Runner> |
RunnersApi.getRunners(Runner.RunnerStatus scope,
int itemsPerPage) |
Get a list of specific runners available to the user.
|
List<Runner> |
RunnersApi.getRunners(Runner.RunnerStatus scope,
Integer page,
Integer perPage) |
Get a list of specific runners available to the user.
|
Modifier and Type | Class | Description |
---|---|---|
class |
RunnerDetail |
Modifier and Type | Method | Description |
---|---|---|
Runner |
Job.getRunner() |
Modifier and Type | Method | Description |
---|---|---|
void |
Job.setRunner(Runner runner) |
Copyright © 2018. All rights reserved.