com.atlassian.jira.web.action.admin.issuetypes
Class MigrateIssueTypes
java.lang.Object
webwork.action.ActionSupport
com.atlassian.jira.action.JiraActionSupport
com.atlassian.jira.web.action.JiraWebActionSupport
com.atlassian.jira.web.action.ProjectActionSupport
com.atlassian.jira.web.action.IssueActionSupport
com.atlassian.jira.web.action.issue.bulkedit.AbstractBulkOperationAction
com.atlassian.jira.web.action.issue.bulkedit.AbstractBulkOperationDetailsAction
com.atlassian.jira.web.action.issue.bulkedit.BulkMove
com.atlassian.jira.web.action.issue.bulkedit.BulkMigrate
com.atlassian.jira.web.action.admin.issuetypes.MigrateIssueTypes
- All Implemented Interfaces:
- ErrorCollection, I18nHelper, HttpServletVariables, AuthorizationSupport, Serializable, webwork.action.Action, webwork.action.CommandDriven, webwork.action.IllegalArgumentAware
public class MigrateIssueTypes
- extends BulkMigrate
- 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.issue.bulkedit.BulkMigrate |
doChooseSubTaskContext, doDetails, getBulkEditBean, getBulkMigrateOperation, getCurrentRootBulkEditBean, getMultiBulkMoveBean, getOperationDetailsActionName, getprojectFieldName, getRedirect, getSameAsBulkEditBean, setSameAsBulkEditBean |
| Methods inherited from class com.atlassian.jira.web.action.issue.bulkedit.BulkMove |
doContextValidation, doDetailsValidation, doFieldsValidation, doStatusValidation, getConstantsManager, getCurrentIssueType, getCurrentTargetPid, getCurrentTargetProject, getFieldHtml, getFieldHtml, getFieldHtml, getFieldName, getFieldViewHtml, getIssueObject, getMappingViewHtml, getMoveFieldLayoutItems, getNewViewHtml, getNewViewHtml, getStatusName, getSubstitutionsForField, getTargetWorkflowStatuses, getWorkflowForType, isAllowProjectEdit, isAllowProjectEdit, isAvailable, isFieldUsingSubstitutions, isHasAvailableActions, isIssueTypesAvailable, isRetainMandatory, isSubTaskPhase, isSubTaskTypesAvailable, populateFromParams, progressToLastStep, redirectToStart, setSubTaskPhase |
| Methods inherited from class com.atlassian.jira.web.action.IssueActionSupport |
addIssueToHistory, clearSelectedIssue, getAttachmentManager, getCurrentFailedLoginCount, getCurrentJQL, getCustomFieldManager, getDaysPerWeek, getEverLoggedIn, getHoursPerDay, getIssueManager, getLastFailedLogin, getLastLogin, getLoginCount, getPossibleVersions, getPossibleVersionsReleasedFirst, getPrettyDuration, getPreviousLogin, getSearchRequest, getSelectedIssueId, getSessionPagerFilterManager, getSessionSearchRequestManager, getSessionSearchRequestManagerFactory, getSessionSelectedIssueManager, getTotalFailedLoginCount, getUrlEncoded, getWorkflow, getWorkflowTransitionDescription, getWorkflowTransitionDisplayName, isCustomFieldHidden, isElevatedSecurityCheckRequired, isFieldHidden, isFieldHidden, isTimeTrackingEnabled, setSearchRequest, setSelectedIssueId, updateSearchRequest |
| Methods inherited from class com.atlassian.jira.web.action.JiraWebActionSupport |
addError, addErrorCollection, addErrorMessage, addErrorMessageByKeyIfAbsent, addErrorMessageIfAbsent, addMessageToResponse, addReason, addReasons, forceRedirect, getAdministratorContactLink, getApplicationProperties, getAuthorizationSupport, getConglomerateCookieValue, 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, getRedirectSanitiser, getReturnUrl, getReturnUrlForCancelLink, getSearchSortDescriptions, getSelectedProject, getSelectedProjectObject, getServerId, getServletContext, getTimeFormat, getUriValidator, getUserFullName, getUserManager, getUserProjectHistoryManager, getVersionManager, getWebworkStack, getWebworkStack, getXsrfToken, hasErrorMessage, hasErrorMessageByKey, hasIssuePermission, hasPermission, 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, urlEncode |
| Methods inherited from class com.atlassian.jira.action.JiraActionSupport |
addErrorMessages, 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, removeKeyOrAddError |
| Methods inherited from class webwork.action.ActionSupport |
addError, addErrorMessage, doExecute, doValidation, getCommandName, 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 |
getCommandName, setCommand |
currentStep
protected int currentStep
nextBtn
protected String nextBtn
previousBtn
protected String previousBtn
finishButton
protected String finishButton
MigrateIssueTypes
public MigrateIssueTypes(BulkMoveOperation bulkMoveOperation,
FieldManager fieldManager,
WorkflowManager workflowManager,
ConstantsManager constantsManager,
IssueFactory issueFactory,
BulkMigrateOperation bulkMigrateOperation,
PermissionManager permissionManager,
SearchService searchService,
BulkEditBeanSessionHelper bulkEditBeanSessionHelper)
doDefault
public String doDefault()
throws Exception
- Overrides:
doDefault in class BulkMove
- Throws:
Exception
doStart
public String doStart()
throws Exception
- Overrides:
doStart in class BulkMigrate
- Throws:
Exception
doChooseContext
public String doChooseContext()
throws Exception
- Overrides:
doChooseContext in class BulkMigrate
- Throws:
Exception
doChooseStatus
public String doChooseStatus()
throws Exception
- Overrides:
doChooseStatus in class BulkMigrate
- Throws:
Exception
doSetFields
public String doSetFields()
throws Exception
- Overrides:
doSetFields in class BulkMigrate
- Throws:
Exception
doPerform
public String doPerform()
throws Exception
- Overrides:
doPerform in class BulkMigrate
- Throws:
Exception
getCurrentIssueContext
public IssueContext getCurrentIssueContext()
- Overrides:
getCurrentIssueContext in class BulkMigrate
getTotalSteps
public int getTotalSteps()
getIssueTypeEditHtml
public String getIssueTypeEditHtml()
progressSteps
protected String progressSteps()
throws Exception
- Throws:
Exception
isPreviousClicked
protected boolean isPreviousClicked()
isNextClicked
protected boolean isNextClicked()
isFinishClicked
protected boolean isFinishClicked()
isButtonClickedByName
protected boolean isButtonClickedByName(String name)
isButtonClicked
protected boolean isButtonClicked(String buttonValue,
String buttonName)
getCurrentStep
public int getCurrentStep()
setCurrentStep
public void setCurrentStep(int currentStep)
getNextBtn
public String getNextBtn()
setNextBtn
public void setNextBtn(String nextBtn)
getPreviousBtn
public String getPreviousBtn()
setPreviousBtn
public void setPreviousBtn(String previousBtn)
getFinishButton
public String getFinishButton()
setFinishButton
public void setFinishButton(String finishButton)
Copyright © 2002-2014 Atlassian. All Rights Reserved.