public interface

SshScmRequest

implements ScmRequest
com.atlassian.bitbucket.scm.ssh.SshScmRequest

Class Overview

Handles an SCM SSH command from a remote client.

Summary

Public Methods
void cancel()
Cancel the command if active.
[Expand]
Inherited Methods
From interface com.atlassian.bitbucket.scm.ScmRequest

Public Methods

public void cancel ()

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