com.atlassian.bamboo.upgrade.tasks
Class UpgradeTask2023CleanupDuplicateUserCommits

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.UpgradeTask2023CleanupDuplicateUserCommits
All Implemented Interfaces:
UpgradeTask

public class UpgradeTask2023CleanupDuplicateUserCommits
extends AbstractInHibernateTransactionUpgradeTask


Field Summary
 
Fields inherited from class com.atlassian.bamboo.upgrade.AbstractUpgradeTask
errors
 
Constructor Summary
UpgradeTask2023CleanupDuplicateUserCommits()
           
 
Method Summary
 void doUpgrade(java.sql.Connection connection)
           
 void setHibernateConfig(com.atlassian.config.db.HibernateConfig hibernateConfig)
           
 
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

UpgradeTask2023CleanupDuplicateUserCommits

public UpgradeTask2023CleanupDuplicateUserCommits()
Method Detail

doUpgrade

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

setHibernateConfig

public void setHibernateConfig(com.atlassian.config.db.HibernateConfig hibernateConfig)


Copyright © 2011 Atlassian. All Rights Reserved.