com.atlassian.confluence.upgrade.upgradetask
Class DropDraftTableUpgradeTask

java.lang.Object
  extended by com.atlassian.confluence.upgrade.upgradetask.DropDraftTableUpgradeTask
All Implemented Interfaces:
UpgradeTask

public class DropDraftTableUpgradeTask
extends Object
implements UpgradeTask


Constructor Summary
DropDraftTableUpgradeTask()
           
 
Method Summary
 void doUpgrade()
           
 String getBuildNumber()
           
 Collection<UpgradeError> getErrors()
           
 String getShortDescription()
           
 void setSessionFactory(net.sf.hibernate.SessionFactory sessionFactory)
           
 void validate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DropDraftTableUpgradeTask

public DropDraftTableUpgradeTask()
Method Detail

getBuildNumber

public String getBuildNumber()
Specified by:
getBuildNumber in interface UpgradeTask

getShortDescription

public String getShortDescription()
Specified by:
getShortDescription in interface UpgradeTask

validate

public void validate()
Specified by:
validate in interface UpgradeTask

doUpgrade

public void doUpgrade()
               throws Exception
Specified by:
doUpgrade in interface UpgradeTask
Throws:
Exception

getErrors

public Collection<UpgradeError> getErrors()
Specified by:
getErrors in interface UpgradeTask

setSessionFactory

public void setSessionFactory(net.sf.hibernate.SessionFactory sessionFactory)


Confluence is developed by Atlassian.