Class LookAndFeelConfigStatisticsEvent
java.lang.Object
com.atlassian.crowd.analytics.events.LookAndFeelConfigStatisticsEvent
- All Implemented Interfaces:
CrowdAnalyticsEvent
-
Constructor Summary
ConstructorsConstructorDescriptionLookAndFeelConfigStatisticsEvent
(boolean logoPresent, boolean announcementPresent, int headerLength, int welcomeTextLength, int announcementTextLength) -
Method Summary
Modifier and TypeMethodDescriptionint
int
int
boolean
boolean
-
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()
-