@AsynchronousPreferred public class

RepositoryCreationFailedEvent

extends RepositoryEvent
java.lang.Object
   ↳ java.util.EventObject
     ↳ com.atlassian.bitbucket.event.ApplicationEvent
       ↳ com.atlassian.bitbucket.event.repository.RepositoryEvent
         ↳ com.atlassian.bitbucket.event.repository.RepositoryCreationFailedEvent
Known Direct Subclasses

Class Overview

Raised when an attempt to create a repository fails.

If repository creation was canceled, this event will not be raised, as creation did not fail--it was never attempted.

Summary

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

Public Constructors

public RepositoryCreationFailedEvent (Object source, Repository repository)