Bitbucket Server Documentation
Bitbucket Server - SPI
Package Index
|
Class Index
com.atlassian.bitbucket.auth
com.atlassian.bitbucket.comment
com.atlassian.bitbucket.home
com.atlassian.bitbucket.hook
com.atlassian.bitbucket.hook.repository
com.atlassian.bitbucket.idx
com.atlassian.bitbucket.json
com.atlassian.bitbucket.notification
com.atlassian.bitbucket.notification.commit
com.atlassian.bitbucket.notification.pull
com.atlassian.bitbucket.permission
com.atlassian.bitbucket.plugin
com.atlassian.bitbucket.pull
com.atlassian.bitbucket.repository
com.atlassian.bitbucket.scm
com.atlassian.bitbucket.scm.bulk
com.atlassian.bitbucket.scm.compare
com.atlassian.bitbucket.scm.event
com.atlassian.bitbucket.scm.hook
com.atlassian.bitbucket.scm.http
com.atlassian.bitbucket.scm.integrity
com.atlassian.bitbucket.scm.mirror
com.atlassian.bitbucket.scm.pull
com.atlassian.bitbucket.scm.ref
com.atlassian.bitbucket.scm.ssh
com.atlassian.bitbucket.scm.throttle
com.atlassian.bitbucket.setting
com.atlassian.bitbucket.ssh.command
com.atlassian.bitbucket.ui
com.atlassian.bitbucket.util
Interfaces
SshCommand
SshCommandFactory
Classes
SshCommandFactoryModuleDescriptor
Package Index
|
Class Index
Use Tree Navigation
Use Panel Navigation
public interface
SshCommandFactory
com.atlassian.bitbucket.ssh.command.SshCommandFactory
Class Overview
Describes a factory for parsing commands and creating
SshCommand
instances to run them.
Summary
Public Methods
@Nonnull Optional<
SshCommand
>
create
(
String
command,
InputStream
stdin,
OutputStream
stdout,
OutputStream
stderr)
boolean
supports
(
String
command)
Public Methods
@Nonnull public Optional<
SshCommand
>
create
(
String
command,
InputStream
stdin,
OutputStream
stdout,
OutputStream
stderr)
public boolean
supports
(
String
command)
Feedback?
View cookie preferences