@AsynchronousPreferred @TransactionAware public class

ProjectModifiedEvent

extends ProjectEvent
java.lang.Object
   ↳ java.util.EventObject
     ↳ com.atlassian.stash.event.StashEvent
       ↳ com.atlassian.stash.event.ProjectEvent
         ↳ com.atlassian.stash.event.ProjectModifiedEvent

Class Overview

Event that is raised when a project is modified.

Summary

[Expand]
Inherited Fields
From class java.util.EventObject
Public Constructors
ProjectModifiedEvent(Object source, Project oldValue, Project newValue)
Public Methods
@Nonnull Project getNewValue()
@Nonnull Project getOldValue()
boolean isDescriptionChanged()
boolean isKeyChanged()
boolean isNameChanged()
[Expand]
Inherited Methods
From class com.atlassian.stash.event.ProjectEvent
From class com.atlassian.stash.event.StashEvent
From class java.util.EventObject
From class java.lang.Object

Public Constructors

public ProjectModifiedEvent (Object source, Project oldValue, Project newValue)

Public Methods

@Nonnull public Project getNewValue ()

@Nonnull public Project getOldValue ()

public boolean isDescriptionChanged ()

public boolean isKeyChanged ()

public boolean isNameChanged ()