Package | Description |
---|---|
org.gitlab4j.api |
Modifier and Type | Method | Description |
---|---|---|
RunnerDetail |
RunnersApi.getRunnerDetail(Integer runnerId) |
Get details of a runner.
|
RunnerDetail |
RunnersApi.updateRunner(Integer runnerId,
String description,
Boolean active,
List<String> tagList,
Boolean runUntagged,
Boolean locked,
RunnerDetail.RunnerAccessLevel accessLevel) |
Update details of a runner.
|
Copyright © 2018. All rights reserved.