| Interface | Description |
|---|---|
| AuditLogAuthor |
Represents the author of an audit log entry
|
| AuditLogChangeset |
Represents a set of changes that was saved in an audit log.
|
| AuditLogContext |
Allows to run code with overridden default properties (such as the audit log author or source)
|
| AuditLogContextCallback<T> |
Represents a set of operations which should be executed on behalf of
AuditLogAuthor. |
| AuditLogContextInternal |
Internal extension of
AuditLogContext that allows to obtain the current state in the context |
| AuditLogEntity |
Represents an object affected by an auditable event.
|
| AuditLogEntry |
Represents an audit log entry, belonging to a changeset
|
| Class | Description |
|---|---|
| AuditLogContextInternalImpl | |
| ImmutableAuditLogAuthor |
Concrete implementation of an audit log author
|
| ImmutableAuditLogChangeset |
Concrete implementation of an audit log changeset
|
| ImmutableAuditLogChangeset.Builder |
Builder for
ImmutableAuditLogChangeset. |
| ImmutableAuditLogEntity |
Concrete implementation of an object affected by an auditable event
|
| ImmutableAuditLogEntity.Builder | |
| ImmutableAuditLogEntry |
Concrete implementation of an audit log entry
|
| ImmutableAuditLogEntry.Builder | |
| NoOpAuditLogContext |
A no-op implementation of the audit log context that will execute the passed action.
|
| Enum | Description |
|---|---|
| AuditLogAuthorType |
Determines the type of entity that created the audit log entry
|
| AuditLogEntityType |
Determines the type of entity which was changed during the audit action
|
| AuditLogEventSource | |
| AuditLogEventType |
Describes the possible auditable event types.
|
Copyright © 2024 Atlassian. All rights reserved.