| Modifier and Type | Method and Description |
|---|---|
AuditLogConfiguration |
BrowseAuditLog.getAuditLogConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
AuditLogConfiguration |
AuditLogConfigurationUpdatedEvent.getNewConfiguration() |
AuditLogConfiguration |
AuditLogConfigurationUpdatedEvent.getOldConfiguration() |
| Constructor and Description |
|---|
AuditLogConfigurationUpdatedEvent(AuditLogConfiguration oldConfiguration,
AuditLogConfiguration newConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
List<AuditLogEntry> |
AuditLogConfigurationMapper.calculateDifference(AuditLogConfiguration oldConfiguration,
AuditLogConfiguration newConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
static AuditLogConfiguration |
AuditLogConfiguration.defaultConfiguration()
Creates a new default configuration instance with the default retention period
|
AuditLogConfiguration |
AuditServiceImpl.getConfiguration() |
AuditLogConfiguration |
NoOpAuditService.getConfiguration() |
AuditLogConfiguration |
AuditService.getConfiguration()
Returns current auditing configuration
|
| Modifier and Type | Method and Description |
|---|---|
void |
AuditServiceImpl.saveConfiguration(AuditLogConfiguration auditLogConfiguration) |
void |
NoOpAuditService.saveConfiguration(AuditLogConfiguration auditLogConfiguration) |
void |
AuditService.saveConfiguration(AuditLogConfiguration auditLogConfiguration)
Sets the new configuration for auditing
|
| Modifier and Type | Method and Description |
|---|---|
AuditLogConfiguration |
PropertyManagerGeneric.getAuditLogConfiguration() |
AuditLogConfiguration |
PropertyManager.getAuditLogConfiguration()
Retrieves the audit log configuration
|
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyManagerGeneric.setAuditLogConfiguration(AuditLogConfiguration newConfiguration) |
void |
PropertyManager.setAuditLogConfiguration(AuditLogConfiguration auditLogConfiguration)
Persists the audit log configuration
|
| Constructor and Description |
|---|
AuditLogConfigurationEntity(AuditLogConfiguration configuration) |
Copyright © 2019 Atlassian. All rights reserved.