Class SingleEventLogger<E>
java.lang.Object
com.atlassian.bamboo.testutils.event.SingleEventLogger<E>
- Direct Known Subclasses:
PlanResource.BackgroundDeletionCompletedEventLogger
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
SingleEventLogger
public SingleEventLogger()
-
-
Method Details
-
internalOnEvent
Due to limitations of event framework generic methods do not work well so we can't annotate it with @EventListener -
getEventFuture
-
getEvent
@Deprecated public E getEvent(long timeout, TimeUnit unit) throws InterruptedException, ExecutionException, TimeoutException Deprecated.since 5.15, usegetEvent(Duration)
-
getEvent
public E getEvent(Duration timeout) throws InterruptedException, ExecutionException, TimeoutException
-
getEvent(Duration)