@AsynchronousPreferred @TransactionAware public class

RepositoryCreatedEvent

extends RepositoryEvent
java.lang.Object
   ↳ java.util.EventObject
     ↳ com.atlassian.stash.event.StashEvent
       ↳ com.atlassian.stash.event.RepositoryEvent
         ↳ com.atlassian.stash.event.RepositoryCreatedEvent
Known Direct Subclasses

Class Overview

Event that is raised when a repository is created.

Summary

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