Class AsyncExportFinishedEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.atlassian.confluence.event.events.ConfluenceEvent
com.atlassian.confluence.event.events.admin.AsyncExportFinishedEvent
All Implemented Interfaces:
Serializable

@AsynchronousPreferred public class AsyncExportFinishedEvent extends ConfluenceEvent
Since:
5.10
See Also:
  • Constructor Details

    • AsyncExportFinishedEvent

      public AsyncExportFinishedEvent(Object src, String exportType, String exportScope, String spaceKey)
  • Method Details

    • getExportType

      public String getExportType()
    • getExportScope

      public String getExportScope()
    • getSpaceKey

      public String getSpaceKey()