@AsynchronousPreferred @TransactionAware public class

RepositoryDeletedEvent

extends RepositoryEvent
java.lang.Object
   ↳ java.util.EventObject
     ↳ com.atlassian.stash.event.StashEvent
       ↳ com.atlassian.stash.event.RepositoryEvent
         ↳ com.atlassian.stash.event.RepositoryDeletedEvent

Class Overview

Event that is raised when a repository is deleted

Summary

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

Public Constructors

public RepositoryDeletedEvent (Object source, Repository repository)