public static final enum

UpgradeTask.ScheduleOption

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.atlassian.jira.upgrade.UpgradeTask.ScheduleOption

Summary

Enum Values
UpgradeTask.ScheduleOption  AFTER_JIRA_STARTED  The upgrade task may be run after the JIRA startup process is complete and while JIRA is available for use. 
UpgradeTask.ScheduleOption  BEFORE_JIRA_STARTED  The upgrade task must be run during the JIRA startup process and prior to JIRA being available for use. 
Public Methods
static UpgradeTask.ScheduleOption valueOf(String name)
final static ScheduleOption[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final UpgradeTask.ScheduleOption AFTER_JIRA_STARTED

The upgrade task may be run after the JIRA startup process is complete and while JIRA is available for use.

public static final UpgradeTask.ScheduleOption BEFORE_JIRA_STARTED

The upgrade task must be run during the JIRA startup process and prior to JIRA being available for use.

Public Methods

public static UpgradeTask.ScheduleOption valueOf (String name)

public static final ScheduleOption[] values ()