Class SetupImportDataAction

java.lang.Object
com.opensymphony.xwork2.ActionSupport
All Implemented Interfaces:
JsonStreamingAction, ErrorCollection, BambooSessionAware, NavigationAware, DomainObjectSecurityAware, GlobalReadSecurityAware, ReturnUrlAware, com.atlassian.config.internal.SetupConstants, com.atlassian.core.i18n.I18nTextProvider, com.atlassian.struts.TextProvider, com.atlassian.struts.ValidationAware, com.opensymphony.xwork.ValidationAware, com.opensymphony.xwork2.Action, com.opensymphony.xwork2.interceptor.ValidationAware, com.opensymphony.xwork2.LocaleProvider, com.opensymphony.xwork2.TextProvider, com.opensymphony.xwork2.Validateable, Serializable

public class SetupImportDataAction extends AbstractSetupAction
See Also:
  • Constructor Details

    • SetupImportDataAction

      public SetupImportDataAction()
  • Method Details

    • input

      public String input() throws Exception
      Overrides:
      input in class com.opensymphony.xwork2.ActionSupport
      Throws:
      Exception
    • execute

      public String execute()
      Specified by:
      execute in interface com.opensymphony.xwork2.Action
      Overrides:
      execute in class com.opensymphony.xwork2.ActionSupport
    • validate

      public void validate()
      Specified by:
      validate in interface com.opensymphony.xwork2.Validateable
      Overrides:
      validate in class com.opensymphony.xwork2.ActionSupport
    • getImportOptions

      public Map<String,String> getImportOptions()
    • setDataOption

      public void setDataOption(String dataOption)
    • getDataOption

      public String getDataOption()
    • getImportPath

      public String getImportPath()
    • setImportPath

      public void setImportPath(String importPath)
    • isImportSuccessful

      public boolean isImportSuccessful()
    • setImportSuccessful

      public void setImportSuccessful(boolean importSuccessful)