Class AbstractPluginConfigurationAction

java.lang.Object
com.opensymphony.xwork2.ActionSupport
com.atlassian.bamboo.ww2.BambooActionSupport
com.atlassian.bamboo.configuration.plugins.AbstractPluginConfigurationAction
All Implemented Interfaces:
JsonStreamingAction, ErrorCollection, BambooSessionAware, NavigationAware, DomainObjectSecurityAware, GlobalAdminSecurityAware, GlobalReadSecurityAware, ReturnUrlAware, 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 AbstractPluginConfigurationAction extends BambooActionSupport implements GlobalAdminSecurityAware
See Also:
  • Constructor Details

    • AbstractPluginConfigurationAction

      public AbstractPluginConfigurationAction()
  • Method Details

    • setNewLabel

      public void setNewLabel(String label)
      The user entered JDK label
      Parameters:
      label - The label
    • setOldLabel

      public void setOldLabel(String label)
      The original value of the user entered JDK label
      Parameters:
      label - The label
    • getNewLabel

      public String getNewLabel()
    • getOldLabel

      public String getOldLabel()
    • getHomeDirectory

      public String getHomeDirectory()
    • setHomeDirectory

      public void setHomeDirectory(String homeDirectory)
      The user entered home directory
      Parameters:
      homeDirectory - The myJdk's home directory
    • getSecuredDomainObject

      public Object getSecuredDomainObject()
      Specified by:
      getSecuredDomainObject in interface DomainObjectSecurityAware
      Overrides:
      getSecuredDomainObject in class BambooActionSupport