Uses of Class
com.atlassian.bamboo.persister.AuditLogEntity
Packages that use AuditLogEntity
-
Uses of AuditLogEntity in com.atlassian.bamboo.persister
Methods in com.atlassian.bamboo.persister with parameters of type AuditLogEntityModifier and TypeMethodDescriptionvoid
AuditLogService.log
(@NotNull Iterable<AuditLogService.FieldChange> changes, @Nullable AuditLogEntity entity) Add 'field change' messages to the system audit log.void
AuditLogService.log
(@NotNull Iterable<AuditLogService.FieldChange> changes, @Nullable String entityId, AuditLogEntityType entityType, @Nullable String childKey, @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
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.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.void
DefaultAuditLogService.log
(@NotNull Iterable<AuditLogService.FieldChange> changes, @Nullable AuditLogEntity entity) void
DefaultAuditLogService.log
(@NotNull Iterable<AuditLogService.FieldChange> changes, @Nullable String entityId, @Nullable AuditLogEntityType entityType, @Nullable String childKey, @Nullable AuditLogEntity entity) void
DefaultAuditLogService.log
(@NotNull String msg, @Nullable Key key, AuditLogEntityType entityType, @Nullable AuditLogEntity entity) void
DefaultAuditLogService.log
(@NotNull String fieldName, @Nullable String oldValue, @Nullable String newValue, @Nullable Key key, @Nullable AuditLogEntityType entityType, @Nullable AuditLogEntity entity) void
DefaultAuditLogService.log
(@Nullable com.atlassian.user.User user, @NotNull String msg, @Nullable Key key, AuditLogEntityType entityType, @Nullable AuditLogEntity entity) void
DefaultAuditLogService.log
(@Nullable String username, @NotNull String msg, @Nullable Key key, @Nullable AuditLogEntityType entityType, @Nullable AuditLogEntity field) Constructors in com.atlassian.bamboo.persister with parameters of type AuditLogEntityModifierConstructorDescriptionAuditLogMessage
(@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