Class ShowWhenEmptyStatisticEvent

java.lang.Object
com.atlassian.jira.analytics.statistics.customfields.showwhenempty.ShowWhenEmptyStatisticEvent

public class ShowWhenEmptyStatisticEvent extends Object
Event for gathering statistics for usage of 'Show empty custom fields' feature. Three numbers are included: 1) Number of FieldScreen that have at least one field set to 'show when empty' across the instance 2) Number of all FieldScreenLayoutItem that are shown when empty across the instance 3) Number of Project that have at least one field set to 'show when empty' across the instance
Since:
9.9
  • Constructor Details

    • ShowWhenEmptyStatisticEvent

      public ShowWhenEmptyStatisticEvent(long numberOfFieldScreensWithShowWhenEmptyFields, long numberOfShowWhenEmptyFields, long numberOfProjectsWithShowWhenEmptyFields)
  • Method Details

    • getNumberOfFieldScreensWithShowWhenEmptyFields

      public long getNumberOfFieldScreensWithShowWhenEmptyFields()
    • getNumberOfShowWhenEmptyFields

      public long getNumberOfShowWhenEmptyFields()
    • getNumberOfProjectsWithShowWhenEmptyFields

      public long getNumberOfProjectsWithShowWhenEmptyFields()