| 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 |
|---|---|
SshTask |
SshTask.command(@NotNull Path path) |
SshTask |
SshTask.command(@NotNull String command)
Shell command to execute on the remote host.
|
SshTask |
SshTask.keepAliveInterval(Duration keepAliveInterval)
Sets the SSH keep alive interval.
|
SshTask |
SshTask.keepAliveIntervalInSeconds(int keepAliveIntervalSeconds)
Sets the SSH keep alive interval in seconds.
|
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.