Uses of Class
org.miaixz.bus.gitlab.models.CreateRunnerParams
Packages that use CreateRunnerParams
-
Uses of CreateRunnerParams in org.miaixz.bus.gitlab
Methods in org.miaixz.bus.gitlab with parameters of type CreateRunnerParamsModifier and TypeMethodDescriptionUserApi.createRunner(CreateRunnerParams params) Create a runner linked to the current user. -
Uses of CreateRunnerParams in org.miaixz.bus.gitlab.models
Methods in org.miaixz.bus.gitlab.models that return CreateRunnerParamsModifier and TypeMethodDescriptionCreateRunnerParams.withAccessLevel(String accessLevel) CreateRunnerParams.withDescription(String description) CreateRunnerParams.withGroupId(Long groupId) CreateRunnerParams.withLocked(Boolean locked) CreateRunnerParams.withMaintenanceNote(String maintenanceNote) CreateRunnerParams.withMaximumTimeout(Integer maximumTimeout) CreateRunnerParams.withPaused(Boolean paused) CreateRunnerParams.withProjectId(Long projectId) CreateRunnerParams.withRunnerType(Runner.RunnerType runnerType) CreateRunnerParams.withRunUntagged(Boolean runUntagged) CreateRunnerParams.withTagList(List<String> tagList)