Class VersionEventHandlerImpl
java.lang.Object
com.atlassian.jira.auditing.handlers.VersionEventHandlerImpl
- All Implemented Interfaces:
VersionEventHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected List<ChangedValue> computeChangedValues(Version version, Version currentVersion) io.atlassian.fugue.Option<RecordRequest>
-
Constructor Details
-
VersionEventHandlerImpl
public VersionEventHandlerImpl()
-
-
Method Details
-
onVersionCreateEvent
- Specified by:
onVersionCreateEventin interfaceVersionEventHandler
-
onVersionDeleteEvent
- Specified by:
onVersionDeleteEventin interfaceVersionEventHandler
-
onVersionUnreleaseEvent
- Specified by:
onVersionUnreleaseEventin interfaceVersionEventHandler
-
onVersionUnarchiveEvent
- Specified by:
onVersionUnarchiveEventin interfaceVersionEventHandler
-
onVersionReleaseEvent
- Specified by:
onVersionReleaseEventin interfaceVersionEventHandler
-
onVersionMergeEvent
- Specified by:
onVersionMergeEventin interfaceVersionEventHandler
-
onVersionUpdatedEvent
@Nonnull public io.atlassian.fugue.Option<RecordRequest> onVersionUpdatedEvent(@Nonnull VersionUpdatedEvent event) - Specified by:
onVersionUpdatedEventin interfaceVersionEventHandler
-
onVersionArchiveEvent
- Specified by:
onVersionArchiveEventin interfaceVersionEventHandler
-
computeChangedValues
@Nonnull protected List<ChangedValue> computeChangedValues(@Nullable Version version, @Nonnull Version currentVersion)
-