Class ConfigureBuildMiscellaneousOptions

java.lang.Object
com.opensymphony.xwork2.ActionSupport
All Implemented Interfaces:
JsonStreamingAction, ErrorCollection, BambooSessionAware, BareBuildConfigurationAware, BuildConfigurationAware, NavigationAware, DomainObjectSecurityAware, GlobalReadSecurityAware, PlanViewConfigurationSecurityAware, PlanAware, ProjectAware, 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 ConfigureBuildMiscellaneousOptions extends BuildConfigurationSupport implements PlanViewConfigurationSecurityAware
See Also:
  • Constructor Details

    • ConfigureBuildMiscellaneousOptions

      public ConfigureBuildMiscellaneousOptions()
  • Method Details

    • input

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

      public String execute()
      Fills in plugins' defaults if their configuration is missing from BuildConfiguration
      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
    • create

      public String create() throws Exception
      Throws:
      Exception
    • getMiscellaneousBuildConfigurationEditHtmlList

      @NotNull public @NotNull List<String> getMiscellaneousBuildConfigurationEditHtmlList()
    • setPlanConfigurationUIPluginHelper

      public void setPlanConfigurationUIPluginHelper(PlanConfigurationUIPluginHelper planConfigurationUIPluginHelper)