Uses of Class
com.atlassian.bamboo.specs.builders.task.ArtifactItem
Package
Description
Tasks you can execute in a job, such as: source code checkout, Maven build or a shell script.
-
Uses of ArtifactItem in com.atlassian.bamboo.specs.builders.task
Modifier and TypeMethodDescriptionArtifactItem.allArtifacts()
Specify that all downloaded artifacts shall be taken.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.sourcePlan
(@NotNull PlanIdentifier planIdentifier) Specify from which plan a downloaded artifact shall be taken.Modifier and TypeMethodDescriptionScpTask.fromArtifact
(ArtifactItem artifactItem) Artifact to copy.