Package | Description |
---|---|
com.atlassian.crowd.plugin.rest.entity.audit |
Modifier and Type | Method and Description |
---|---|
Set<AuditLogEntryRestDTO> |
AuditLogChangesetRestDTO.getEntries() |
Modifier and Type | Method and Description |
---|---|
AuditLogChangesetRestDTO.Builder |
AuditLogChangesetRestDTO.Builder.addEntry(AuditLogEntryRestDTO entry) |
Modifier and Type | Method and Description |
---|---|
AuditLogChangesetRestDTO.Builder |
AuditLogChangesetRestDTO.Builder.addEntries(Iterable<AuditLogEntryRestDTO> entries) |
AuditLogChangesetRestDTO.Builder |
AuditLogChangesetRestDTO.Builder.setEntries(Set<AuditLogEntryRestDTO> entries) |
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) |
Copyright © 2020 Atlassian. All rights reserved.