Class ScreenAnalytics
java.lang.Object
com.atlassian.jira.issue.fields.screen.analytics.ScreenAnalytics
- All Implemented Interfaces:
Startable
- Since:
- v7.4
-
Constructor Summary
ConstructorsConstructorDescriptionScreenAnalytics(com.atlassian.event.api.EventPublisher eventPublisher, JiraAuthenticationContext jiraAuthenticationContext, ProjectFieldScreenHelper projectFieldScreenHelper, GlobalPermissionManager permissionManager, ProjectPermissionHelper projectPermissionHelper) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidvoidstart()This method will be called after the plugin system is fully initialised and all components added to the dependency injection framework.
-
Constructor Details
-
ScreenAnalytics
public ScreenAnalytics(com.atlassian.event.api.EventPublisher eventPublisher, JiraAuthenticationContext jiraAuthenticationContext, ProjectFieldScreenHelper projectFieldScreenHelper, GlobalPermissionManager permissionManager, ProjectPermissionHelper projectPermissionHelper)
-
-
Method Details
-
start
Description copied from interface:StartableThis method will be called after the plugin system is fully initialised and all components added to the dependency injection framework. -
onFieldScreenFieldAddedEvent
-
onFieldScreenFieldMovedEvent
-
onFieldScreenFieldRemovedEvent
-
onFieldScreenTabAddedEvent
-
onFieldScreenTabMovedEvent
-
onFieldScreenTabRemovedEvent
-
onFieldScreenTabRenamedEvent
-
onFieldScreenFieldShownWhenEmptyEvent
@EventListener public void onFieldScreenFieldShownWhenEmptyEvent(FieldScreenFieldShownWhenEmptyEvent event)
-