com.atlassian.jira.web.action.setup
Class Setup3
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.Setup3
- All Implemented Interfaces:
- webwork.action.Action, webwork.action.CommandDriven, ErrorCollection, I18nHelper, webwork.action.IllegalArgumentAware, Serializable
- public class Setup3
- extends AbstractSetupAction
This setup step is used to setup the MailListener
- See Also:
- Serialized Form
Fields inherited from class webwork.action.ActionSupport |
command, errorMap, errorMessages |
Fields inherited from interface webwork.action.Action |
ERROR, INPUT, LOGIN, NONE, SUCCESS |
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, getServerId, 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, 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 webwork.action.CommandDriven |
setCommand |
session
String session
server
String server
smtpUsername
String smtpUsername
smtpPassword
String smtpPassword
smtpPort
String smtpPort
from
String from
noemail
String noemail
name
String name
desc
String desc
prefix
String prefix
Setup3
public Setup3()
doDefault
public String doDefault()
throws Exception
- Throws:
Exception
doExecute
protected String doExecute()
throws Exception
- Throws:
Exception
doValidation
protected void doValidation()
getSession
public String getSession()
setSession
public void setSession(String session)
getServer
public String getServer()
setServer
public void setServer(String server)
getFrom
public String getFrom()
setFrom
public void setFrom(String from)
getPrefix
public String getPrefix()
setPrefix
public void setPrefix(String prefix)
getNoemail
public String getNoemail()
setNoemail
public void setNoemail(String noemail)
getName
public String getName()
setName
public void setName(String name)
getDesc
public String getDesc()
setDesc
public void setDesc(String desc)
getSmtpUsername
public String getSmtpUsername()
setSmtpUsername
public void setSmtpUsername(String smtpUsername)
getSmtpPassword
public String getSmtpPassword()
setSmtpPassword
public void setSmtpPassword(String smtpPassword)
getSmtpPort
public String getSmtpPort()
setSmtpPort
public void setSmtpPort(String smtpPort)
Copyright © 2002-2007 Atlassian. All Rights Reserved.