Interface SshScmRequest

All Superinterfaces:
ScmRequest

public interface SshScmRequest extends ScmRequest
Handles an SCM SSH command from a remote client.
See Also:
  • Method Details

    • cancel

      void cancel()
      Cancel the command if active. This is invoked if the SSH session is terminated (for example the client has disconnected).