public abstract class

MigrationEvent

extends ApplicationEvent
java.lang.Object
   ↳ java.util.EventObject
     ↳ com.atlassian.bitbucket.event.ApplicationEvent
       ↳ com.atlassian.bitbucket.event.migration.MigrationEvent
Known Direct Subclasses
Known Indirect Subclasses

Class Overview

An abstract base class for constructing events related to migrating the system between databases.

This event is internally audited with a HIGH priority.

Summary

[Expand]
Inherited Fields
From class java.util.EventObject
Protected Constructors
MigrationEvent(Object source)
[Expand]
Inherited Methods
From class com.atlassian.bitbucket.event.ApplicationEvent
From class java.util.EventObject
From class java.lang.Object

Protected Constructors

protected MigrationEvent (Object source)