Package | Description |
---|---|
org.gitlab.api |
Modifier and Type | Method and Description |
---|---|
GitlabJob |
GitlabAPI.cancelJob(Integer projectId,
Integer jobId)
Cancel a single job of a project
|
GitlabJob |
GitlabAPI.eraseJob(Integer projectId,
Integer jobId)
Erase a single job of a project (remove job artifacts and a job trace)
|
GitlabJob |
GitlabAPI.getProjectJob(Integer projectId,
Integer jobId)
Gets a build for a project
|
GitlabJob |
GitlabAPI.playJob(Integer projectId,
Integer jobId)
Triggers a manual action to start a job.
|
GitlabJob |
GitlabAPI.retryJob(Integer projectId,
Integer jobId)
Retry a single job of a project
|
Modifier and Type | Method and Description |
---|---|
List<GitlabJob> |
GitlabAPI.getPipelineJobs(GitlabProject project,
Integer pipelineId)
Gets a list of project's jobs of the given pipeline in Gitlab
|
List<GitlabJob> |
GitlabAPI.getPipelineJobs(Integer projectId,
Integer pipelineId)
Gets a list of project's jobs of the given pipeline in Gitlab
|
List<GitlabJob> |
GitlabAPI.getProjectJobs(GitlabProject project)
Gets a list of a project's jobs in Gitlab
|
List<GitlabJob> |
GitlabAPI.getProjectJobs(Integer projectId)
Gets a list of a project's jobs in Gitlab
|
Modifier and Type | Method and Description |
---|---|
byte[] |
GitlabAPI.getJobArtifact(GitlabProject project,
GitlabJob job)
Get build artifacts of a project build
|
byte[] |
GitlabAPI.getJobTrace(GitlabProject project,
GitlabJob job)
Get build trace of a project build
|
Copyright © 2019. All rights reserved.