Class AsyncBuildEventDispatcherImpl
- java.lang.Object
-
- jetbrains.buildServer.serverSide.impl.events.async.AsyncBuildEventDispatcherImpl
-
- All Implemented Interfaces:
AsyncBuildEventDispatcher
@Component public class AsyncBuildEventDispatcherImpl extends Object implements AsyncBuildEventDispatcher
-
-
Constructor Summary
Constructors Constructor Description AsyncBuildEventDispatcherImpl(AsyncEventDispatcher asyncEventDispatcher, BuildPromotionManager buildPromotionManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
subscribe(AsyncBuildEventListener listener)
void
unsubscribe(AsyncBuildEventListener listener)
-
-
-
Constructor Detail
-
AsyncBuildEventDispatcherImpl
public AsyncBuildEventDispatcherImpl(AsyncEventDispatcher asyncEventDispatcher, BuildPromotionManager buildPromotionManager)
-
-
Method Detail
-
subscribe
public void subscribe(AsyncBuildEventListener listener)
- Specified by:
subscribe
in interfaceAsyncBuildEventDispatcher
-
unsubscribe
public void unsubscribe(AsyncBuildEventListener listener)
-
-