@AsynchronousPreferred public class

MigrationFailedEvent

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

Class Overview

Raised when database migration fails.

Summary

[Expand]
Inherited Fields
From class java.util.EventObject
Public Constructors
MigrationFailedEvent(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 MigrationFailedEvent (Object source)