Uses of Enum Class
org.miaixz.bus.gitlab.models.Runner.RunnerType
Packages that use Runner.RunnerType
-
Uses of Runner.RunnerType in org.miaixz.bus.gitlab
Methods in org.miaixz.bus.gitlab with parameters of type Runner.RunnerTypeModifier 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.RunnerType in org.miaixz.bus.gitlab.models
Methods in org.miaixz.bus.gitlab.models that return Runner.RunnerTypeModifier and TypeMethodDescriptionstatic Runner.RunnerTypestatic Runner.RunnerTypeReturns the enum constant of this class with the specified name.static Runner.RunnerType[]Runner.RunnerType.values()Returns an array containing the constants of this enum class, in the order they are declared.