Class RteTextGadgetStatisticEvent

java.lang.Object
com.atlassian.jira.analytics.statistics.gadgets.rtetext.RteTextGadgetStatisticEvent

public class RteTextGadgetStatisticEvent extends Object
Event for gathering statistics for usage of 'RTE Text' gadget. Two numbers are included: 1) Number of PortalPage that have at least one RTE Text gadget in use across the instance 2) Number of PortletConfiguration that gadget used as RTE Text across the instance
Since:
9.10
  • Constructor Details

    • RteTextGadgetStatisticEvent

      public RteTextGadgetStatisticEvent(long numberOfPortalPagesWithRteTextGadget, long numberOfRteTextGadgetsUsedAcrossTheInstance)
  • Method Details

    • getNumberOfPortalPagesWithRteTextGadget

      public long getNumberOfPortalPagesWithRteTextGadget()
    • getNumberOfRteTextGadgetsUsedAcrossTheInstance

      public long getNumberOfRteTextGadgetsUsedAcrossTheInstance()