Uses of Interface
com.atlassian.bamboo.persister.AuditLogService.FieldChange
Packages that use AuditLogService.FieldChange
-
Uses of AuditLogService.FieldChange in com.atlassian.bamboo.persister
Method parameters in com.atlassian.bamboo.persister with type arguments of type AuditLogService.FieldChangeModifier 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 Collection<AuditLogService.FieldChange> changes, @Nullable Key key) Add 'field change' messages to the system 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 Collection<AuditLogService.FieldChange> changes, @Nullable Key key) -
Uses of AuditLogService.FieldChange in com.atlassian.bamboo.utils
Classes in com.atlassian.bamboo.utils that implement AuditLogService.FieldChangeMethods in com.atlassian.bamboo.utils that return types with arguments of type AuditLogService.FieldChangeModifier and TypeMethodDescription@NotNull List<AuditLogService.FieldChange>
XmlDiffFinder.findChanges()