Class ConfigureBuildDocker

java.lang.Object
com.opensymphony.xwork2.ActionSupport
All Implemented Interfaces:
JsonStreamingAction, ErrorCollection, BambooSessionAware, BuildableAware, 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 ConfigureBuildDocker extends BuildActionSupport implements PlanViewConfigurationSecurityAware
See Also:
  • Constructor Details

    • ConfigureBuildDocker

      public ConfigureBuildDocker()
  • Method Details

    • input

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

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

      public Map<String,String> getIsolationOptions()
    • isSaved

      public boolean isSaved()
    • setSaved

      public void setSaved(boolean saved)
    • getIsolationType

      public String getIsolationType()
    • setIsolationType

      public void setIsolationType(String isolationType)
    • getDockerHandlers

      public List<DockerConfigurationProviders.Config> getDockerHandlers()