Uses of Class
com.atlassian.bamboo.specs.api.builders.plan.artifact.Artifact
Package
Description
Plan, plan branches, stages and jobs.
Artifact definitions and artifact subscriptions.
Tasks you can execute in a job, such as: source code checkout, Maven build or a shell script.
-
Uses of Artifact in com.atlassian.bamboo.specs.api.builders.plan
-
Uses of Artifact in com.atlassian.bamboo.specs.api.builders.plan.artifact
Modifier and TypeMethodDescriptionArtifact.copyPattern
(@NotNull String copyPattern) Deprecated.Artifact.copyPatterns
(@NotNull String... copyPatterns) Specify the pattern according to which Bamboo should copy files when creating an actual artifact.Artifact.exclusionPatterns
(@NotNull String... exclusionPatterns) Specify the pattern according to which Bamboo should exclude files when creating an actual artifact.Artifact.httpCompressionOn
(boolean httpCompressionOn) Specifies if artifact should be compressed before transfer.Specifies a path in which Bamboo should look for the files when creating an actual artifact.Sets an artifact name.Artifact.required()
Set artifact to be required.Artifact.required
(boolean mandatory) Specifies if artifact is required.Artifact.shared
(boolean shared) Specifies if artifact is shared. -
Uses of Artifact in com.atlassian.bamboo.specs.builders.task
Modifier and TypeMethodDescriptionScpTask.fromArtifact
(Artifact artifact) Deprecated.since Bamboo 6.1.0, useScpTask.fromArtifact(ArtifactItem)
copyPatterns(String...)