|
Jive Forums API (5.5.20.2-oracle) Developer Javadocs | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UpgradeTask
Interface that all community upgrade tasks should implement. Note: UpgradeTasks should make changes to the database directly and should not rely on the API. It is acceptable to use static utility classes such as JiveGlobals or JiveConstants.
Method Summary | |
---|---|
void |
doTask()
Executes the upgrade task |
java.lang.String |
getDescription()
Upgrade task description |
java.lang.String |
getEstimatedRunTime()
Upgrade task estimated run time |
java.lang.String |
getInstructionsFile()
Returns the name of the manual instructions file that will be displayed if the task fails. |
java.lang.String |
getName()
Upgrade task name |
Method Detail |
---|
java.lang.String getName()
java.lang.String getDescription()
java.lang.String getEstimatedRunTime()
java.lang.String getInstructionsFile()
void doTask() throws java.sql.SQLException, java.io.IOException, java.lang.Exception
java.sql.SQLException
java.io.IOException
java.lang.Exception
|
Jive Forums Project Page | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |