Class LookAndFeelConfigStatisticsEvent

java.lang.Object
com.atlassian.crowd.analytics.events.LookAndFeelConfigStatisticsEvent
All Implemented Interfaces:
CrowdAnalyticsEvent

public class LookAndFeelConfigStatisticsEvent extends Object implements CrowdAnalyticsEvent
  • Constructor Details

    • LookAndFeelConfigStatisticsEvent

      public LookAndFeelConfigStatisticsEvent(boolean logoPresent, boolean announcementPresent, int headerLength, int welcomeTextLength, int announcementTextLength)
  • Method Details

    • isLogoPresent

      public boolean isLogoPresent()
    • isAnnouncementPresent

      public boolean isAnnouncementPresent()
    • getHeaderLength

      public int getHeaderLength()
    • getWelcomeTextLength

      public int getWelcomeTextLength()
    • getAnnouncementTextLength

      public int getAnnouncementTextLength()