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. -
-
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 String copyPattern)Deprecated.since 8.3, usecopyPatterns(String...)ArtifactArtifact. copyPatterns(@NotNull String... copyPatterns)Specify the pattern according to which Bamboo should copy files when creating an actual artifact.ArtifactArtifact. exclusionPatterns(@NotNull 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 String location)Specifies a path in which Bamboo should look for the files when creating an actual artifact.ArtifactArtifact. name(@NotNull 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.
-