com.atlassian.jira.bc.dataimport
Class ExportCompletedEvent

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

public class ExportCompletedEvent
extends Object

Event fired when an export is complete.

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.
 ServiceOutcome<Void> outcome
          The outcome of the export.
 
Constructor Summary
ExportCompletedEvent(com.atlassian.crowd.embedded.api.User user, String filename, ServiceOutcome<Void> outcome)
           
 
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.


outcome

public final ServiceOutcome<Void> outcome
The outcome of the export. Will contain success or failure and possibly some error messages.

Constructor Detail

ExportCompletedEvent

public ExportCompletedEvent(com.atlassian.crowd.embedded.api.User user,
                            String filename,
                            ServiceOutcome<Void> outcome)


Copyright © 2002-2012 Atlassian. All Rights Reserved.