Package | Description |
---|---|
com.atlassian.bamboo.specs.api.builders.plan |
Plan, plan branches, stages and jobs.
|
com.atlassian.bamboo.specs.api.builders.plan.artifact |
Artifact definitions and artifact subscriptions.
|
com.atlassian.bamboo.specs.builders.task |
Tasks you can execute in a job, such as: source code checkout, Maven build or a shell script.
|
Modifier and Type | Method and Description |
---|---|
Job |
Job.artifacts(Artifact... artifacts)
Adds provided
Artifact s to the list of artifacts produced by the job. |
Modifier and Type | Method and Description |
---|---|
Artifact |
Artifact.copyPattern(String copyPattern)
Specify the pattern according to which Bamboo should copy files when creating an actual artifact.
|
Artifact |
Artifact.location(String location)
Specifies a path in which Bamboo should look for the files when creating an actual artifact.
|
Artifact |
Artifact.name(String name)
Sets an artifact name.
|
Artifact |
Artifact.required()
Set artifact to be required.
|
Artifact |
Artifact.required(boolean mandatory)
Specifies if artifact is required.
|
Artifact |
Artifact.shared(boolean shared)
Specifies if artifact is shared.
|
Modifier and Type | Method and Description |
---|---|
ScpTask |
ScpTask.fromArtifact(Artifact artifact)
Deprecated.
since Bamboo 6.1.0, use
ScpTask.fromArtifact(ArtifactItem) |
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.