com.atlassian.bamboo.upgrade.tasks
Class UpgradeTask2904SetFailedChainNotification

java.lang.Object
  extended by com.atlassian.bamboo.upgrade.AbstractUpgradeTask
      extended by com.atlassian.bamboo.upgrade.tasks.AbstractInHibernateTransactionUpgradeTask
          extended by com.atlassian.bamboo.upgrade.tasks.UpgradeTask2904SetFailedChainNotification
All Implemented Interfaces:
UpgradeTask

public class UpgradeTask2904SetFailedChainNotification
extends AbstractInHibernateTransactionUpgradeTask


Field Summary
 
Fields inherited from class com.atlassian.bamboo.upgrade.AbstractUpgradeTask
errors
 
Constructor Summary
protected UpgradeTask2904SetFailedChainNotification()
           
 
Method Summary
 void doUpgrade(java.sql.Connection connection)
           
 void setNotificationManager(NotificationManager notificationManager)
           
 void setPlanManager(PlanManager planManager)
           
 
Methods inherited from class com.atlassian.bamboo.upgrade.tasks.AbstractInHibernateTransactionUpgradeTask
doUpgrade, setBambooConnectionTemplate
 
Methods inherited from class com.atlassian.bamboo.upgrade.AbstractUpgradeTask
getBuildNumber, getErrors, getShortDescription
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpgradeTask2904SetFailedChainNotification

protected UpgradeTask2904SetFailedChainNotification()
Method Detail

doUpgrade

public void doUpgrade(@NotNull
                      java.sql.Connection connection)
               throws java.sql.SQLException
Specified by:
doUpgrade in class AbstractInHibernateTransactionUpgradeTask
Throws:
java.sql.SQLException

setPlanManager

public void setPlanManager(PlanManager planManager)

setNotificationManager

public void setNotificationManager(NotificationManager notificationManager)


Copyright © 2012 Atlassian. All Rights Reserved.