Class PlanResource.BackgroundDeletionCompletedEventLogger
- java.lang.Object
-
- com.atlassian.bamboo.testutils.event.SingleEventLogger<BackgroundDeletionCompletedEvent>
-
- com.atlassian.bamboo.plugins.testutils.rest.resource.plan.PlanResource.BackgroundDeletionCompletedEventLogger
-
- Enclosing class:
- PlanResource
public static class PlanResource.BackgroundDeletionCompletedEventLogger extends SingleEventLogger<BackgroundDeletionCompletedEvent>
-
-
Constructor Summary
Constructors Constructor Description BackgroundDeletionCompletedEventLogger()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onEvent(BackgroundDeletionCompletedEvent event)
-
Methods inherited from class com.atlassian.bamboo.testutils.event.SingleEventLogger
getEvent, getEvent, getEventFuture, internalOnEvent
-
-
-
-
Method Detail
-
onEvent
@EventListener public void onEvent(BackgroundDeletionCompletedEvent event)
-
-