Package com.atlassian.jira.auditing
Class RecordRequest
java.lang.Object
com.atlassian.jira.auditing.RecordRequest
Deprecated.
Single entry that is going to be saved in the AuditLog
- Since:
- v6.2
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionRecordRequest
(AuditingCategory category, String summary) Deprecated.RecordRequest
(AuditingCategory category, String summary, String eventSource) Deprecated.RecordRequest
(AuditingCategory category, String summary, String eventSource, ApplicationUser author, String remoteAddress) Deprecated.RecordRequest
(AuditingCategory category, String summary, String eventSource, ApplicationUser author, String remoteAddress, String description) Deprecated.RecordRequest
(String categoryName, String summary) Deprecated.This is wrapper around deprecatedAuditingCategory
enum. -
Method Summary
Modifier and TypeMethodDescriptionforObject
(AssociatedItem item) Deprecated.forObject
(AssociatedItem.Type type, String name) Deprecated.forObject
(AssociatedItem.Type type, String name, Long id) Deprecated.forObject
(AssociatedItem.Type type, String name, String id) Deprecated.Deprecated.com.google.common.collect.ImmutableList<AssociatedItem>
Deprecated.Deprecated.Deprecated.Deprecated.com.google.common.collect.ImmutableList<ChangedValue>
Deprecated.Deprecated.Deprecated.protected I18nHelper
getI18n()
Deprecated.Deprecated.Deprecated.Deprecated.withActionI18nKey
(String actionI18nKey) Deprecated.withAssociatedItem
(AssociatedItem.Type type, String name, String id) Deprecated.withAssociatedItems
(AssociatedItem... items) Deprecated.Deprecated.withChangedValues
(ChangedValue... values) Deprecated.withChangedValues
(Iterable<ChangedValue> values) Deprecated.withDescription
(String description) Deprecated.
-
Constructor Details
-
RecordRequest
public RecordRequest(@Nonnull AuditingCategory category, @Nonnull String summary, @Nonnull String eventSource, @Nullable ApplicationUser author, @Nullable String remoteAddress, @Nullable String description) Deprecated. -
RecordRequest
public RecordRequest(@Nonnull AuditingCategory category, @Nonnull String summary, @Nonnull String eventSource, @Nullable ApplicationUser author, @Nullable String remoteAddress) Deprecated. -
RecordRequest
Deprecated.This is wrapper around deprecatedAuditingCategory
enum. The purpose of it to reduce amount of references toAuditingCategory
in other code. -
RecordRequest
Deprecated. -
RecordRequest
public RecordRequest(@Nonnull AuditingCategory category, @Nonnull String summary, @Nonnull String eventSource) Deprecated.
-
-
Method Details
-
forObject
Deprecated. -
forObject
Deprecated. -
forObject
public RecordRequest forObject(@Nonnull AssociatedItem.Type type, @Nonnull String name, @Nullable Long id) Deprecated. -
forObject
public RecordRequest forObject(@Nonnull AssociatedItem.Type type, @Nonnull String name, @Nullable String id) Deprecated. -
withAssociatedItem
public RecordRequest withAssociatedItem(@Nonnull AssociatedItem.Type type, @Nonnull String name, @Nullable String id) Deprecated. -
withAssociatedItems
Deprecated. -
withAssociatedItems
Deprecated. -
withChangedValues
Deprecated. -
withChangedValues
Deprecated. -
withDescription
Deprecated. -
withActionI18nKey
Deprecated. -
getActionI18nKey
Deprecated. -
getCategory
Deprecated. -
getCategoryName
Deprecated. -
getSummary
Deprecated. -
getEventSource
Deprecated. -
getAuthor
Deprecated. -
getRemoteAddress
Deprecated. -
getAssociatedItems
Deprecated. -
getChangedValues
Deprecated. -
getObjectItem
Deprecated. -
getI18n
Deprecated. -
getDescription
Deprecated.
-
Use
AuditEvent
instead