com.atlassian.jira.bc.dataimport
Class ExportStartedEvent

java.lang.Object
  extended by com.atlassian.jira.bc.dataimport.ExportStartedEvent

public class ExportStartedEvent
extends Object

Event raised when a data export begins.

Since:
v5.0

Field Summary
 String filename
          The filename the data is being saved to.
 com.atlassian.crowd.embedded.api.User loggedInUser
          The user that instigated the export.
 
Constructor Summary
ExportStartedEvent(com.atlassian.crowd.embedded.api.User user, String filename)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

loggedInUser

public final com.atlassian.crowd.embedded.api.User loggedInUser
The user that instigated the export. May be null if, for instance, it is triggered by a scheduled job and not a user.


filename

public final String filename
The filename the data is being saved to.

Constructor Detail

ExportStartedEvent

public ExportStartedEvent(com.atlassian.crowd.embedded.api.User user,
                          String filename)


Copyright © 2002-2013 Atlassian. All Rights Reserved.