Uses of Enum
org.gitlab4j.api.models.JobStatus
Packages that use JobStatus
-
Uses of JobStatus in org.gitlab4j.api
Methods in org.gitlab4j.api with parameters of type JobStatusModifier and TypeMethodDescriptionList jobs that are being processed or were processed by specified Runner.List jobs that are being processed or were processed by specified Runner.RunnersApi.getJobsStream
(Long runnerId, JobStatus status) Get a Stream of jobs that are being processed or were processed by specified Runner. -
Uses of JobStatus in org.gitlab4j.api.models
Methods in org.gitlab4j.api.models that return JobStatusModifier and TypeMethodDescriptionstatic JobStatus
Job.getStatus()
static JobStatus
Returns the enum constant of this type with the specified name.static JobStatus[]
JobStatus.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 JobStatus