Package | Description |
---|---|
org.gitlab.api | |
org.gitlab.api.query |
Modifier and Type | Method and Description |
---|---|
List<GitlabPipeline> |
GitlabAPI.getProjectPipelines(GitlabProject project,
PipelinesQuery pipelinesQuery)
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 |
---|---|
PipelinesQuery |
PipelinesQuery.withName(String name) |
PipelinesQuery |
PipelinesQuery.withOrderBy(String orderBy) |
PipelinesQuery |
PipelinesQuery.withPage(int page) |
PipelinesQuery |
PipelinesQuery.withPerPage(int perPage) |
PipelinesQuery |
PipelinesQuery.withRef(String ref) |
PipelinesQuery |
PipelinesQuery.withScope(String scope) |
PipelinesQuery |
PipelinesQuery.withSha(String sha) |
PipelinesQuery |
PipelinesQuery.withSort(String sort) |
PipelinesQuery |
PipelinesQuery.withStatus(String status) |
PipelinesQuery |
PipelinesQuery.withUsername(String username) |
PipelinesQuery |
PipelinesQuery.withYamlErrors(Boolean yamlErrors) |
Copyright © 2019. All rights reserved.