Package | Description |
---|---|
com.atlassian.bamboo.persister |
Modifier and Type | Method and Description |
---|---|
void |
DefaultAuditLogService.log(@NotNull Iterable<AuditLogService.FieldChange> changes,
@Nullable AuditLogEntity entity) |
void |
AuditLogService.log(@NotNull Iterable<AuditLogService.FieldChange> changes,
@Nullable AuditLogEntity entity)
Add 'field change' messages to the system audit log.
|
void |
DefaultAuditLogService.log(@NotNull Iterable<AuditLogService.FieldChange> changes,
@Nullable String entityId,
@Nullable AuditLogEntityType entityType,
@Nullable String childKey,
@Nullable AuditLogEntity entity) |
void |
AuditLogService.log(@NotNull Iterable<AuditLogService.FieldChange> changes,
@Nullable String entityId,
AuditLogEntityType entityType,
@Nullable String childKey,
@Nullable AuditLogEntity entity) |
default void |
AuditLogService.log(@NotNull String s,
@Nullable Key planKey,
@Nullable AuditLogEntity entity)
Deprecated.
since 6.7
|
void |
DefaultAuditLogService.log(@NotNull String msg,
@Nullable Key key,
AuditLogEntityType entityType,
@Nullable AuditLogEntity entity) |
void |
AuditLogService.log(@NotNull String s,
@Nullable Key key,
@Nullable AuditLogEntityType entityType,
@Nullable AuditLogEntity entity)
Add a message to the entity's audit log.
|
void |
DefaultAuditLogService.log(@Nullable String username,
@NotNull String msg,
@Nullable Key key,
@Nullable AuditLogEntityType entityType,
@Nullable AuditLogEntity field) |
default void |
AuditLogService.log(@NotNull String fieldName,
@Nullable String oldValue,
@Nullable String newValue,
@Nullable Key planKey,
@Nullable AuditLogEntity entity)
Deprecated.
since 6.7
|
void |
DefaultAuditLogService.log(@NotNull String fieldName,
@Nullable String oldValue,
@Nullable String newValue,
@Nullable Key key,
@Nullable AuditLogEntityType entityType,
@Nullable AuditLogEntity entity) |
void |
AuditLogService.log(@NotNull String fieldName,
@Nullable String oldValue,
@Nullable String newValue,
@Nullable Key key,
AuditLogEntityType entityType,
@Nullable AuditLogEntity entity)
Add 'field change' message to the system audit log.
|
default void |
AuditLogService.log(@Nullable com.atlassian.user.User user,
@NotNull String msg,
@Nullable Key planKey,
@Nullable AuditLogEntity entity)
Deprecated.
since 6.7
|
void |
DefaultAuditLogService.log(@Nullable com.atlassian.user.User user,
@NotNull String msg,
@Nullable Key key,
AuditLogEntityType entityType,
@Nullable AuditLogEntity entity) |
void |
AuditLogService.log(@Nullable com.atlassian.user.User user,
@NotNull String msg,
@Nullable Key key,
@Nullable AuditLogEntityType entityType,
@Nullable AuditLogEntity entity)
Add a message to the plans audit log.
|
Constructor and Description |
---|
AuditLogMessage(@Nullable String username,
@NotNull Date timestamp,
@Nullable AuditLogEntityType entityType,
@Nullable String entityId,
@Nullable String childId,
@Nullable AuditLogEntity field,
@NotNull String messageType,
@NotNull String message,
@Nullable String oldValue,
@Nullable String newValue) |
AuditLogMessage(@Nullable String username,
@NotNull Date timestamp,
@Nullable String planKey,
@Nullable AuditLogEntity entity,
@NotNull String messageType,
@NotNull String message,
@Nullable String oldValue,
@Nullable String newValue)
Deprecated.
since 6.7.0
|
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.
View cookie preferences