public final class EventGroupRemoteDescriptors
extends java.lang.Object
{
"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}" ]
}
}
}
]
}
| Modifier and Type | Class and Description |
|---|---|
static class |
EventGroupRemoteDescriptors.AnonymizedFields |
static class |
EventGroupRemoteDescriptors.EventGroupRemoteDescriptor |
static class |
EventGroupRemoteDescriptors.GroupBuildRange |
static class |
EventGroupRemoteDescriptors.GroupRemoteRule |
static class |
EventGroupRemoteDescriptors.GroupVersionRange |
| Modifier and Type | Field and Description |
|---|---|
java.util.ArrayList<EventGroupRemoteDescriptors.EventGroupRemoteDescriptor> |
groups |
EventGroupRemoteDescriptors.GroupRemoteRule |
rules |
java.lang.String |
version |
| Constructor and Description |
|---|
EventGroupRemoteDescriptors() |
@NotNull public final java.util.ArrayList<EventGroupRemoteDescriptors.EventGroupRemoteDescriptor> groups
@Nullable public EventGroupRemoteDescriptors.GroupRemoteRule rules
@Nullable public java.lang.String version