com.atlassian.jira.web.action.util
Class BugzillaImport

java.lang.Object
  extended bywebwork.action.ActionSupport
      extended bycom.atlassian.jira.action.JiraActionSupport
          extended bycom.atlassian.jira.web.action.JiraWebActionSupport
              extended bycom.atlassian.jira.web.action.util.BugzillaImport
All Implemented Interfaces:
webwork.action.Action, webwork.action.CommandDriven, ErrorCollection, I18nHelper, webwork.action.IllegalArgumentAware, Serializable

public class BugzillaImport
extends JiraWebActionSupport

See Also:
Serialized Form

Field Summary
 
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
BugzillaImport()
           
 
Method Summary
 String doDefault()
           
 String doExecute()
           
 String doMap()
           
 String doMonitor()
           
 String doRun()
           
 String doSetProjectDefaults()
           
protected  void doValidation()
           
 List getAvailableProjects()
           
 String getDriverName()
           
 boolean getEnableNotifications()
           
 String getImportLog()
           
 String getPassword()
           
 boolean getReuseExistingUsers()
           
 String[] getSelectedProjectIds()
           
 Map getSelectedProjectKeys()
           
 String[] getSelectedProjects()
           
 String getUrl()
           
 String getUsername()
           
 boolean isOnlyNew()
           
 boolean isReindex()
           
 void setDriverName(String driverName)
           
 void setEnablenotifications(boolean enableNotifications)
           
 void setOnlyNew(boolean onlyNew)
           
 void setPassword(String password)
           
 void setReindex(boolean reindex)
           
 void setReuseExistingUsers(boolean reuseExistingUsers)
           
 void setSelectedProjects(String[] selectList)
           
 void setUrl(String url)
           
 void setUsername(String name)
           
 
Methods inherited from class com.atlassian.jira.web.action.JiraWebActionSupport
addErrorCollection, forceRedirect, getAssignableUsers, getAssignableUsers, getCachedGroups, getCalendarTranslationFilenameForLanguage, getComponentManager, getConstantsManager, getDateFormat, getDateTimeFormat, getDescTranslation, getExternalLinkUtils, getField, getFlushedErrorMessages, getLanguage, getNameTranslation, getOutlookDate, getPermissionManager, getProjectManager, getPropertySet, getRedirect, getRemoteUser, getReturnUrl, getSavedFilters, getSelectedProject, getText, getTimeFormat, getUserFullName, getVersionManager, getWebworkStack, getWebworkStack, isHasCalendarTranslationForLanguage, isHasIssuePermission, isHasIssuePermission, isHasPermission, isHasPermission, isHasPermission, isHasProjectPermission, isHasProjectPermission, 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, 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
 

Constructor Detail

BugzillaImport

public BugzillaImport()
Method Detail

doDefault

public String doDefault()
                 throws Exception
Throws:
Exception

doValidation

protected void doValidation()

doExecute

public String doExecute()

doSetProjectDefaults

public String doSetProjectDefaults()
                            throws Exception
Throws:
Exception

doMap

public String doMap()
             throws Exception
Throws:
Exception

doRun

public String doRun()
             throws Exception
Throws:
Exception

doMonitor

public String doMonitor()
                 throws Exception
Throws:
Exception

getUsername

public String getUsername()

getSelectedProjects

public String[] getSelectedProjects()

getSelectedProjectIds

public String[] getSelectedProjectIds()

getSelectedProjectKeys

public Map getSelectedProjectKeys()

setSelectedProjects

public void setSelectedProjects(String[] selectList)

getAvailableProjects

public List getAvailableProjects()
                          throws Exception
Throws:
Exception

setUsername

public void setUsername(String name)

getPassword

public String getPassword()

setPassword

public void setPassword(String password)

getUrl

public String getUrl()

setUrl

public void setUrl(String url)

getDriverName

public String getDriverName()

setDriverName

public void setDriverName(String driverName)

getEnableNotifications

public boolean getEnableNotifications()

setEnablenotifications

public void setEnablenotifications(boolean enableNotifications)

setReuseExistingUsers

public void setReuseExistingUsers(boolean reuseExistingUsers)

getReuseExistingUsers

public boolean getReuseExistingUsers()

isReindex

public boolean isReindex()

setReindex

public void setReindex(boolean reindex)

isOnlyNew

public boolean isOnlyNew()

setOnlyNew

public void setOnlyNew(boolean onlyNew)

getImportLog

public String getImportLog()


Copyright © 2002-2006 Atlassian. All Rights Reserved.