@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 |
loggedInApplicationUser
The user that instigated the export.
|
com.atlassian.crowd.embedded.api.User |
loggedInUser
Deprecated.
since 6.4 use
loggedInApplicationUser |
Long |
xmlExportTime
The time in milliseconds when the export was started..
|
Constructor and Description |
---|
ExportStartedEvent(ApplicationUser user,
String filename,
Long xmlExportTime) |
ExportStartedEvent(com.atlassian.crowd.embedded.api.User user,
String filename)
Deprecated.
|
ExportStartedEvent(com.atlassian.crowd.embedded.api.User user,
String filename,
Long xmlExportTime)
Deprecated.
|
@Deprecated public final com.atlassian.crowd.embedded.api.User loggedInUser
loggedInApplicationUser
public final ApplicationUser loggedInApplicationUser
public final String filename
public final Long xmlExportTime
@Deprecated public ExportStartedEvent(com.atlassian.crowd.embedded.api.User user, String filename)
@Deprecated public ExportStartedEvent(com.atlassian.crowd.embedded.api.User user, String filename, Long xmlExportTime)
ExportStartedEvent(com.atlassian.jira.user.ApplicationUser, String, Long)
public ExportStartedEvent(ApplicationUser user, String filename, Long xmlExportTime)
public Long getXmlExportTime()
getXmlExportTime
in interface DataExportEvent
Copyright © 2002-2015 Atlassian. All Rights Reserved.