Uses of Interface
com.atlassian.bitbucket.scm.ssh.ExitCodeCallback
Packages that use ExitCodeCallback
- 
Uses of ExitCodeCallback in com.atlassian.bitbucket.scm.sshClasses in com.atlassian.bitbucket.scm.ssh that implement ExitCodeCallbackMethods in com.atlassian.bitbucket.scm.ssh that return ExitCodeCallbackMethods in com.atlassian.bitbucket.scm.ssh with parameters of type ExitCodeCallbackModifier and TypeMethodDescriptionSshScmRequestContext.Builder.exitCodeCallback(ExitCodeCallback value) Constructors in com.atlassian.bitbucket.scm.ssh with parameters of type ExitCodeCallbackModifierConstructorDescriptionBuilder(SshCommandContext context, ExitCodeCallback exitCodeCallback) Builder(String command, InputStream stdin, OutputStream stdout, OutputStream stderr, ExitCodeCallback exitCodeCallback)