@PublicApi public class ExportStartedEvent 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.
|
Long |
xmlExportTime
The time in milliseconds when the export was started..
|
Constructor and Description |
---|
ExportStartedEvent(ApplicationUser user,
String filename,
Long xmlExportTime) |
public final ApplicationUser loggedInUser
public final String filename
public final Long xmlExportTime
public ExportStartedEvent(ApplicationUser user, String filename, Long xmlExportTime)
public Long getXmlExportTime()
getXmlExportTime
in interface DataExportEvent
Copyright © 2002-2023 Atlassian. All Rights Reserved.