com.atlassian.jira.web.action.setup
Class Setup

java.lang.Object
  extended by webwork.action.ActionSupport
      extended by com.atlassian.jira.action.JiraActionSupport
          extended by com.atlassian.jira.web.action.JiraWebActionSupport
              extended by com.atlassian.jira.web.action.setup.AbstractSetupAction
                  extended by com.atlassian.jira.web.action.setup.Setup
All Implemented Interfaces:
ErrorCollection, I18nHelper, Serializable, webwork.action.Action, webwork.action.CommandDriven, webwork.action.IllegalArgumentAware

public class Setup
extends AbstractSetupAction

See Also:
Serialized Form

Field Summary
(package private)  String attachmentPath
           
(package private)  String backupPath
           
(package private)  String baseURL
           
(package private)  boolean enableBackup
           
(package private)  Map encoding
           
(package private)  String indexPath
           
(package private)  String language
           
(package private)  String license
           
(package private)  String mode
           
(package private)  String title
           
 
Fields inherited from class com.atlassian.jira.web.action.setup.AbstractSetupAction
ap, DEFAULT_GROUP_ADMINS, DEFAULT_GROUP_DEVELOPERS, DEFAULT_GROUP_USERS, SETUP_ALREADY
 
Fields inherited from class com.atlassian.jira.web.action.JiraWebActionSupport
ISSUE_NOT_FOUND_RESULT, PERMISSION_VIOLATION_RESULT, request, savedFilters, selectedProject
 
Fields inherited from class com.atlassian.jira.action.JiraActionSupport
log
 
Fields inherited from class webwork.action.ActionSupport
command, errorMap, errorMessages
 
Fields inherited from interface com.atlassian.jira.util.I18nHelper
DEFAULT_RESOURCE_BUNDLE
 
Fields inherited from interface webwork.action.Action
ERROR, INPUT, LOGIN, NONE, SUCCESS
 
Constructor Summary
Setup(IssueIndexManager indexManager, IndexLanguageToLocaleMapper languageToLocaleMapper)
           
 
Method Summary
 String doDefault()
           
protected  String doExecute()
           
 String doInput()
           
protected  void doValidation()
           
 Map getAllowedModes()
           
 String getAttachmentPath()
           
 String getBackupPath()
           
 String getBaseURL()
           
 Collection getBooleanList()
           
 String getIndexPath()
           
 String getLanguage()
           
 String getLicense()
           
 String getMode()
           
 String getTitle()
           
 Collection getUnavailableLocales()
           
 boolean isEnableBackup()
           
 void setAttachmentPath(String attachmentPath)
           
 void setBackupPath(String backupPath)
           
 void setBaseURL(String baseURL)
           
 void setEnableBackup(boolean enableBackup)
           
 void setIndexPath(String indexPath)
           
 void setLanguage(String language)
           
 void setLicense(String license)
           
 void setMode(String mode)
           
 void setNext(String next)
           
 void setTitle(String title)
           
 
Methods inherited from class com.atlassian.jira.web.action.setup.AbstractSetupAction
setupAlready
 
Methods inherited from class com.atlassian.jira.web.action.JiraWebActionSupport
addErrorCollection, forceRedirect, getAssignableUsers, getAssignableUsers, getCachedGroups, getCalendarTranslationFilenameForLanguage, getComponentManager, getConstantsManager, getDateFormat, getDateTimeFormat, getDescTranslation, getExternalLinkUtils, getField, getFlushedErrorMessages, getJiraServiceContext, getNameTranslation, getOutlookDate, getPermissionManager, getProjectManager, getPropertySet, getRedirect, getRemoteUser, getReturnUrl, getSavedFilters, getSelectedProject, getServerId, getText, getTimeFormat, getUserFullName, getVersionManager, getWebworkStack, getWebworkStack, isHasCalendarTranslationForLanguage, isHasIssuePermission, isHasIssuePermission, isHasPermission, isHasPermission, isHasPermission, isHasProjectPermission, isHasProjectPermission, isUserExists, setReturnUrl, setSelectedProjectId
 
Methods inherited from class com.atlassian.jira.action.JiraActionSupport
addErrorMessages, addErrorMessages, addErrors, addIllegalArgumentException, execute, getActionName, getApplicationProperties, getDefaultResourceBundle, getDelegator, getJiraLocaleUtils, getLocale, getResult, getText, getText, getText, getText, getText, getUnescapedText, getUserPreferences, getWatcherManager, hasAnyErrors, isEnterprise, isIndexing, isProfessional, isProfessionalOrEnterprise, isStandard, removeKeyOrAddError
 
Methods inherited from class webwork.action.ActionSupport
addError, addErrorMessage, getErrorMessages, getErrors, getHasErrorMessages, getHasErrors, getPropertyEditorMessage, getTexts, getTexts, getTimezone, invalidInput, invokeCommand, isCommand, setCommand, setErrorMessages, setErrors, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.atlassian.jira.util.ErrorCollection
addError, addErrorMessage, addErrorMessages, addErrors, getErrorMessages, getErrors, hasAnyErrors, setErrorMessages
 
Methods inherited from interface webwork.action.CommandDriven
setCommand
 

Field Detail

title

String title

baseURL

String baseURL

mode

String mode

license

String license

attachmentPath

String attachmentPath

indexPath

String indexPath

enableBackup

boolean enableBackup

backupPath

String backupPath

language

String language

encoding

Map encoding
Constructor Detail

Setup

public Setup(IssueIndexManager indexManager,
             IndexLanguageToLocaleMapper languageToLocaleMapper)
Method Detail

doDefault

public String doDefault()
                 throws Exception
Overrides:
doDefault in class webwork.action.ActionSupport
Throws:
Exception

doValidation

protected void doValidation()
Overrides:
doValidation in class webwork.action.ActionSupport

doInput

public String doInput()
               throws Exception
Throws:
Exception

doExecute

protected String doExecute()
                    throws Exception
Overrides:
doExecute in class webwork.action.ActionSupport
Throws:
Exception

setNext

public void setNext(String next)

getTitle

public String getTitle()

setTitle

public void setTitle(String title)

getMode

public String getMode()

setMode

public void setMode(String mode)

getBaseURL

public String getBaseURL()

setBaseURL

public void setBaseURL(String baseURL)

getLicense

public String getLicense()

setLicense

public void setLicense(String license)

getAllowedModes

public Map getAllowedModes()

getAttachmentPath

public String getAttachmentPath()

setAttachmentPath

public void setAttachmentPath(String attachmentPath)

getIndexPath

public String getIndexPath()

setIndexPath

public void setIndexPath(String indexPath)

isEnableBackup

public boolean isEnableBackup()

setEnableBackup

public void setEnableBackup(boolean enableBackup)

getBackupPath

public String getBackupPath()

setBackupPath

public void setBackupPath(String backupPath)

getLanguage

public String getLanguage()
Overrides:
getLanguage in class JiraWebActionSupport

setLanguage

public void setLanguage(String language)

getUnavailableLocales

public Collection getUnavailableLocales()

getBooleanList

public Collection getBooleanList()


Copyright © 2002-2007 Atlassian. All Rights Reserved.