Package | Description |
---|---|
com.atlassian.crowd.plugin.rest.entity.audit | |
com.atlassian.crowd.plugin.rest.service.controller |
Modifier and Type | Method and Description |
---|---|
AuditLogAuthorRestDTO |
AuditLogAuthorRestDTO.Builder.build() |
AuditLogAuthorRestDTO |
AuditLogChangesetRestDTO.getAuthor() |
Modifier and Type | Method and Description |
---|---|
static AuditLogAuthorRestDTO.Builder |
AuditLogAuthorRestDTO.builder(AuditLogAuthorRestDTO data) |
AuditLogChangesetRestDTO.Builder |
AuditLogChangesetRestDTO.Builder.setAuthor(AuditLogAuthorRestDTO author) |
Constructor and Description |
---|
AuditLogChangesetRestDTO(Long id,
Date timestamp,
AuditLogAuthorRestDTO author,
AuditLogAuthorType authorType,
Long authorId,
String authorName,
AuditLogEventType eventType,
AuditLogEntityType entityType,
Long entityId,
String entityName,
Set<AuditLogEntityRestDTO> entities,
String ipAddress,
String eventMessage,
AuditLogEventSource source,
Set<AuditLogEntryRestDTO> entries) |
Modifier and Type | Method and Description |
---|---|
List<AuditLogAuthorRestDTO> |
AuditEntityTranslator.translateAuthors(Collection<AuditLogAuthor> authors) |
Copyright © 2020 Atlassian. All rights reserved.