Class DashboardViewAnalyticsEvent
java.lang.Object
com.atlassian.jira.dashboard.analytics.DashboardViewAnalyticsEvent
Published when the dashboard page is viewed.
-
Constructor Summary
ConstructorsConstructorDescriptionDashboardViewAnalyticsEvent(Long dashboardId, Long shownItemsCount, Long hiddenItemsCount) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
DashboardViewAnalyticsEvent
-
-
Method Details
-
getDashboardId
- Returns:
- the dashboard ID
-
getShownItemsCount
- Returns:
- the number of dashboard items which were rendered on the dashboard.
-
getHiddenItemsCount
- Returns:
- the number of dashboard items which were not rendered as they were hidden from the dashboard.
-