com.atlassian.bamboo.upgrade.tasks
Class UpgradeTask1101NotificationRecipients
java.lang.Object
com.atlassian.bamboo.upgrade.AbstractUpgradeTask
com.atlassian.bamboo.upgrade.tasks.UpgradeTask1101NotificationRecipients
- All Implemented Interfaces:
- PriorityUpgradeTask, UpgradeTask
public class UpgradeTask1101NotificationRecipients
- extends AbstractUpgradeTask
- implements PriorityUpgradeTask
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UpgradeTask1101NotificationRecipients
public UpgradeTask1101NotificationRecipients()
getBuildNumber
@NotNull
public java.lang.String getBuildNumber()
- Specified by:
getBuildNumber
in interface UpgradeTask
- Overrides:
getBuildNumber
in class AbstractUpgradeTask
- Returns:
- The build number that this upgrade is applicable to.
getShortDescription
@NotNull
public java.lang.String getShortDescription()
- Specified by:
getShortDescription
in interface UpgradeTask
- Overrides:
getShortDescription
in class AbstractUpgradeTask
- Returns:
- A short (<50 chars) description of the upgrade action
doUpgrade
public void doUpgrade()
throws java.lang.Exception
- Description copied from interface:
UpgradeTask
- Perform the upgrade.
- Specified by:
doUpgrade
in interface UpgradeTask
- Throws:
java.lang.Exception
- to signalize error during upgrade process
setSessionFactory
public void setSessionFactory(net.sf.hibernate.SessionFactory sessionFactory)
setPlanManager
public void setPlanManager(PlanManager planManager)
Copyright © 2011 Atlassian. All Rights Reserved.