com.atlassian.jira.upgrade.tasks
Class AbstractSearchRequestUpgradeTask

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

public abstract class AbstractSearchRequestUpgradeTask
extends AbstractUpgradeTask


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.atlassian.jira.upgrade.UpgradeTask
UpgradeTask.Status
 
Constructor Summary
protected AbstractSearchRequestUpgradeTask(OfBizDelegator delegator)
           
 
Method Summary
 void doUpgrade(boolean setupMode)
          Perform the upgrade.
protected abstract  SearchRequestConverter getConverter()
           
 
Methods inherited from class com.atlassian.jira.upgrade.AbstractUpgradeTask
addError, addErrors, addErrors, convertToSchemaTableName, getApplicationProperties, getBuildNumber, getDatabaseConnection, getDelegator, getErrors, getI18nBean, getOfBizDelegator, getShortDescription, isReindexRequired
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractSearchRequestUpgradeTask

protected AbstractSearchRequestUpgradeTask(OfBizDelegator delegator)
Method Detail

doUpgrade

public void doUpgrade(boolean setupMode)
               throws Exception
Description copied from interface: UpgradeTask
Perform the upgrade.

Specified by:
doUpgrade in interface UpgradeTask
Specified by:
doUpgrade in class AbstractUpgradeTask
Parameters:
setupMode - Indicating this upgrade task is running during set up.
Throws:
Exception

getConverter

protected abstract SearchRequestConverter getConverter()


Copyright © 2002-2012 Atlassian. All Rights Reserved.