| 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)
Artifact to copy.
|
ScpTask |
ScpTask.fromArtifact(String artifactName)
Name of the artifact to copy.
|
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 © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.