com.atlassian.bitbucket.ssh.command.SshCommand |
Describes an SSH command, which can be run or canceled.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Cancels a running command, usually in response to the SSH client disconnecting.
| |||||||||||
Runs the command, returning its exit code.
|
Cancels a running command, usually in response to the SSH client disconnecting.
Runs the command, returning its exit code. 0
(zero) indicates the command ran successfully,
and any other value (positive or negative) indicates failure.
0
meaning success and any other value meaning failure
IOException |
---|