Uses of Class
com.atlassian.bamboo.specs.builders.task.ScpTask
-
Packages that use ScpTask 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. -
-
Uses of ScpTask in com.atlassian.bamboo.specs.builders.task
Methods in com.atlassian.bamboo.specs.builders.task that return ScpTask Modifier and Type Method Description ScpTaskScpTask. fromArtifact(Artifact artifact)Deprecated.since Bamboo 6.1.0, usefromArtifact(ArtifactItem)ScpTaskScpTask. fromArtifact(ArtifactItem artifactItem)Artifact to copy.ScpTaskScpTask. fromArtifact(java.lang.String artifactName)Deprecated.since Bamboo 6.1.0, usefromArtifact(ArtifactItem)ScpTaskScpTask. fromLocalPath(java.lang.String localPath)The local path (relative to the Bamboo working directory) to the files you want to copy.ScpTaskScpTask. fromLocalPath(java.lang.String localPath, boolean antStyle)The local path (relative to the Bamboo working directory) to the files you want to copy.ScpTaskScpTask. toRemotePath(java.lang.String remotePath)The path to the destination directory on the remote server.
-