Uses of Class
com.atlassian.crowd.audit.ImmutableAuditLogEntry
Packages that use ImmutableAuditLogEntry
-
Uses of ImmutableAuditLogEntry in com.atlassian.crowd.audit
Methods in com.atlassian.crowd.audit that return ImmutableAuditLogEntryModifier and TypeMethodDescriptionImmutableAuditLogEntry.Builder.build()static ImmutableAuditLogEntryImmutableAuditLogEntry.from(AuditLogEntry auditLogEntry) Methods in com.atlassian.crowd.audit that return types with arguments of type ImmutableAuditLogEntryMethods in com.atlassian.crowd.audit with parameters of type ImmutableAuditLogEntryModifier and TypeMethodDescriptionImmutableAuditLogChangeset.Builder.addEntry(ImmutableAuditLogEntry entry) Method parameters in com.atlassian.crowd.audit with type arguments of type ImmutableAuditLogEntryModifier and TypeMethodDescriptionImmutableAuditLogChangeset.Builder.setEntries(List<ImmutableAuditLogEntry> entries) Deprecated.Constructor parameters in com.atlassian.crowd.audit with type arguments of type ImmutableAuditLogEntryModifierConstructorDescriptionImmutableAuditLogChangeset(Long id, Instant timestamp, AuditLogAuthorType authorType, Long authorId, String authorName, AuditLogEventType eventType, AuditLogEntityType entityType, Long entityId, String entityName, String ipAddress, String eventMessage, List<ImmutableAuditLogEntry> entries) Deprecated. -
Uses of ImmutableAuditLogEntry in com.atlassian.crowd.event.listener.mapper
Methods in com.atlassian.crowd.event.listener.mapper that return ImmutableAuditLogEntryModifier and TypeMethodDescriptionAuditLogConfigurationMapper.map(ConfigurationPropertyUpdatedEvent event) Methods in com.atlassian.crowd.event.listener.mapper that return types with arguments of type ImmutableAuditLogEntryModifier and TypeMethodDescriptionAuditLogConfigurationMapper.calculateDifference(List<LoggingUpdatedEvent.LoggingConfig> oldConfiguration, List<LoggingUpdatedEvent.LoggingConfig> newConfiguration)
ImmutableAuditLogChangeset.Builderinstead