| Package | Description |
|---|---|
| com.atlassian.crowd.plugin.rest.entity | |
| com.atlassian.crowd.plugin.rest.util |
| Modifier and Type | Method and Description |
|---|---|
List<AuditLogEntryRestEntity> |
AuditLogChangesetRestEntity.getEntries() |
| 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 | Method and Description |
|---|---|
static AuditLogEntryRestEntity |
EntityTranslator.toChangesetEntryEntity(AuditLogEntry auditLogEntry) |
Copyright © 2018 Atlassian. All rights reserved.