Uses of Class
org.gitlab4j.api.models.Job
Packages that use Job
-
Uses of Job in org.gitlab4j.api
Methods in org.gitlab4j.api that return JobModifier and TypeMethodDescriptionCancel specified job in a project.Deprecated.Erase specified job in a project.Get single job in a project.JobApi.keepArtifacts
(Object projectIdOrPath, Long jobId) Prevents artifacts from being deleted when expiration is set.Play specified job in a project.JobApi.playJob
(Object projectIdOrPath, Long jobId, JobAttributes jobAttributes) Play specified job with parameters in a project.Retry specified job in a project.Methods in org.gitlab4j.api that return types with arguments of type JobModifier and TypeMethodDescriptionGet a list of jobs in a project.Get a Pager of jobs in a project.Get a list of jobs in a project in the specified page range.JobApi.getJobs
(Object projectIdOrPath, Constants.JobScope scope) Get a list of jobs in a project.JobApi.getJobs
(Object projectIdOrPath, Constants.JobScope scope, int itemsPerPage) Get a list of jobs in a project.List jobs that are being processed or were processed by specified Runner.List jobs that are being processed or were processed by specified Runner.List jobs that are being processed or were processed by specified Runner.List jobs that are being processed or were processed by specified Runner.JobApi.getJobsForPipeline
(Object projectIdOrPath, long pipelineId) Get a list of jobs in a pipeline.JobApi.getJobsForPipeline
(Object projectIdOrPath, long pipelineId, int itemsPerPage) Get a Pager of jobs in a pipeline.JobApi.getJobsForPipeline
(Object projectIdOrPath, long pipelineId, Constants.JobScope scope) Get a list of jobs in a pipeline.JobApi.getJobsStream
(Object projectIdOrPath) Get a Stream of jobs in a project.JobApi.getJobsStream
(Object projectIdOrPath, long pipelineId) Get a Stream of jobs in a pipeline.JobApi.getJobsStream
(Object projectIdOrPath, Constants.JobScope scope) Get a Stream of jobs in a project.RunnersApi.getJobsStream
(Long runnerId) Get a Stream of 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.JobApi.getOptionalJob
(Object projectIdOrPath, Long jobId) Get single job in a project as an Optional instance. -
Uses of Job in org.gitlab4j.api.models
Methods in org.gitlab4j.api.models that return JobModifier and TypeMethodDescriptionJob.withAllowFailure
(Boolean allowFailure) Job.withArtifactsFile
(ArtifactsFile artifactsFile) Job.withCommit
(Commit commit) Job.withCoverage
(String coverage) Job.withCreatedAt
(Date createdAt) Job.withDuration
(Float duration) Job.withFinishedAt
(Date finishedAt) Job.withManual
(Boolean manual) Job.withPipeline
(Pipeline pipeline) Job.withProject
(Project project) Job.withRunner
(Runner runner) Job.withStartedAt
(Date startedAt) Job.withStatus
(JobStatus status) -
Uses of Job in org.gitlab4j.api.webhook
Methods in org.gitlab4j.api.webhook that return types with arguments of type JobMethod parameters in org.gitlab4j.api.webhook with type arguments of type Job
JobApi.cancelJob(Object, Long)