com.atlassian.bamboo.upgrade.tasks
Class UpgradeTask612AllowedBuilds

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

public class UpgradeTask612AllowedBuilds
extends AbstractUpgradeTask


Field Summary
 
Fields inherited from class com.atlassian.bamboo.upgrade.AbstractUpgradeTask
errors
 
Constructor Summary
UpgradeTask612AllowedBuilds()
           
 
Method Summary
 void doUpgrade()
          Perform the upgrade.
 java.lang.String getBuildNumber()
           
 java.lang.String getShortDescription()
           
 void setAgentDao(AgentDao agentDao)
           
 void setBuildDao(BuildDao buildDao)
           
 void setSessionFactory(net.sf.hibernate.SessionFactory sessionFactory)
           
 
Methods inherited from class com.atlassian.bamboo.upgrade.AbstractUpgradeTask
getErrors
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpgradeTask612AllowedBuilds

public UpgradeTask612AllowedBuilds()
Method Detail

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.

Throws:
java.lang.Exception - to signalize error during upgrade process

setBuildDao

public void setBuildDao(BuildDao buildDao)

setAgentDao

public void setAgentDao(AgentDao agentDao)

setSessionFactory

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


Copyright © 2010 Atlassian. All Rights Reserved.