com.atlassian.jira.bc.dataimport
Class ExportStartedEvent
java.lang.Object
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.
ExportStartedEvent
public ExportStartedEvent(com.atlassian.crowd.embedded.api.User user,
String filename)
Copyright © 2002-2012 Atlassian. All Rights Reserved.