@AsynchronousPreferred @TransactionAware public class

RepositoryModifiedEvent

extends AbstractRepositoryModificationEvent
java.lang.Object
   ↳ java.util.EventObject
     ↳ com.atlassian.bitbucket.event.ApplicationEvent
       ↳ com.atlassian.bitbucket.event.repository.RepositoryEvent
         ↳ com.atlassian.bitbucket.event.repository.AbstractRepositoryModificationEvent
           ↳ com.atlassian.bitbucket.event.repository.RepositoryModifiedEvent

Class Overview

Event that is raised when a repository has been successfully updated.

When this event is raised, the repository's persisted state has been updated and committed, so getRepository() matches the new values.

Summary

[Expand]
Inherited Fields
From class com.atlassian.bitbucket.event.repository.AbstractRepositoryModificationEvent
From class java.util.EventObject
Public Constructors
RepositoryModifiedEvent(Object source, Repository oldValue, Repository newValue)
[Expand]
Inherited Methods
From class com.atlassian.bitbucket.event.repository.AbstractRepositoryModificationEvent
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 RepositoryModifiedEvent (Object source, Repository oldValue, Repository newValue)