| Package | Description |
|---|---|
| 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 |
|---|---|
ArtifactItem |
ArtifactItem.allArtifacts()
Specify that all downloaded artifacts shall be taken.
|
ArtifactItem |
ArtifactItem.artifact(String artifactName)
Specify that only one downloaded artifact shall be taken.
|
static ArtifactItem |
ScpTask.parseArtifactItemString(String fullName)
Convert a full artifact name "PROJECT-PLAN: artifact" or a short artifact name "artifact" into an ArtifactItem.
|
ArtifactItem |
ArtifactItem.sourcePlan(PlanIdentifier planIdentifier)
Specify from which plan a downloaded artifact shall be taken.
|
| Modifier and Type | Method and Description |
|---|---|
ScpTask |
ScpTask.fromArtifact(ArtifactItem artifactItem)
Artifact to copy.
|
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.