| 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.
|
| Modifier and Type | Method and Description |
|---|---|
ScpTask |
ScpTask.fromArtifact(Artifact artifact)
Deprecated.
since Bamboo 6.1.0, use
fromArtifact(ArtifactItem) |
ScpTask |
ScpTask.fromArtifact(ArtifactItem artifactItem)
Artifact to copy.
|
ScpTask |
ScpTask.fromArtifact(String artifactName)
Deprecated.
since Bamboo 6.1.0, use
fromArtifact(ArtifactItem) |
ScpTask |
ScpTask.fromLocalPath(String localPath)
The local path (relative to the Bamboo working directory) to the files you want to copy.
|
ScpTask |
ScpTask.fromLocalPath(String localPath,
boolean antStyle)
The local path (relative to the Bamboo working directory) to the files you want to copy.
|
ScpTask |
ScpTask.toRemotePath(String remotePath)
The path to the destination directory on the remote server.
|
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.