com.atlassian.jira.projectconfig.event
Class SummaryPageLoadedEvent

java.lang.Object
  extended by com.atlassian.jira.projectconfig.event.SummaryPageLoadedEvent

public class SummaryPageLoadedEvent
extends Object

An analytic event to indicate when the project admin summary page is shown.

Since:
v6.1

Constructor Summary
SummaryPageLoadedEvent(long projectId, String projectKey)
           
 
Method Summary
 boolean equals(Object o)
           
 long getProjectId()
           
 String getProjectKey()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SummaryPageLoadedEvent

public SummaryPageLoadedEvent(long projectId,
                              String projectKey)
Method Detail

getProjectId

public long getProjectId()

getProjectKey

public String getProjectKey()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2002-2014 Atlassian. All Rights Reserved.