| Modifier and Type | Method and Description |
|---|---|
AuditLogEventType |
ImmutableAuditLogChangeset.getEventType() |
AuditLogEventType |
AuditLogChangeset.getEventType() |
static AuditLogEventType |
AuditLogEventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuditLogEventType[] |
AuditLogEventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ImmutableAuditLogChangeset.Builder |
ImmutableAuditLogChangeset.Builder.setEventType(AuditLogEventType eventType) |
| Constructor and Description |
|---|
ImmutableAuditLogChangeset(Long id,
Instant timestamp,
AuditLogAuthorType authorType,
Long authorId,
String authorName,
AuditLogEventType eventType,
AuditLogEntityType entityType,
Long entityId,
String entityName,
String ipAddress,
String eventMessage,
List<ImmutableAuditLogEntry> entries) |
| Modifier and Type | Method and Description |
|---|---|
AuditLogEventType |
AuditLogChangesetEntity.getEventType() |
| Modifier and Type | Method and Description |
|---|---|
void |
AuditLogChangesetEntity.setEventType(AuditLogEventType eventType) |
| Modifier and Type | Method and Description |
|---|---|
AuditLogEventType |
AuditLogChangesetRestEntity.getEventType() |
| Constructor and Description |
|---|
AuditLogChangesetRestEntity(Long id,
Date timestamp,
AuditLogAuthorType authorType,
Long authorId,
String authorName,
AuditLogEventType eventType,
AuditLogEntityType entityType,
Long entityId,
String entityName,
String ipAddress,
String eventMessage,
List<AuditLogEntryRestEntity> entries) |
| Modifier and Type | Field and Description |
|---|---|
static Property<AuditLogEventType> |
AuditLogTermKeys.EVENT_TYPE |
Copyright © 2018 Atlassian. All rights reserved.