com.atlassian.confluence.upgrade.upgradetask
Class InstallationDateUpgradeTask

java.lang.Object
  extended by com.atlassian.confluence.upgrade.AbstractUpgradeTask
      extended by com.atlassian.confluence.upgrade.upgradetask.InstallationDateUpgradeTask
All Implemented Interfaces:
BackupSupport, UpgradeTask

public class InstallationDateUpgradeTask
extends AbstractUpgradeTask

Persists installation date of the Confluence instance.


Field Summary
 
Fields inherited from interface com.atlassian.confluence.upgrade.UpgradeTask
log
 
Constructor Summary
InstallationDateUpgradeTask(com.atlassian.config.ApplicationConfiguration applicationConfig, ContentEntityObjectDao ceoDao, com.atlassian.bandana.BandanaManager bandanaManager)
           
 
Method Summary
 boolean breaksBackwardCompatibility()
           
 void doUpgrade()
           
 String getBuildNumber()
           
 String getShortDescription()
           
 boolean runOnSpaceImport()
           
 
Methods inherited from class com.atlassian.confluence.upgrade.AbstractUpgradeTask
addAllErrors, addError, addError, getConstraint, getErrors, setBuildNumber, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InstallationDateUpgradeTask

public InstallationDateUpgradeTask(com.atlassian.config.ApplicationConfiguration applicationConfig,
                                   ContentEntityObjectDao ceoDao,
                                   com.atlassian.bandana.BandanaManager bandanaManager)
Method Detail

getBuildNumber

public String getBuildNumber()
Specified by:
getBuildNumber in interface UpgradeTask
Overrides:
getBuildNumber in class AbstractUpgradeTask

getShortDescription

public String getShortDescription()
Specified by:
getShortDescription in interface UpgradeTask
Overrides:
getShortDescription in class AbstractUpgradeTask

doUpgrade

public void doUpgrade()
               throws Exception
Throws:
Exception

runOnSpaceImport

public boolean runOnSpaceImport()

breaksBackwardCompatibility

public boolean breaksBackwardCompatibility()


Confluence is developed by Atlassian.