com.atlassian.studio.confluence.importexport
Class ImportSpaceVersionMismatchEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.atlassian.event.Event
com.atlassian.confluence.event.events.ConfluenceEvent
com.atlassian.studio.confluence.importexport.ImportSpaceVersionMismatchEvent
- All Implemented Interfaces:
- java.io.Serializable
public class ImportSpaceVersionMismatchEvent
- extends ConfluenceEvent
Published when the user tries to import a space import from a different version.
- See Also:
- Serialized Form
Fields inherited from class java.util.EventObject |
source |
Methods inherited from class com.atlassian.event.Event |
equals, hashCode |
Methods inherited from class org.springframework.context.ApplicationEvent |
getTimestamp |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
ImportSpaceVersionMismatchEvent
public ImportSpaceVersionMismatchEvent(java.lang.Object source,
java.lang.String exportBuildNumber,
java.lang.String currentBuildNumber)
getExportBuildNumber
public java.lang.String getExportBuildNumber()
getCurrentBuildNumber
public java.lang.String getCurrentBuildNumber()
Copyright © 2003-2014 Atlassian. All Rights Reserved.