Uses of Class
org.gitlab4j.api.models.Pipeline
Packages that use Pipeline
-
Uses of Pipeline in org.gitlab4j.api
Methods in org.gitlab4j.api that return PipelineModifier and TypeMethodDescriptionPipelineApi.cancelPipelineJobs
(Object projectIdOrPath, long pipelineId) Cancel jobs of specified pipelines in a project.MergeRequestApi.createMergeRequestPipeline
(Object projectIdOrPath, Long mergeRequestIid) Create a new pipeline for a merge request.PipelineApi.createPipeline
(Object projectIdOrPath, String ref) Create a pipelines in a project.PipelineApi.createPipeline
(Object projectIdOrPath, String ref, List<Variable> variables) Create a pipelines in a project.Create a pipelines in a project.PipelineApi.getPipeline
(Object projectIdOrPath, long pipelineId) Get single pipelines in a project.PipelineApi.retryPipelineJob
(Object projectIdOrPath, long pipelineId) Retry a job in specified pipelines in a project.PipelineApi.triggerPipeline
(Object projectIdOrPath, String token, String ref, List<Variable> variables) Trigger a pipeline for a project.PipelineApi.triggerPipeline
(Object projectIdOrPath, Trigger trigger, String ref, List<Variable> variables) Trigger a pipeline for a project.Methods in org.gitlab4j.api that return types with arguments of type PipelineModifier and TypeMethodDescriptionMergeRequestApi.getMergeRequestPipelines
(Object projectIdOrPath, Long mergeRequestIid) Get a list of pipelines for a merge request.MergeRequestApi.getMergeRequestPipelines
(Object projectIdOrPath, Long mergeRequestIid, int itemsPerPage) Get a Pager of pipelines for a merge request.MergeRequestApi.getMergeRequestPipelinesStream
(Object projectIdOrPath, Long mergeRequestIid) Get a Stream of pipelines for a merge request.PipelineApi.getPipelines
(Object projectIdOrPath) Get a list of pipelines in a project.PipelineApi.getPipelines
(Object projectIdOrPath, int itemsPerPage) Get a Pager of pipelines in a project.PipelineApi.getPipelines
(Object projectIdOrPath, int page, int perPage) Get a list of pipelines in a project in the specified page range.PipelineApi.getPipelines
(Object projectIdOrPath, Constants.PipelineScope scope, PipelineStatus status, String ref, boolean yamlErrors, String name, String username, Constants.PipelineOrderBy orderBy, Constants.SortOrder sort) Get a list of pipelines in a project.PipelineApi.getPipelines
(Object projectIdOrPath, Constants.PipelineScope scope, PipelineStatus status, String ref, boolean yamlErrors, String name, String username, Constants.PipelineOrderBy orderBy, Constants.SortOrder sort, int itemsPerPage) Get a Pager of pipelines in a project.PipelineApi.getPipelines
(Object projectIdOrPath, Constants.PipelineScope scope, PipelineStatus status, String ref, boolean yamlErrors, String name, String username, Constants.PipelineOrderBy orderBy, Constants.SortOrder sort, int page, int perPage) Get a list of pipelines in a project in the specified page range.PipelineApi.getPipelines
(Object projectIdOrPath, PipelineFilter filter) Get a list of pipelines in a project filtered with the providedPipelineFilter
.PipelineApi.getPipelines
(Object projectIdOrPath, PipelineFilter filter, int itemsPerPage) Get a Pager of pipelines in a project filtered with the providedPipelineFilter
.PipelineApi.getPipelinesStream
(Object projectIdOrPath) Get a Stream of pipelines in a project.PipelineApi.getPipelinesStream
(Object projectIdOrPath, Constants.PipelineScope scope, PipelineStatus status, String ref, boolean yamlErrors, String name, String username, Constants.PipelineOrderBy orderBy, Constants.SortOrder sort) Get a Stream of pipelines in a project.PipelineApi.getPipelinesStream
(Object projectIdOrPath, PipelineFilter filter) Get a Stream of pipelines in a project filtered with the providedPipelineFilter
. -
Uses of Pipeline in org.gitlab4j.api.models
Methods in org.gitlab4j.api.models that return PipelineModifier and TypeMethodDescriptionCommit.getLastPipeline()
PipelineSchedule.getLastPipeline()
Deployable.getPipeline()
Job.getPipeline()
MergeRequest.getPipeline()
Methods in org.gitlab4j.api.models with parameters of type PipelineModifier and TypeMethodDescriptionvoid
Commit.setLastPipeline
(Pipeline lastPipeline) void
PipelineSchedule.setLastPipeline
(Pipeline lastPipeline) void
Deployable.setPipeline
(Pipeline pipeline) void
Job.setPipeline
(Pipeline pipeline) void
MergeRequest.setPipeline
(Pipeline pipeline) Job.withPipeline
(Pipeline pipeline)