Class IssueLinkEventEnricher
java.lang.Object
com.codebarrel.automation.api.event.enrich.IssueLinkEventEnricher
- All Implemented Interfaces:
EventEnricher
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancanHandle(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
-
IssueLinkEventEnricher
-
-
Method Details
-
canHandle
Description copied from interface:EventEnricherShould the enricher run against this event? Should be fast with no side effects- Specified by:
canHandlein interfaceEventEnricher
-
enrich
Description copied from interface:EventEnricherCalled when can handle is true. Enriches the event. If any failures / unexpectedness happens, can return empty.- Specified by:
enrichin interfaceEventEnricher
-