Package | Description |
---|---|
org.gitlab4j.api | |
org.gitlab4j.api.models |
Modifier and Type | Method | Description |
---|---|---|
Pipeline |
PipelineApi.cancelPipelineJobs(int projectId,
int pipelineId) |
Cancel jobs of specified pipelines in a project.
|
Pipeline |
PipelineApi.createPipeline(int projectId,
String ref) |
Create a pipelines in a project.
|
Pipeline |
PipelineApi.getPipeline(int projectId,
int pipelineId) |
Get single pipelines in a project.
|
Pipeline |
PipelineApi.retryPipelineJob(int projectId,
int pipelineId) |
Retry a job in specified pipelines in a project.
|
Modifier and Type | Method | Description |
---|---|---|
List<Pipeline> |
PipelineApi.getPipelines(int projectId) |
Get a list of pipelines in a project.
|
Pager<Pipeline> |
PipelineApi.getPipelines(int projectId,
int itemsPerPage) |
Get a Pager of pipelines in a project.
|
List<Pipeline> |
PipelineApi.getPipelines(int projectId,
int page,
int perPage) |
Get a list of pipelines in a project in the specified page range.
|
List<Pipeline> |
PipelineApi.getPipelines(int projectId,
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.
|
Pager<Pipeline> |
PipelineApi.getPipelines(int projectId,
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.
|
List<Pipeline> |
PipelineApi.getPipelines(int projectId,
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.
|
Modifier and Type | Method | Description |
---|---|---|
Pipeline |
Job.getPipeline() |
Modifier and Type | Method | Description |
---|---|---|
void |
Job.setPipeline(Pipeline pipeline) |
Copyright © 2018. All rights reserved.