@AsynchronousPreferred @TransactionAware public class

RepositoryModifiedEvent

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

Class Overview

Event that is raised when a repository is updated.

Summary

[Expand]
Inherited Fields
From class java.util.EventObject
Public Constructors
RepositoryModifiedEvent(Object source, Repository oldValue, Repository newValue)
Public Methods
@Nonnull Repository getNewValue()
@Nonnull Repository getOldValue()
boolean isNameChanged()
boolean isOriginChanged()
boolean isSlugChanged()
boolean isStateChanged()
[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 RepositoryModifiedEvent (Object source, Repository oldValue, Repository newValue)

Public Methods

@Nonnull public Repository getNewValue ()

@Nonnull public Repository getOldValue ()

public boolean isNameChanged ()

public boolean isOriginChanged ()

public boolean isSlugChanged ()

public boolean isStateChanged ()