Package | Description |
---|---|
org.gitlab.api | |
org.gitlab.api.models |
Modifier and Type | Method and Description |
---|---|
GitlabPipeline |
GitlabAPI.getProjectPipeline(GitlabProject project,
GitlabPipeline pipeline)
Get a project's pipeline
|
GitlabPipeline |
GitlabAPI.getProjectPipeline(Integer projectId,
Integer pipelineId)
Get a project's pipeline
|
GitlabPipeline |
GitlabAPI.runPipeline(GitlabProject project,
String ref,
List<GitlabBuildVariable> variables)
Run pipeline for selected project and branch
|
GitlabPipeline |
GitlabAPI.runPipeline(Integer projectId,
String ref,
List<GitlabBuildVariable> variables)
Run pipeline for selected project and branch
|
Modifier and Type | Method and Description |
---|---|
List<GitlabPipeline> |
GitlabAPI.getProjectPipelines(GitlabProject project)
Get a list of a project's pipelines in Gitlab
|
List<GitlabPipeline> |
GitlabAPI.getProjectPipelines(GitlabProject project,
PipelinesQuery pipelinesQuery)
Get a list of a project's pipelines in Gitlab
|
List<GitlabPipeline> |
GitlabAPI.getProjectPipelines(Integer projectId)
Get a list of a project's pipelines in Gitlab
|
List<GitlabPipeline> |
GitlabAPI.getProjectPipelines(Integer projectId,
PipelinesQuery pipelinesQuery)
Get a list of a project's pipelines in Gitlab
|
Modifier and Type | Method and Description |
---|---|
GitlabPipeline |
GitlabAPI.getProjectPipeline(GitlabProject project,
GitlabPipeline pipeline)
Get a project's pipeline
|
Modifier and Type | Method and Description |
---|---|
GitlabPipeline |
GitlabCommit.getLastPipeline() |
Modifier and Type | Method and Description |
---|---|
void |
GitlabCommit.setLastPipeline(GitlabPipeline lastPipeline) |
Copyright © 2019. All rights reserved.