| Package | Description |
|---|---|
| com.atlassian.crowd.audit |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableAuditLogEntry
Concrete implementation of an audit log entry
|
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends AuditLogEntry> |
AuditLogChangeset.getEntries() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableAuditLogChangeset.Builder |
ImmutableAuditLogChangeset.Builder.addEntry(AuditLogEntry entry) |
static ImmutableAuditLogEntry |
ImmutableAuditLogEntry.from(AuditLogEntry auditLogEntry) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableAuditLogChangeset.Builder |
ImmutableAuditLogChangeset.Builder.addEntries(Collection<AuditLogEntry> entry) |
ImmutableAuditLogChangeset.Builder |
ImmutableAuditLogChangeset.Builder.setEntries(Collection<? extends AuditLogEntry> entries) |
| Constructor and Description |
|---|
Builder(AuditLogEntry entry) |
Copyright © 2023 Atlassian. All rights reserved.