Uses of Class
com.atlassian.bamboo.specs.model.task.ArtifactItemProperties
-
Packages that use ArtifactItemProperties 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.com.atlassian.bamboo.specs.codegen.emitters.task Various implementations ofCodeEmitterwhich are used for convertingTaskPropertiesmodel into Java.com.atlassian.bamboo.specs.model.task 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 Modifier and Type Method Description protected ArtifactItemPropertiesArtifactItem. build() -
Uses of ArtifactItemProperties in com.atlassian.bamboo.specs.codegen.emitters.task
Methods in com.atlassian.bamboo.specs.codegen.emitters.task with parameters of type ArtifactItemProperties Modifier and Type Method Description @NotNull java.lang.StringArtifactItemEmitter. 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 ArtifactItemProperties Modifier and Type Method Description @Nullable ArtifactItemPropertiesScpTaskProperties. getArtifactItem()Constructors in com.atlassian.bamboo.specs.model.task with parameters of type ArtifactItemProperties Constructor Description ScpTaskProperties(java.lang.String description, boolean enabled, java.lang.String host, java.lang.String username, BaseSshTaskProperties.AuthenticationType authenticationType, @Nullable java.lang.String password, @Nullable java.lang.String key, @Nullable java.lang.String passphrase, @Nullable SharedCredentialsIdentifierProperties sharedCredentialsIdentifier, @Nullable java.lang.String hostFingerprint, int port, @Nullable ArtifactItemProperties artifactItem, @Nullable java.lang.String localPath, boolean localPathAntStyle, java.lang.String remotePath, @NotNull java.util.List<RequirementProperties> requirements, @NotNull java.util.List<? extends ConditionProperties> conditions)
-