public class SettableAuditLogProperties extends Object implements AuditLogProperties
Constructor and Description |
---|
SettableAuditLogProperties() |
Modifier and Type | Method and Description |
---|---|
Set<String> |
getSanitizedProperties() |
boolean |
isAuditLogEnabled() |
boolean |
isAuditLogEnabledForSynchronisation() |
void |
reset() |
void |
setEnabled(boolean enabled) |
void |
setEnabledForSyncs(boolean enabledForSyncs) |
public Set<String> getSanitizedProperties()
getSanitizedProperties
in interface AuditLogProperties
public boolean isAuditLogEnabledForSynchronisation()
isAuditLogEnabledForSynchronisation
in interface AuditLogProperties
public boolean isAuditLogEnabled()
isAuditLogEnabled
in interface AuditLogProperties
public void setEnabled(boolean enabled)
public void setEnabledForSyncs(boolean enabledForSyncs)
public void reset()
Copyright © 2020 Atlassian. All rights reserved.