com.atlassian.jira.event.web.action.browser
Class ReportConfiguredEvent

java.lang.Object
  extended by com.atlassian.jira.event.web.action.browser.ReportConfiguredEvent

public class ReportConfiguredEvent
extends Object

Denotes that the user has opened the configure report page.

We log this event separately to see whether people open this page without actually running a report.

Since:
v5.2

Constructor Summary
ReportConfiguredEvent(String reportKey)
           
 
Method Summary
 String getReportKey()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportConfiguredEvent

public ReportConfiguredEvent(String reportKey)
Method Detail

getReportKey

public String getReportKey()


Copyright © 2002-2013 Atlassian. All Rights Reserved.