java.lang.Object
com.intellij.internal.statistic.eventLog.validator.rules.beans.DataValidationRules
com.intellij.internal.statistic.eventLog.validator.rules.beans.EventGroupRules

public final class EventGroupRules extends DataValidationRules
  • Field Details

  • Method Details

    • getEventIdRules

      public FUSRule[] getEventIdRules()
    • areEventIdRulesDefined

      public boolean areEventIdRulesDefined()
    • validateEventId

      public ValidationResultType validateEventId(@NotNull @NotNull EventContext context)
    • create

      @NotNull public static @NotNull EventGroupRules create(@NotNull @NotNull com.jetbrains.fus.reporting.model.metadata.EventGroupRemoteDescriptors.EventGroupRemoteDescriptor group, @NotNull @NotNull com.intellij.internal.statistic.eventLog.validator.storage.GlobalRulesHolder globalRulesHolder, @NotNull @NotNull ValidationSimpleRuleFactory factory, @NotNull @NotNull List<String> excludedFields)