Uses of Interface
jetbrains.buildServer.util.EventDispatcher.ErrorHandler
-
Packages that use EventDispatcher.ErrorHandler Package Description jetbrains.buildServer.clouds.server jetbrains.buildServer.util -
-
Uses of EventDispatcher.ErrorHandler in jetbrains.buildServer.clouds.server
Methods in jetbrains.buildServer.clouds.server that return EventDispatcher.ErrorHandler Modifier and Type Method Description EventDispatcher.ErrorHandler
CloudEventDispatcher. getErrorHandler()
Methods in jetbrains.buildServer.clouds.server with parameters of type EventDispatcher.ErrorHandler Modifier and Type Method Description void
CloudEventDispatcher. setErrorHandler(EventDispatcher.ErrorHandler errorHandler)
-
Uses of EventDispatcher.ErrorHandler in jetbrains.buildServer.util
Fields in jetbrains.buildServer.util declared as EventDispatcher.ErrorHandler Modifier and Type Field Description static EventDispatcher.ErrorHandler
EventDispatcher. DEFAULT_ERROR_HANDLER
Methods in jetbrains.buildServer.util that return EventDispatcher.ErrorHandler Modifier and Type Method Description EventDispatcher.ErrorHandler
EventDispatcher. getErrorHandler()
Methods in jetbrains.buildServer.util with parameters of type EventDispatcher.ErrorHandler Modifier and Type Method Description void
EventDispatcher. setErrorHandler(EventDispatcher.ErrorHandler errorHandler)
-