Uses of Class
com.atlassian.bamboo.specs.builders.task.ArtifactItem
Packages that use 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
Methods in com.atlassian.bamboo.specs.builders.task that return ArtifactItemModifier and TypeMethodDescriptionArtifactItem.allArtifacts()Specify that all downloaded artifacts shall be taken.Specify that only one downloaded artifact shall be taken.static ArtifactItemScpTask.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.Methods in com.atlassian.bamboo.specs.builders.task with parameters of type ArtifactItemModifier and TypeMethodDescriptionScpTask.fromArtifact(ArtifactItem artifactItem) Artifact to copy.