Uses of Enum
org.gitlab4j.api.models.Runner.RunnerStatus
Packages that use Runner.RunnerStatus
-
Uses of Runner.RunnerStatus in org.gitlab4j.api
Methods in org.gitlab4j.api with parameters of type Runner.RunnerStatusModifier and TypeMethodDescriptionRunnersApi.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
(Runner.RunnerType type, Runner.RunnerStatus status) Get a Stream of all runners in the GitLab instance (specific and shared).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
(Runner.RunnerType type, Runner.RunnerStatus status) Get a Stream of all available runners available to the user with pagination support. -
Uses of Runner.RunnerStatus in org.gitlab4j.api.models
Methods in org.gitlab4j.api.models that return Runner.RunnerStatusModifier and TypeMethodDescriptionstatic Runner.RunnerStatus
Runner.getStatus()
static Runner.RunnerStatus
Returns the enum constant of this type with the specified name.static Runner.RunnerStatus[]
Runner.RunnerStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.gitlab4j.api.models with parameters of type Runner.RunnerStatusModifier and TypeMethodDescriptionvoid
Runner.setStatus
(Runner.RunnerStatus status) Runner.withStatus
(Runner.RunnerStatus status)