com.atlassian.jira.event
Class ProjectCreatedEvent

java.lang.Object
  extended by com.atlassian.jira.event.AbstractEvent
      extended by com.atlassian.jira.event.ProjectCreatedEvent
All Implemented Interfaces:
JiraEvent

@PublicApi
public final class ProjectCreatedEvent
extends AbstractEvent

Event that is triggered when a project is created.


Field Summary
 
Fields inherited from class com.atlassian.jira.event.AbstractEvent
params, time
 
Constructor Summary
ProjectCreatedEvent(Long id)
           
 
Method Summary
 Long getId()
           
 
Methods inherited from class com.atlassian.jira.event.AbstractEvent
equals, getParams, getTime, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectCreatedEvent

public ProjectCreatedEvent(Long id)
Method Detail

getId

public Long getId()
Returns:
the project ID


Copyright © 2002-2012 Atlassian. All Rights Reserved.