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

java.lang.Object
  extended byActionSupport
      extended bycom.atlassian.jira.action.JiraActionSupport
          extended bycom.atlassian.jira.web.action.JiraWebActionSupport
              extended bycom.atlassian.jira.web.action.setup.AbstractSetupAction
                  extended bycom.atlassian.jira.web.action.setup.SetupImport

public class SetupImport
extends AbstractSetupAction

See Also:
Serialized Form

Field Summary
static java.lang.String OLD_LICENSE_PAGE
           
 
Fields inherited from class com.atlassian.jira.web.action.setup.AbstractSetupAction
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, permissionManager, request
 
Fields inherited from class com.atlassian.jira.action.JiraActionSupport
log
 
Constructor Summary
SetupImport()
           
 
Method Summary
 java.lang.String doDefault()
           
protected  java.lang.String doExecute()
           
protected  void doValidation()
           
 java.lang.String getFilename()
           
 java.lang.String getIndexPath()
           
 java.lang.String getXml()
           
protected  boolean licenseTooOld()
           
 void setFilename(java.lang.String filename)
           
 void setIndexPath(java.lang.String indexPath)
           
 void setXml(java.lang.String xml)
           
 
Methods inherited from class com.atlassian.jira.web.action.setup.AbstractSetupAction
setupAlready
 
Methods inherited from class com.atlassian.jira.web.action.JiraWebActionSupport
getAssignableUsers, getAssignableUsers, getCachedGroups, getComponentManager, getConstantsManager, getDefaultAssignee, getField, getLocale, getOutlookDate, getProjectManager, getPropertySet, getRedirect, getRemoteUser, getText, getText, getText, getText, getUserFullName, getUserPreferences, isDefaultAssignee, isDefaultAssignee, isHasIssuePermission, isHasIssuePermission, isHasPermission, isHasPermission, isHasPermission, isHasProjectPermission, isHasProjectPermission, processDefaultAssignee, processDefaultAssignee
 
Methods inherited from class com.atlassian.jira.action.JiraActionSupport
addErrorMessages, addErrors, execute, getActionName, getApplicationProperties, getDelegator, getLocaleUtils, getResult, isIndexing
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OLD_LICENSE_PAGE

public static final java.lang.String OLD_LICENSE_PAGE
See Also:
Constant Field Values
Constructor Detail

SetupImport

public SetupImport()
Method Detail

doDefault

public java.lang.String doDefault()
                           throws java.lang.Exception
Throws:
java.lang.Exception

doValidation

protected void doValidation()

doExecute

protected java.lang.String doExecute()
                              throws java.lang.Exception
Throws:
java.lang.Exception

licenseTooOld

protected boolean licenseTooOld()

getFilename

public java.lang.String getFilename()

setFilename

public void setFilename(java.lang.String filename)

getXml

public java.lang.String getXml()

setXml

public void setXml(java.lang.String xml)

getIndexPath

public java.lang.String getIndexPath()

setIndexPath

public void setIndexPath(java.lang.String indexPath)