@AsynchronousPreferred public class

MigrationStartedEvent

extends MigrationEvent
java.lang.Object
   ↳ java.util.EventObject
     ↳ com.atlassian.bitbucket.event.ApplicationEvent
       ↳ com.atlassian.bitbucket.event.migration.MigrationEvent
         ↳ com.atlassian.bitbucket.event.migration.MigrationStartedEvent

Class Overview

Raised when database migration begins.

Summary

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

Public Constructors

public MigrationStartedEvent (Object source)