com.atlassian.jira.event
Class ProjectUpdatedEvent

java.lang.Object
  extended by com.atlassian.jira.event.AbstractEvent
      extended by com.atlassian.jira.event.AbstractProjectEvent
          extended by com.atlassian.jira.event.ProjectUpdatedEvent
All Implemented Interfaces:
JiraEvent, ProjectRelatedEvent

@PublicApi
public class ProjectUpdatedEvent
extends AbstractProjectEvent

Event indicating a project has been updated

Since:
v6.0

Field Summary
 
Fields inherited from class com.atlassian.jira.event.AbstractEvent
params, time
 
Constructor Summary
ProjectUpdatedEvent(ApplicationUser user, Project project, Project oldProject)
           
 
Method Summary
 Project getOldProject()
           
 
Methods inherited from class com.atlassian.jira.event.AbstractProjectEvent
equals, getProject, getUser, hashCode
 
Methods inherited from class com.atlassian.jira.event.AbstractEvent
getParams, getTime
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.atlassian.jira.event.JiraEvent
getParams, getTime
 

Constructor Detail

ProjectUpdatedEvent

@Internal
public ProjectUpdatedEvent(@Nullable
                                    ApplicationUser user,
                                    @Nonnull
                                    Project project,
                                    @Nonnull
                                    Project oldProject)
Method Detail

getOldProject

@Nonnull
public Project getOldProject()


Copyright © 2002-2013 Atlassian. All Rights Reserved.