Package | Description |
---|---|
org.gitlab.api |
Modifier and Type | Method and Description |
---|---|
GitlabBuild |
GitlabAPI.getProjectBuild(Integer projectId,
Integer buildId)
Gets a build for a project
|
Modifier and Type | Method and Description |
---|---|
List<GitlabBuild> |
GitlabAPI.getCommitBuilds(GitlabProject projectId,
String commitHash) |
List<GitlabBuild> |
GitlabAPI.getCommitBuilds(Serializable projectId,
String commitHash) |
List<GitlabBuild> |
GitlabAPI.getProjectBuilds(GitlabProject project)
Gets a list of a project's builds in Gitlab
|
List<GitlabBuild> |
GitlabAPI.getProjectBuilds(Integer projectId)
Gets a list of a project's builds in Gitlab
|
Modifier and Type | Method and Description |
---|---|
byte[] |
GitlabAPI.getBuildArtifact(GitlabProject project,
GitlabBuild build)
Get build artifacts of a project build
|
Copyright © 2017. All Rights Reserved.