Uses of Class
org.gitlab4j.api.models.Runner
Packages that use Runner
-
Uses of Runner in org.gitlab4j.api
Methods in org.gitlab4j.api that return RunnerModifier and TypeMethodDescriptionRunnersApi.disableRunner
(Object projectIdOrPath, Long runnerId) Disable a specific runner from the project.RunnersApi.enableRunner
(Object projectIdOrPath, Long runnerId) Enable an available specific runner in the project.Methods in org.gitlab4j.api that return types with arguments of type RunnerModifier and TypeMethodDescriptionRunnersApi.getAllRunners()
Get a list of all runners in the GitLab instance (specific and shared).RunnersApi.getAllRunners
(int itemsPerPage) Get a list of all runners in the GitLab instance (specific and shared).RunnersApi.getAllRunners
(int page, int perPage) Get a list of all runners in the GitLab instance (specific and shared).RunnersApi.getAllRunners
(Runner.RunnerType type, Runner.RunnerStatus status) Get a list of all runners in the GitLab instance (specific and shared).RunnersApi.getAllRunners
(Runner.RunnerType type, Runner.RunnerStatus status, int itemsPerPage) Get a list of all runners in the GitLab instance (specific and shared).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).RunnersApi.getAllRunnersStream()
Get a Stream of all runners in the GitLab instance (specific and shared).RunnersApi.getAllRunnersStream
(Runner.RunnerType type, Runner.RunnerStatus status) Get a Stream of all runners in the GitLab instance (specific and shared).RunnersApi.getProjectRunners
(Object projectIdOrPath) List all runners (specific and shared) available in the project.RunnersApi.getProjectRunners
(Object projectIdOrPath, int itemsPerPage) List all runners (specific and shared) available in the project.RunnersApi.getProjectRunnersStream
(Object projectIdOrPath) Get a Stream all runners (specific and shared) available in the project.RunnersApi.getRunners()
Get a list of all available runners available to the user.RunnersApi.getRunners
(int itemsPerPage) Get a list of all available runners available to the user.RunnersApi.getRunners
(int page, int perPage) Get a list of all available runners available to the user with pagination support.RunnersApi.getRunners
(Runner.RunnerType type, Runner.RunnerStatus status) Get a list of all available runners available to the user with pagination support.RunnersApi.getRunners
(Runner.RunnerType type, Runner.RunnerStatus status, int itemsPerPage) Get a list of specific runners available to the user.RunnersApi.getRunners
(Runner.RunnerType type, Runner.RunnerStatus status, int page, int perPage) Get a list of specific runners available to the user.RunnersApi.getRunnersStream()
Get a Stream of all available runners available to the user.RunnersApi.getRunnersStream
(Runner.RunnerType type, Runner.RunnerStatus status) Get a Stream of all available runners available to the user with pagination support. -
Uses of Runner in org.gitlab4j.api.models
Subclasses of Runner in org.gitlab4j.api.modelsMethods in org.gitlab4j.api.models that return RunnerModifier and TypeMethodDescriptionDeployable.getRunner()
Job.getRunner()
Runner.withActive
(Boolean active) Runner.withDescription
(String description) Runner.withIpAddress
(String ipAddress) Runner.withIsShared
(Boolean isShared) Runner.withOnline
(Boolean online) Runner.withStatus
(Runner.RunnerStatus status) Methods in org.gitlab4j.api.models with parameters of type Runner