Class FlowRequestEventHandlerImpl
java.lang.Object
com.atlassian.jira.auditing.handlers.FlowRequestEventHandlerImpl
- All Implemented Interfaces:
FlowRequestEventHandler
- Since:
- v8.12
-
Constructor Summary
ConstructorsConstructorDescriptionFlowRequestEventHandlerImpl(com.atlassian.audit.api.AuditService auditService) -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleFlowRequestCompleted(com.atlassian.oauth2.client.api.lib.event.FlowRequestCompletedEvent event)
-
Constructor Details
-
FlowRequestEventHandlerImpl
public FlowRequestEventHandlerImpl(com.atlassian.audit.api.AuditService auditService)
-
-
Method Details
-
handleFlowRequestCompleted
public void handleFlowRequestCompleted(com.atlassian.oauth2.client.api.lib.event.FlowRequestCompletedEvent event) - Specified by:
handleFlowRequestCompletedin interfaceFlowRequestEventHandler
-