Uses of Class
com.atlassian.bamboo.specs.api.builders.plan.artifact.Artifact
-
Packages that use Artifact Package Description com.atlassian.bamboo.specs.api.builders.plan Plan, plan branches, stages and jobs.com.atlassian.bamboo.specs.api.builders.plan.artifact Artifact definitions and artifact subscriptions.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 Artifact in com.atlassian.bamboo.specs.api.builders.plan
Methods in com.atlassian.bamboo.specs.api.builders.plan with parameters of type Artifact Modifier and Type Method Description JobJob. artifacts(@NotNull Artifact... artifacts)Adds providedArtifacts to the list of artifacts produced by the job. -
Uses of Artifact in com.atlassian.bamboo.specs.api.builders.plan.artifact
Methods in com.atlassian.bamboo.specs.api.builders.plan.artifact that return Artifact Modifier and Type Method Description ArtifactArtifact. copyPattern(@NotNull java.lang.String copyPattern)Deprecated.since 8.3, usecopyPatterns(String...)ArtifactArtifact. copyPatterns(@NotNull java.lang.String... copyPatterns)Specify the pattern according to which Bamboo should copy files when creating an actual artifact.ArtifactArtifact. exclusionPatterns(@NotNull java.lang.String... exclusionPatterns)Specify the pattern according to which Bamboo should exclude files when creating an actual artifact.ArtifactArtifact. httpCompressionOn(boolean httpCompressionOn)Specifies if artifact should be compressed before transfer.ArtifactArtifact. location(@NotNull java.lang.String location)Specifies a path in which Bamboo should look for the files when creating an actual artifact.ArtifactArtifact. name(@NotNull java.lang.String name)Sets an artifact name.ArtifactArtifact. required()Set artifact to be required.ArtifactArtifact. required(boolean mandatory)Specifies if artifact is required.ArtifactArtifact. shared(boolean shared)Specifies if artifact is shared. -
Uses of Artifact in com.atlassian.bamboo.specs.builders.task
Methods in com.atlassian.bamboo.specs.builders.task with parameters of type Artifact Modifier and Type Method Description ScpTaskScpTask. fromArtifact(Artifact artifact)Deprecated.since Bamboo 6.1.0, useScpTask.fromArtifact(ArtifactItem)
-