Uses of Class
org.gitlab4j.api.models.RunnerDetail
Packages that use RunnerDetail
-
Uses of RunnerDetail in org.gitlab4j.api
Methods in org.gitlab4j.api that return RunnerDetailModifier and TypeMethodDescriptionRunnersApi.getRunnerDetail(Long runnerId) Get details of a runner.RunnersApi.registerRunner(String token, String description, Boolean active, List<String> tagList, Boolean runUntagged, Boolean locked, Integer maximumTimeout) Register a new runner for the gitlab instance.RunnersApi.updateRunner(Long runnerId, String description, Boolean active, List<String> tagList, Boolean runUntagged, Boolean locked, RunnerDetail.RunnerAccessLevel accessLevel) Update details of a runner. -
Uses of RunnerDetail in org.gitlab4j.api.models
Methods in org.gitlab4j.api.models that return RunnerDetailModifier and TypeMethodDescriptionRunnerDetail.withAccessLevel(RunnerDetail.RunnerAccessLevel accessLevel) RunnerDetail.withArchitecture(String architecture) RunnerDetail.withContactedAt(Date contactedAt) RunnerDetail.withPlatform(String platform) RunnerDetail.withProjects(List<Project> projects) RunnerDetail.withRevision(String revision) RunnerDetail.withTagList(List<String> tagList) RunnerDetail.withVersion(String version)