public class AuditLogChangesetPopulatorImpl extends Object implements AuditLogChangesetPopulator
Constructor and Description |
---|
AuditLogChangesetPopulatorImpl(Clock clock) |
Modifier and Type | Method and Description |
---|---|
AuditLogChangeset |
populateCommonChangesetProperties(AuditLogChangeset changeset,
boolean forceAdjustTimestamp)
Populates the author, timestamp and IP address in the audit log changeset.
|
void |
setAuditLogMetadataResolver(AuditLogMetadataResolver auditLogMetadataResolver) |
public AuditLogChangesetPopulatorImpl(Clock clock)
public AuditLogChangeset populateCommonChangesetProperties(AuditLogChangeset changeset, boolean forceAdjustTimestamp)
AuditLogChangesetPopulator
populateCommonChangesetProperties
in interface AuditLogChangesetPopulator
changeset
- the changeset to populateforceAdjustTimestamp
- if set to true, the timestamp will be adjusted even if it's currently populatedpublic void setAuditLogMetadataResolver(AuditLogMetadataResolver auditLogMetadataResolver)
Copyright © 2021 Atlassian. All rights reserved.