Class SprintEventEnricher
java.lang.Object
com.codebarrel.automation.api.event.enrich.SprintEventEnricher
- All Implemented Interfaces:
EventEnricher
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
canHandle
(AutomationEvent event, TenantContext tenantContext) Should the enricher run against this event? Should be fast with no side effectsenrich
(AutomationEvent event, TenantContext tenantContext) Called when can handle is true.
-
Constructor Details
-
SprintEventEnricher
-
-
Method Details
-
canHandle
Description copied from interface:EventEnricher
Should the enricher run against this event? Should be fast with no side effects- Specified by:
canHandle
in interfaceEventEnricher
-
enrich
Description copied from interface:EventEnricher
Called when can handle is true. Enriches the event. If any failures / unexpectedness happens, can return empty.- Specified by:
enrich
in interfaceEventEnricher
-