package

com.atlassian.stash.audit

Interfaces

AuditEntryConverter<T> Converts an Audited event into a standard audit format

MUST have a no-args constructor

Intended to be a light-weight, stateless class 

Classes

AuditEntry Details of an audited event which may be recorded in the audit log and other interested channels 
AuditEntry.Builder  
Channels Represents the set of channel names supported by core Stash. 

Enums

Priority The priority level which audit events can be raised with, lower levels are filtered out first by consumers.