com.atlassian.jira.event
Class ProjectDeletedEvent

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

@PublicApi
public final class ProjectDeletedEvent
extends AbstractEvent

Event that is triggered when a project is deleted.

Since:
v5.1

Field Summary
 
Fields inherited from class com.atlassian.jira.event.AbstractEvent
params, time
 
Constructor Summary
ProjectDeletedEvent(Long projectId, String projectKey)
           
 
Method Summary
 Long getId()
           
 String getKey()
           
 
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

ProjectDeletedEvent

public ProjectDeletedEvent(Long projectId,
                           String projectKey)
Method Detail

getId

public Long getId()
Returns:
the project ID

getKey

public String getKey()
Returns:
the project key


Copyright © 2002-2012 Atlassian. All Rights Reserved.