Uses of Interface
com.atlassian.jira.auditing.ChangedValue
Packages that use ChangedValue
Package
Description
Package that provides migration for use permission and licenses from dark ages (JIRA 6.x) to renaissance (JIRA 7.x).
-
Uses of ChangedValue in com.atlassian.jira.auditing
Classes in com.atlassian.jira.auditing that implement ChangedValueFields in com.atlassian.jira.auditing with type parameters of type ChangedValueModifier and TypeFieldDescriptionprotected final com.google.common.collect.ImmutableList<ChangedValue>
AuditRecordImpl.changedValues
Methods in com.atlassian.jira.auditing that return types with arguments of type ChangedValueModifier and TypeMethodDescriptionAuditingEntry.changedValues()
com.google.common.collect.ImmutableList<ChangedValue>
RecordRequest.getChangedValues()
Deprecated.AuditRecord.getValues()
Deprecated.AuditRecordImpl.getValues()
Methods in com.atlassian.jira.auditing with parameters of type ChangedValueModifier and TypeMethodDescriptionprotected void
DefaultAuditingService.validateChangedValue
(String fieldId, ChangedValue value, ErrorCollection errorCollection, I18nHelper i18nBean) RecordRequest.withChangedValues
(ChangedValue... values) Deprecated.Method parameters in com.atlassian.jira.auditing with type arguments of type ChangedValueModifier and TypeMethodDescriptionAuditingEntry.Builder.changedValues
(Iterable<ChangedValue> changedValues) AuditingService.storeRecord
(String category, String summary, AssociatedItem objectItem, Iterable<ChangedValue> values, Iterable<AssociatedItem> associatedItems) Deprecated.since 7.0.0.AuditingService.storeRecord
(String category, String summary, AssociatedItem objectItem, Iterable<ChangedValue> values, Iterable<AssociatedItem> associatedItems, String description) Deprecated.Store record in Auditing LogAuditingService.storeRecord
(String category, String summary, String eventSourceKey, AssociatedItem objectItem, Iterable<ChangedValue> values, Iterable<AssociatedItem> associatedItems) Deprecated.since 7.0.0.AuditingService.storeRecord
(String category, String summary, String eventSourceKey, AssociatedItem objectItem, Iterable<ChangedValue> values, Iterable<AssociatedItem> associatedItems, String description) Deprecated.Store record in Auditing Log along with plugin name created the eventvoid
AuditingStore.storeRecord
(AuditingCategory category, String categoryName, String summaryI18nKey, String eventSource, ApplicationUser author, String remoteAddress, AssociatedItem object, Iterable<ChangedValue> changedValues, Iterable<AssociatedItem> associatedItems, boolean isAuthorSysAdmin) Deprecated.DefaultAuditingService.storeRecord
(String category, String summary, AssociatedItem objectItem, Iterable<ChangedValue> changedValues, Iterable<AssociatedItem> associatedItems) DefaultAuditingService.storeRecord
(String category, String summary, AssociatedItem objectItem, Iterable<ChangedValue> changedValues, Iterable<AssociatedItem> associatedItems, String description) DefaultAuditingService.storeRecord
(String category, String summary, String eventSourceKey, AssociatedItem objectItem, Iterable<ChangedValue> changedValues, Iterable<AssociatedItem> associatedItems) DefaultAuditingService.storeRecord
(String category, String summary, String eventSourceKey, AssociatedItem objectItem, Iterable<ChangedValue> changedValues, Iterable<AssociatedItem> associatedItems, String description) protected void
DefaultAuditingService.validateChangedValues
(String fieldId, Iterable<ChangedValue> values, ErrorCollection errorCollection, I18nHelper i18nBean) RecordRequest.withChangedValues
(Iterable<ChangedValue> values) Deprecated. -
Uses of ChangedValue in com.atlassian.jira.auditing.handlers
Methods in com.atlassian.jira.auditing.handlers that return types with arguments of type ChangedValueModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableList<ChangedValue>
ChangedValuesBuilder.build()
protected List<ChangedValue>
PermissionChangeHandlerImpl.computeChangedValues
(AbstractSchemeEntityEvent event) protected static List<ChangedValue>
SchemeEventHandlerImpl.computeChangedValues
(NamedWithDescription currentScheme) protected static List<ChangedValue>
SchemeEventHandlerImpl.computeChangedValues
(NamedWithDescription originalScheme, NamedWithDescription currentScheme) protected List<ChangedValue>
VersionEventHandlerImpl.computeChangedValues
(Version version, Version currentVersion) Method parameters in com.atlassian.jira.auditing.handlers with type arguments of type ChangedValueModifier and TypeMethodDescriptionstatic io.atlassian.fugue.Option<RecordRequest>
HandlerUtils.requestIfThereAreAnyValues
(List<ChangedValue> changedValues, com.google.common.base.Function<List<ChangedValue>, RecordRequest> function) static io.atlassian.fugue.Option<RecordRequest>
HandlerUtils.requestIfThereAreAnyValues
(List<ChangedValue> changedValues, com.google.common.base.Function<List<ChangedValue>, RecordRequest> function) -
Uses of ChangedValue in com.atlassian.jira.auditing.legacy
Method parameters in com.atlassian.jira.auditing.legacy with type arguments of type ChangedValueModifier and TypeMethodDescriptionvoid
AuditingStoreToAuditServiceImpl.storeRecord
(AuditingCategory category, String categoryName, String summaryI18nKey, String eventSource, ApplicationUser author, String remoteAddress, AssociatedItem object, Iterable<ChangedValue> changedValues, Iterable<AssociatedItem> associatedItems, boolean isAuthorSysAdmin) -
Uses of ChangedValue in com.atlassian.jira.mock.auditing
Classes in com.atlassian.jira.mock.auditing that implement ChangedValue -
Uses of ChangedValue in com.atlassian.jira.plugins.auditing.rest.responses
Methods in com.atlassian.jira.plugins.auditing.rest.responses with parameters of type ChangedValueModifier and TypeMethodDescriptionstatic ChangedValueResponse
ChangedValueResponse.fromChangeValue
(ChangedValue cv) -
Uses of ChangedValue in com.atlassian.jira.upgrade.tasks.role
Classes in com.atlassian.jira.upgrade.tasks.role that implement ChangedValueMethods in com.atlassian.jira.upgrade.tasks.role that return types with arguments of type ChangedValueMethod parameters in com.atlassian.jira.upgrade.tasks.role with type arguments of type ChangedValueModifier and TypeMethodDescriptionstatic String
MigrationLogDaoImpl.computeSearchField
(String summary, Iterable<ChangedValue> changedValues, String eventSource) protected void
MigrationLogDaoImpl.storeChangedValues
(Long entryOfBizId, Iterable<ChangedValue> changedValues) Constructors in com.atlassian.jira.upgrade.tasks.role with parameters of type ChangedValueModifierConstructorDescriptionAuditEntry
(Class<?> sourceClass, String summary, String description, AssociatedItem.Type eventType, String changedObject, boolean eventShowsInCloudLog, ChangedValue... changedValues) Constructor parameters in com.atlassian.jira.upgrade.tasks.role with type arguments of type ChangedValueModifierConstructorDescriptionAuditEntry
(Class<?> sourceClass, String summary, String description, AssociatedItem.Type eventType, String changedObject, boolean eventShowsInCloudLog, Iterable<ChangedValue> changedValues, AuditEntrySeverity severity)