Uses of Class
com.atlassian.bamboo.specs.model.task.ArtifactItemProperties
Packages that use ArtifactItemProperties
Package
Description
Tasks you can execute in a job, such as: source code checkout, Maven build or a shell script.
Various implementations of
CodeEmitter
which are used for converting
TaskProperties
model into Java.Tasks you can execute in a job.
-
Uses of ArtifactItemProperties in com.atlassian.bamboo.specs.builders.task
Methods in com.atlassian.bamboo.specs.builders.task that return ArtifactItemProperties -
Uses of ArtifactItemProperties in com.atlassian.bamboo.specs.codegen.emitters.task
Methods in com.atlassian.bamboo.specs.codegen.emitters.task with parameters of type ArtifactItemPropertiesModifier and TypeMethodDescription@NotNull String
ArtifactItemEmitter.emitCode
(@NotNull CodeGenerationContext context, @NotNull ArtifactItemProperties value) -
Uses of ArtifactItemProperties in com.atlassian.bamboo.specs.model.task
Methods in com.atlassian.bamboo.specs.model.task that return ArtifactItemPropertiesModifier and TypeMethodDescription@Nullable ArtifactItemProperties
ScpTaskProperties.getArtifactItem()
Constructors in com.atlassian.bamboo.specs.model.task with parameters of type ArtifactItemPropertiesModifierConstructorDescriptionScpTaskProperties
(String description, boolean enabled, String host, String username, BaseSshTaskProperties.AuthenticationType authenticationType, @Nullable String password, @Nullable String key, @Nullable String passphrase, @Nullable SharedCredentialsIdentifierProperties sharedCredentialsIdentifier, @Nullable String hostFingerprint, int port, @Nullable ArtifactItemProperties artifactItem, @Nullable String localPath, boolean localPathAntStyle, String remotePath, @NotNull List<RequirementProperties> requirements, @NotNull List<? extends ConditionProperties> conditions)