Modifier and Type | Method and Description |
---|---|
static RestPage<AuditLogChangesetRestDTO> |
AuditLogClient.searchAuditEvents(String baseUrl,
AuditLogQueryRestDTO auditLogQuery) |
Modifier and Type | Method and Description |
---|---|
AuditLogChangesetRestDTO |
AuditLogChangesetRestDTO.Builder.build() |
Modifier and Type | Method and Description |
---|---|
static AuditLogChangesetRestDTO.Builder |
AuditLogChangesetRestDTO.builder(AuditLogChangesetRestDTO data) |
Modifier and Type | Method and Description |
---|---|
RestPage<AuditLogChangesetRestDTO> |
AuditController.searchAuditLog(AuditLogQueryRestDTO auditLogQueryRestDTO,
RestPageRequest pageRequest) |
List<AuditLogChangesetRestDTO> |
AuditEntityTranslator.translateChangesets(Collection<AuditLogChangeset> changesets) |
Modifier and Type | Method and Description |
---|---|
void |
AuditController.createAuditLog(AuditLogChangesetRestDTO changeset) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
AuditResource.addChangeset(AuditLogChangesetRestDTO changeset)
Stores a changeset in the audit log
|
Copyright © 2020 Atlassian. All rights reserved.