Uses of Class
com.atlassian.bamboo.specs.builders.task.ArtifactItem
-
Packages that use ArtifactItem 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. -
-
Uses of ArtifactItem in com.atlassian.bamboo.specs.builders.task
Methods in com.atlassian.bamboo.specs.builders.task that return ArtifactItem Modifier and Type Method Description ArtifactItemArtifactItem. allArtifacts()Specify that all downloaded artifacts shall be taken.ArtifactItemArtifactItem. artifact(@NotNull java.lang.String artifactName)Specify that only one downloaded artifact shall be taken.static ArtifactItemScpTask. parseArtifactItemString(java.lang.String fullName)Convert a full artifact name "PROJECT-PLAN: artifact" or a short artifact name "artifact" into an ArtifactItem.ArtifactItemArtifactItem. 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 ArtifactItem Modifier and Type Method Description ScpTaskScpTask. fromArtifact(ArtifactItem artifactItem)Artifact to copy.
-