Uses of Class
com.atlassian.bamboo.specs.builders.task.SshTask
-
Packages that use SshTask 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 SshTask in com.atlassian.bamboo.specs.builders.task
Methods in com.atlassian.bamboo.specs.builders.task that return SshTask Modifier and Type Method Description SshTaskSshTask. command(@NotNull java.lang.String command)Shell command to execute on the remote host.SshTaskSshTask. command(@NotNull java.nio.file.Path path)SshTaskSshTask. keepAliveInterval(java.time.Duration keepAliveInterval)Sets the SSH keep alive interval.SshTaskSshTask. keepAliveIntervalInSeconds(int keepAliveIntervalSeconds)Sets the SSH keep alive interval in seconds.
-