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.io
com.atlassian.bitbucket.json
com.atlassian.bitbucket.migration
com.atlassian.bitbucket.notification
com.atlassian.bitbucket.notification.commit
com.atlassian.bitbucket.notification.pull
com.atlassian.bitbucket.notification.repository
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.user
com.atlassian.bitbucket.util
Interfaces
PluginCommandBuilderFactory
PluginCommandFactory
PluginExtendedCommandFactory
PluginMergeStrategies
PluginMergeStrategy
Scm
ScmProtocol
ScmRequest
ScmRequestCheck
ScmRequestCheckService
ScmStatus
ScmUrlFormatter
Classes
AbstractCommandBuilder
<B extends
CommandBuilder
<B>>
AbstractRepositoryScmRequest
AbstractScm
AbstractScmCommandBuilder
<B extends
ScmCommandBuilder
<B>>
AbstractScmRequest
AbstractScmRequestHandlerModuleDescriptor
<T>
BaseCommand
<T>
BaseWeightedModuleDescriptor
<T>
DefaultCommandExitHandler
DeleteCommandParameters
DeleteCommandParameters.Builder
ForkCommandParameters
ForkCommandParameters.Builder
ScmModuleDescriptor
ScmProtocolModuleDescriptor
ScmRequestCheckModuleDescriptor
ScmUrlFormatterModuleDescriptor
ScmUrlRequest
ScmUrlRequest.Builder
SimpleCommand
<T>
Enums
AuthenticationState
Package Index
|
Class Index
Summary:
Fields
|
Ctors
|
Methods
|
Protected Methods
|
Inherited Methods
|
[Expand All]
public class
DefaultCommandExitHandler
extends
Object
implements
CommandExitHandler
java.lang.Object
↳
com.atlassian.bitbucket.scm.DefaultCommandExitHandler
Summary
Fields
protected final
I18nService
i18nService
Public Constructors
DefaultCommandExitHandler
(
I18nService
i18nService)
Public Methods
void
onCancel
(
String
command, int exitCode,
String
stdErr,
Throwable
thrown)
void
onExit
(
String
command, int exitCode,
String
stdErr,
Throwable
thrown)
Protected Methods
boolean
isError
(
String
command, int exitCode,
String
stdErr,
Throwable
thrown)
void
onError
(
String
command, int exitCode,
String
stdErr,
Throwable
thrown)
[Expand]
Inherited Methods
From class
java.lang.Object
Object
clone
()
boolean
equals
(
Object
arg0)
void
finalize
()
final
Class
<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
(long arg0, int arg1)
final void
wait
(long arg0)
final void
wait
()
From interface
com.atlassian.bitbucket.scm.CommandExitHandler
void
onCancel
(
String
arg0, int arg1,
String
arg2,
Throwable
arg3)
void
onExit
(
String
arg0, int arg1,
String
arg2,
Throwable
arg3)
Fields
protected final
I18nService
i18nService
Public Constructors
public
DefaultCommandExitHandler
(
I18nService
i18nService)
Public Methods
public void
onCancel
(
String
command, int exitCode,
String
stdErr,
Throwable
thrown)
public void
onExit
(
String
command, int exitCode,
String
stdErr,
Throwable
thrown)
Protected Methods
protected boolean
isError
(
String
command, int exitCode,
String
stdErr,
Throwable
thrown)
protected void
onError
(
String
command, int exitCode,
String
stdErr,
Throwable
thrown)