com.atlassian.bitbucket.audit.AuditEntryConverter<T> |
Converts an Audited
event into a standard audit format.
Implementations must have a nullary (no argument) constructor and are intended to be lightweight, stateless classes. Converters are instantiated for each event and discarded after the event has been converted.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Converts an
Audited event into a standard audit format. |
Converts an Audited
event into a standard audit format.
event | the original annotated event |
---|---|
builder | an audit entry builder which has the source IP address set by the caller |