Package | Description |
---|---|
org.gitlab4j.api |
Modifier and Type | Method and 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 and Description |
---|---|
List<Pipeline> |
PipelineApi.getPipelines(int projectId)
Get a list 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)
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.
|
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.
|
Copyright © 2017. All rights reserved.