Class ExportCompletedEvent

java.lang.Object
com.atlassian.jira.bc.dataimport.ExportCompletedEvent
All Implemented Interfaces:
DataExportEvent

@PublicApi public class ExportCompletedEvent extends Object implements DataExportEvent
Event fired when an export is complete.
Since:
v5.0
  • Field Details

    • loggedInUser

      public final ApplicationUser 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.
    • xmlExportTime

      public final Long xmlExportTime
      The time in milliseconds when the export was started.
  • Constructor Details

  • Method Details

    • getXmlExportTime

      public Long getXmlExportTime()
      Specified by:
      getXmlExportTime in interface DataExportEvent
      Returns:
      the time in milliseconds when the export was started.