public static enum

JiraSetupInstanceHelper.SetupStage

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.atlassian.jira.functest.framework.setup.JiraSetupInstanceHelper.SetupStage

Class Overview

Setup stages put in order. Additional stages START and END are just empty aliases - so users of this class won't bother what step is a first step.
setupJIRA also contains information about setup step order, it does some checks

Summary

Enum Values
JiraSetupInstanceHelper.SetupStage  ACCOUNT   
JiraSetupInstanceHelper.SetupStage  APPLICATION_PROPERTIES   
JiraSetupInstanceHelper.SetupStage  DATABASE   
JiraSetupInstanceHelper.SetupStage  EMAIL   
JiraSetupInstanceHelper.SetupStage  END   
JiraSetupInstanceHelper.SetupStage  LICENSE   
JiraSetupInstanceHelper.SetupStage  LOGIN   
JiraSetupInstanceHelper.SetupStage  MODE   
JiraSetupInstanceHelper.SetupStage  START   
Public Methods
JiraSetupInstanceHelper.SetupStage next()
JiraSetupInstanceHelper.SetupStage prev()
EnumSet<JiraSetupInstanceHelper.SetupStage> to(JiraSetupInstanceHelper.SetupStage endStage)
static JiraSetupInstanceHelper.SetupStage valueOf(String name)
final static SetupStage[] values()
Protected Methods
abstract void perform(JiraSetupInstanceHelper helper)
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final JiraSetupInstanceHelper.SetupStage ACCOUNT

public static final JiraSetupInstanceHelper.SetupStage APPLICATION_PROPERTIES

public static final JiraSetupInstanceHelper.SetupStage DATABASE

public static final JiraSetupInstanceHelper.SetupStage EMAIL

public static final JiraSetupInstanceHelper.SetupStage END

public static final JiraSetupInstanceHelper.SetupStage LICENSE

public static final JiraSetupInstanceHelper.SetupStage LOGIN

public static final JiraSetupInstanceHelper.SetupStage MODE

public static final JiraSetupInstanceHelper.SetupStage START

Public Methods

public static JiraSetupInstanceHelper.SetupStage valueOf (String name)

public static final SetupStage[] values ()

Protected Methods

protected abstract void perform (JiraSetupInstanceHelper helper)