public class ConfirmNewInstallationWithOldLicense extends JiraWebActionSupport
Security: This action is only accessible when a Johnson Event of type LicenseJohnsonEventRaiser.LICENSE_TOO_OLD is present in the JohnsonEventContainer
Trigger: The link to display this action is displayed in the Johnson errors page (errors.jsp)
LicenseJohnsonEventRaiser,
UpgradeLauncher,
JohnsonEventContainer,
Serialized FormJiraWebActionSupport.MessageTypeErrorCollection.ReasonI18nHelper.BeanFactory| Modifier and Type | Field and Description |
|---|---|
static String |
CLUSTERED_TIMEBOMB_ANCHOR |
static String |
EXTERNAL_LINK_JIRA_LICENSE_VIEW |
static String |
EXTERNAL_LINK_JIRA_LICENSE_VIEW_CLUSTERED |
static String |
EXTERNAL_LINK_JIRA_LICENSE_VIEW_TIMEBOMB |
static String |
LICENSE_DESC_LINK_CONTENT |
static String |
LICENSE_DESC_LINK_TIMEBOMB_CONTENT |
static String |
RADIO_OPTION_EVALUATION |
static String |
RADIO_OPTION_LICENSE |
ISSUE_NOT_FOUND_RESULT, PERMISSION_VIOLATION_RESULT, request, RETURN_URL_PARAMETER, savedFilterslog| Constructor and Description |
|---|
ConfirmNewInstallationWithOldLicense(JiraLicenseUpdaterService jiraLicenseService,
BuildUtilsInfo buildUtilsInfo,
JiraSystemRestarter jiraSystemRestarter,
com.atlassian.crowd.embedded.api.CrowdService crowdService,
PermissionManager permissionManager,
JiraProperties jiraSystemProperties,
ClusterManager clusterManager) |
| Modifier and Type | Method and Description |
|---|---|
String |
doDefault() |
protected String |
doExecute() |
protected void |
doValidation() |
BuildUtilsInfo |
getBuildUtilsInfo() |
String |
getCurrentBuildDate() |
Map<String,Object> |
getDataMap() |
Map<String,Object> |
getDataMapSuccess() |
String |
getLicense() |
LicenseDetails |
getLicenseDetails() |
Map<String,String> |
getLicenseStatusMessages() |
boolean |
getLoginInvalid() |
String |
getPassword() |
String |
getRadioOption() |
boolean |
getRadioOptionInvalid() |
boolean |
getUserInfoAvailable()
During upgrades from 4.2 or earlier to 4.3 or later the user information is not available until after the upgrade
has run.
|
String |
getUserName() |
void |
setLicense(String licenseString) |
void |
setLoginInvalid(boolean loginInvalid) |
void |
setPassword(String password) |
void |
setRadioOption(String radioOption) |
void |
setRadioOptionInvalid(boolean radioOptionInvalid) |
void |
setUserName(String userName) |
addError, addErrorCollection, addErrorMessage, addErrorMessageByKeyIfAbsent, addErrorMessageIfAbsent, addMessageToResponse, addReason, addReasons, forceRedirect, getAdministratorContactLink, getApplicationProperties, getAuthorizationSupport, getConglomerateCookieValue, getConstantsManager, getDateFormat, getDateTimeFormat, getDateTimeFormatter, getDescTranslation, getDmyDateFormatter, getEmptyResponse, getErrorMessages, getErrors, getField, getFlushedErrorMessages, getGlobalPermissionManager, getHint, getHintManager, getHttpRequest, getHttpResponse, getHttpSession, getJiraContactHelper, getJiraServiceContext, getLanguage, getLoggedInApplicationUser, getLoggedInUser, getNameTranslation, getOutlookDate, getPermissionManager, getProjectManager, getRandomHint, getReasons, getRedirect, getRedirect, getRedirectSanitiser, getReturnUrl, getReturnUrlForCancelLink, getSearchSortDescriptions, getSelectedProject, getSelectedProjectObject, getServerId, getServletContext, getTimeFormat, getUriValidator, getUserFullName, getUserManager, getUserProjectHistoryManager, getVersionManager, getWebworkStack, getWebworkStack, getXsrfToken, hasErrorMessage, hasErrorMessageByKey, hasGlobalPermission, hasIssuePermission, hasIssuePermission, hasPermission, hasProjectPermission, hasProjectPermission, htmlEncode, insertContextPath, isHasIssuePermission, isHasIssuePermission, isHasPermission, isHasPermission, isHasPermission, isHasProjectPermission, isHasProjectPermission, isInlineDialogMode, isSystemAdministrator, isUserExists, isUserExistsByKey, isUserExistsByName, returnComplete, returnComplete, returnCompleteWithInlineRedirect, returnCompleteWithInlineRedirectAndMsg, returnCompleteWithInlineRedirectAndMsg, returnMsgToUser, returnMsgToUser, setConglomerateCookieValue, setInline, setReasons, setReturnUrl, setSelectedProjectId, urlEncodeaddErrorMessages, addErrorMessages, addErrors, addIllegalArgumentException, execute, getActionName, getComponentInstanceOfType, getDefaultResourceBundle, getDelegator, getI18nHelper, getKeysForPrefix, getLocale, getOfBizDelegator, getRemoteUser, getResourceBundle, getResult, getText, getText, getText, getText, getText, getText, getText, getText, getText, getText, getText, getText, getText, getText, getUnescapedText, getUntransformedRawText, getUserPreferences, getWatcherManager, hasAnyErrors, isIndexing, isKeyDefined, removeKeyOrAddErroraddError, addErrorMessage, getCommandName, getHasErrorMessages, getHasErrors, getPropertyEditorMessage, getTexts, getTexts, getTimezone, invalidInput, invokeCommand, isCommand, setCommand, setErrorMessages, setErrors, validateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddError, addErrorMessage, addErrorMessages, addErrors, hasAnyErrors, setErrorMessagespublic static final String RADIO_OPTION_LICENSE
public static final String RADIO_OPTION_EVALUATION
public static final String EXTERNAL_LINK_JIRA_LICENSE_VIEW_CLUSTERED
public static final String EXTERNAL_LINK_JIRA_LICENSE_VIEW_TIMEBOMB
public static final String CLUSTERED_TIMEBOMB_ANCHOR
public static final String EXTERNAL_LINK_JIRA_LICENSE_VIEW
public static final String LICENSE_DESC_LINK_CONTENT
public static final String LICENSE_DESC_LINK_TIMEBOMB_CONTENT
public ConfirmNewInstallationWithOldLicense(JiraLicenseUpdaterService jiraLicenseService, BuildUtilsInfo buildUtilsInfo, JiraSystemRestarter jiraSystemRestarter, com.atlassian.crowd.embedded.api.CrowdService crowdService, PermissionManager permissionManager, JiraProperties jiraSystemProperties, ClusterManager clusterManager)
public String doDefault() throws Exception
doDefault in class webwork.action.ActionSupportExceptionprotected void doValidation()
doValidation in class webwork.action.ActionSupportprotected String doExecute() throws Exception
doExecute in class webwork.action.ActionSupportExceptionpublic LicenseDetails getLicenseDetails()
public void setUserName(String userName)
public void setPassword(String password)
public void setLicense(String licenseString)
public void setRadioOption(String radioOption)
public void setLoginInvalid(boolean loginInvalid)
public void setRadioOptionInvalid(boolean radioOptionInvalid)
public String getUserName()
public String getPassword()
public String getLicense()
public String getRadioOption()
public boolean getLoginInvalid()
public boolean getRadioOptionInvalid()
public BuildUtilsInfo getBuildUtilsInfo()
public String getCurrentBuildDate()
public boolean getUserInfoAvailable()
Copyright © 2002-2015 Atlassian. All Rights Reserved.