public class

Setup

extends AbstractSetupAction
java.lang.Object
   ↳ webwork.action.ActionSupport
     ↳ com.atlassian.jira.action.JiraActionSupport
       ↳ com.atlassian.jira.web.action.JiraWebActionSupport
         ↳ com.atlassian.jira.web.action.setup.AbstractSetupAction
           ↳ com.atlassian.jira.web.action.setup.Setup

Summary

[Expand]
Inherited Constants
From class com.atlassian.jira.web.action.setup.AbstractSetupAction
From class com.atlassian.jira.web.action.JiraWebActionSupport
From interface webwork.action.Action
[Expand]
Inherited Fields
From class com.atlassian.jira.web.action.setup.AbstractSetupAction
From class com.atlassian.jira.web.action.JiraWebActionSupport
From class com.atlassian.jira.action.JiraActionSupport
From class webwork.action.ActionSupport
Public Constructors
Setup(IssueIndexManager indexManager, ServiceManager serviceManager, IndexPathManager indexPathManager, AttachmentPathManager attachmentPathManager, JiraHome jiraHome, JiraLicenseUpdaterService licenseService, BuildUtilsInfo buildUtilsInfo, JiraSystemRestarter jiraSystemRestarter, FileFactory fileFactory, ExternalLinkUtil externalLinkUtil)
Public Methods
String doDefault()
String doFetchLicense()
String doInput()
String doReturnFromMAC()
Map<StringString> getAllowedModes()
String getAttachmentPath()
String getAttachmentPathOption()
String getBackupPathOption()
String getBaseURL()
BuildUtilsInfo getBuildUtilsInfo()
String getDefaultBackupPath()
Returns the absolute path for the Default Backup directory that lives under the home directory.
String getHomePath()
String getIndexPath()
String getIndexPathOption()
String getLicense()
String getMode()
String getRequestLicenseURL()
String getTitle()
int modulo(int index, int modulus)
void setAttachmentPathOption(String attachmentPathOption)
void setBackupPathOption(String backupPathOption)
void setBaseURL(String baseURL)
void setIndexPathOption(String indexPathOption)
void setLicense(String license)
void setMode(String mode)
void setNextStep(String nextStep)
void setTitle(String title)
Protected Methods
String doExecute()
void doValidation()
[Expand]
Inherited Methods
From class com.atlassian.jira.web.action.setup.AbstractSetupAction
From class com.atlassian.jira.web.action.JiraWebActionSupport
From class com.atlassian.jira.action.JiraActionSupport
From class webwork.action.ActionSupport
From class java.lang.Object
From interface com.atlassian.jira.util.ErrorCollection
From interface com.atlassian.jira.util.I18nHelper
From interface com.atlassian.jira.web.util.AuthorizationSupport
From interface webwork.action.Action
From interface webwork.action.CommandDriven
From interface webwork.action.IllegalArgumentAware

Public Constructors

public Setup (IssueIndexManager indexManager, ServiceManager serviceManager, IndexPathManager indexPathManager, AttachmentPathManager attachmentPathManager, JiraHome jiraHome, JiraLicenseUpdaterService licenseService, BuildUtilsInfo buildUtilsInfo, JiraSystemRestarter jiraSystemRestarter, FileFactory fileFactory, ExternalLinkUtil externalLinkUtil)

Public Methods

public String doDefault ()

Throws
Exception

public String doFetchLicense ()

Throws
Exception

public String doInput ()

Throws
Exception

public String doReturnFromMAC ()

Throws
Exception

public Map<StringString> getAllowedModes ()

public String getAttachmentPath ()

public String getAttachmentPathOption ()

public String getBackupPathOption ()

public String getBaseURL ()

public BuildUtilsInfo getBuildUtilsInfo ()

public String getDefaultBackupPath ()

Returns the absolute path for the Default Backup directory that lives under the home directory. This is used for read-only info added to the "Use Default Directory" option.

Returns
  • the absolute path for the Default Backup directory that lives under the home directory.

public String getHomePath ()

Returns
  • the absolute path for the home directory.

public String getIndexPath ()

public String getIndexPathOption ()

public String getLicense ()

public String getMode ()

public String getRequestLicenseURL ()

public String getTitle ()

public int modulo (int index, int modulus)

public void setAttachmentPathOption (String attachmentPathOption)

public void setBackupPathOption (String backupPathOption)

public void setBaseURL (String baseURL)

public void setIndexPathOption (String indexPathOption)

public void setLicense (String license)

public void setMode (String mode)

public void setNextStep (String nextStep)

public void setTitle (String title)

Protected Methods

protected String doExecute ()

Throws
Exception

protected void doValidation ()