Package | Description |
---|---|
org.gitlab4j.api | |
org.gitlab4j.api.models | |
org.gitlab4j.api.webhook |
Modifier and Type | Method and Description |
---|---|
InputStream |
JobApi.downloadArtifactsFile(Object projectIdOrPath,
Integer jobId,
ArtifactsFile artifactsFile)
Download a single artifact file from within the job's artifacts archive.
|
File |
JobApi.downloadArtifactsFile(Object projectIdOrPath,
Integer jobId,
ArtifactsFile artifactsFile,
File directory)
Download a single artifact file from within the job's artifacts archive.
|
Modifier and Type | Method and Description |
---|---|
ArtifactsFile |
Job.getArtifactsFile() |
Modifier and Type | Method and Description |
---|---|
void |
Job.setArtifactsFile(ArtifactsFile artifactsFile) |
Job |
Job.withArtifactsFile(ArtifactsFile artifactsFile) |
Modifier and Type | Method and Description |
---|---|
ArtifactsFile |
PipelineEvent.Build.getArtifactsFile() |
Modifier and Type | Method and Description |
---|---|
void |
PipelineEvent.Build.setArtifactsFile(ArtifactsFile artifactsFile) |
Copyright © 2019. All rights reserved.