| Modifier and Type | Method and Description |
|---|---|
AuditLogEventSource |
ImmutableAuditLogChangeset.getSource() |
AuditLogEventSource |
AuditLogChangeset.getSource() |
static AuditLogEventSource |
AuditLogEventSource.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuditLogEventSource[] |
AuditLogEventSource.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<AuditLogEventSource> |
AuditLogContextInternalImpl.getSource() |
Optional<AuditLogEventSource> |
AuditLogContextInternal.getSource() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableAuditLogChangeset.Builder |
ImmutableAuditLogChangeset.Builder.setSource(AuditLogEventSource source) |
<T> T |
AuditLogContext.withAuditLogSource(AuditLogEventSource source,
AuditLogContextCallback<T> callback)
Executes the callback using the specified source for the events audited in the callback
|
<T> T |
AuditLogContextInternalImpl.withAuditLogSource(AuditLogEventSource source,
AuditLogContextCallback<T> callback) |
<T> T |
NoOpAuditLogContext.withAuditLogSource(AuditLogEventSource source,
AuditLogContextCallback<T> callback) |
| Modifier and Type | Method and Description |
|---|---|
List<AuditLogEventSource> |
AuditLogQuery.getSources() |
| Modifier and Type | Method and Description |
|---|---|
AuditLogQueryBuilder<RESULT> |
AuditLogQueryBuilder.addSource(AuditLogEventSource source) |
| Modifier and Type | Method and Description |
|---|---|
AuditLogQueryBuilder<RESULT> |
AuditLogQueryBuilder.addAllSources(Collection<AuditLogEventSource> sources) |
| Modifier and Type | Method and Description |
|---|---|
AuditLogEventSource |
AssembledAuditLogChangeset.getSource() |
| Modifier and Type | Method and Description |
|---|---|
AuditLogEventSource |
AuditLogMetadataResolver.resolveSource() |
AuditLogEventSource |
SettableAuditLogMedatataResolver.resolveSource() |
AuditLogEventSource |
AuditLogMetadataResolverImpl.resolveSource() |
| Modifier and Type | Method and Description |
|---|---|
void |
SettableAuditLogMedatataResolver.setSource(AuditLogEventSource source) |
| Modifier and Type | Method and Description |
|---|---|
AuditLogEventSource |
AuditLogChangesetEntity.getSource() |
| Modifier and Type | Method and Description |
|---|---|
void |
AuditLogChangesetEntity.setSource(AuditLogEventSource source) |
| Modifier and Type | Method and Description |
|---|---|
AuditLogEventSource |
AuditLogChangesetRestDTO.getSource() |
| Modifier and Type | Method and Description |
|---|---|
AuditLogChangesetRestDTO.Builder |
AuditLogChangesetRestDTO.Builder.setSource(AuditLogEventSource source) |
| Constructor and Description |
|---|
AuditLogChangesetRestDTO(Long id,
Date timestamp,
AuditLogAuthorRestDTO author,
AuditLogAuthorType authorType,
Long authorId,
String authorName,
AuditLogEventType eventType,
AuditLogEntityType entityType,
Long entityId,
String entityName,
Set<AuditLogEntityRestDTO> entities,
String ipAddress,
String eventMessage,
AuditLogEventSource source,
Set<AuditLogEntryRestDTO> entries) |
| Modifier and Type | Method and Description |
|---|---|
List<AuditLogEventSource> |
AuditLogQueryRestDTO.getSources() |
| Modifier and Type | Method and Description |
|---|---|
AuditLogQueryRestDTO.Builder |
AuditLogQueryRestDTO.Builder.addSource(AuditLogEventSource source) |
| Modifier and Type | Method and Description |
|---|---|
AuditLogQueryRestDTO.Builder |
AuditLogQueryRestDTO.Builder.addSources(Iterable<AuditLogEventSource> sources) |
AuditLogQueryRestDTO.Builder |
AuditLogQueryRestDTO.Builder.setSources(List<AuditLogEventSource> sources) |
| Constructor and Description |
|---|
AuditLogQueryRestDTO(Date onOrAfter,
Date beforeOrOn,
List<AuditLogEventType> actions,
List<AuditLogEventSource> sources,
List<AuditLogAuthorRestrictionRestDTO> authors,
List<AuditLogEntityRestrictionRestDTO> users,
List<AuditLogEntityRestrictionRestDTO> groups,
List<AuditLogEntityRestrictionRestDTO> applications,
List<AuditLogEntityRestrictionRestDTO> directories) |
Copyright © 2024 Atlassian. All rights reserved.