| Package | Description |
|---|---|
| com.google.gerrit.extensions.common |
| Modifier and Type | Field and Description |
|---|---|
GroupAuditEventInfo.Type |
GroupAuditEventInfo.type |
| Modifier and Type | Method and Description |
|---|---|
static GroupAuditEventInfo.Type |
GroupAuditEventInfo.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GroupAuditEventInfo.Type[] |
GroupAuditEventInfo.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
GroupAuditEventInfo(GroupAuditEventInfo.Type type,
AccountInfo user,
Timestamp date) |
GroupMemberAuditEventInfo(GroupAuditEventInfo.Type type,
AccountInfo user,
Timestamp date,
GroupInfo member) |
UserMemberAuditEventInfo(GroupAuditEventInfo.Type type,
AccountInfo user,
Timestamp date,
AccountInfo member) |
Copyright © 2018. All rights reserved.