com.atlassian.upgrade
Class UpgradeLifecycleItem

java.lang.Object
  extended by com.atlassian.upgrade.UpgradeLifecycleItem
All Implemented Interfaces:
com.atlassian.config.lifecycle.LifecycleItem

public class UpgradeLifecycleItem
extends Object
implements com.atlassian.config.lifecycle.LifecycleItem


Constructor Summary
UpgradeLifecycleItem()
           
 
Method Summary
 void setUpgradeManager(UpgradeManager upgradeManager)
           
 void shutdown(com.atlassian.config.lifecycle.LifecycleContext context)
           
 void startup(com.atlassian.config.lifecycle.LifecycleContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpgradeLifecycleItem

public UpgradeLifecycleItem()
Method Detail

startup

public void startup(com.atlassian.config.lifecycle.LifecycleContext context)
             throws Exception
Specified by:
startup in interface com.atlassian.config.lifecycle.LifecycleItem
Throws:
Exception

shutdown

public void shutdown(com.atlassian.config.lifecycle.LifecycleContext context)
              throws Exception
Specified by:
shutdown in interface com.atlassian.config.lifecycle.LifecycleItem
Throws:
Exception

setUpgradeManager

public void setUpgradeManager(UpgradeManager upgradeManager)


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.