@PublicApi public class ExportCompletedEvent extends Object implements DataExportEvent
Modifier and Type | Field and Description |
---|---|
String |
filename
The filename the data is being saved to.
|
ApplicationUser |
loggedInUser
The user that instigated the export.
|
ServiceOutcome<Void> |
outcome
The outcome of the export.
|
Long |
xmlExportTime
The time in milliseconds when the export was started.
|
Constructor and Description |
---|
ExportCompletedEvent(ApplicationUser user,
String filename,
ServiceOutcome<Void> outcome)
Deprecated.
|
ExportCompletedEvent(ApplicationUser user,
String filename,
ServiceOutcome<Void> outcome,
Long xmlExportTime) |
public final ApplicationUser loggedInUser
public final String filename
public final ServiceOutcome<Void> outcome
public final Long xmlExportTime
@Deprecated public ExportCompletedEvent(ApplicationUser user, String filename, ServiceOutcome<Void> outcome)
public ExportCompletedEvent(ApplicationUser user, String filename, ServiceOutcome<Void> outcome, Long xmlExportTime)
public Long getXmlExportTime()
getXmlExportTime
in interface DataExportEvent
Copyright © 2002-2018 Atlassian. All Rights Reserved.