Class EventGroupRemoteDescriptors
- java.lang.Object
-
- com.intellij.internal.statistic.eventLog.connection.metadata.EventGroupRemoteDescriptors
-
public final class EventGroupRemoteDescriptors extends java.lang.ObjectExample:{ "groups": [ { "id": "actions", "builds": [], "versions": [ {"from": "9"} ], "rules": { "event_id": [ "{enum:action.invoked}" ], "event_data": { "action_id": [ "{util#action}" ], "context_menu": [ "{enum#boolean}" ], "parent": [ "{enum#parent}", "{util#class_name}" ] }, "enums": { "parent": [ "LineMarkerActionWrapper", "TreeActionWrapper", "MyTreeActionWrapper" ] } } }, { "id" : "run.configuration.exec", "builds" : [ {"from" : "191.4811"} ], "versions" : [ {"from" : "1"} ], "rules": { "event_id" : [ "{enum:started|ui.shown|finished}" ], "event_data": { "id" : [ "{util#run_config_id}" ] } } } ] }
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEventGroupRemoteDescriptors.EventGroupRemoteDescriptorstatic classEventGroupRemoteDescriptors.GroupBuildRangestatic classEventGroupRemoteDescriptors.GroupRemoteRulestatic classEventGroupRemoteDescriptors.GroupVersionRange
-
Field Summary
Fields Modifier and Type Field Description @NotNull java.util.ArrayList<EventGroupRemoteDescriptors.EventGroupRemoteDescriptor>groups@Nullable EventGroupRemoteDescriptors.GroupRemoteRulerules@Nullable java.lang.Stringversion
-
Constructor Summary
Constructors Constructor Description EventGroupRemoteDescriptors()
-
-
-
Field Detail
-
groups
@NotNull public final @NotNull java.util.ArrayList<EventGroupRemoteDescriptors.EventGroupRemoteDescriptor> groups
-
rules
@Nullable public @Nullable EventGroupRemoteDescriptors.GroupRemoteRule rules
-
version
@Nullable public @Nullable java.lang.String version
-
-