Class ConfigureCapability

java.lang.Object
com.opensymphony.xwork2.ActionSupport
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.Preparable, com.opensymphony.xwork2.TextProvider, com.opensymphony.xwork2.Validateable, Serializable

public class ConfigureCapability extends GlobalAdminAction implements com.opensymphony.xwork2.Preparable
See Also:
  • Constructor Details

    • ConfigureCapability

      public ConfigureCapability()
  • Method Details

    • prepare

      public void prepare() throws Exception
      Specified by:
      prepare in interface com.opensymphony.xwork2.Preparable
      Throws:
      Exception
    • doUpdate

      public String doUpdate() throws Exception
      Throws:
      Exception
    • remove

      public String remove() throws Exception
      Throws:
      Exception
    • getAgentFromCapabilitySet

      @Nullable public @Nullable BuildAgent getAgentFromCapabilitySet(@NotNull @NotNull CapabilitySet capabilitySet)
    • getCapabilityId

      public Long getCapabilityId()
    • setCapabilityId

      public void setCapabilityId(Long capabilityId)
    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)
    • getCapability

      public Capability getCapability()
    • setCapabilitySetManager

      public void setCapabilitySetManager(CapabilitySetManager capabilitySetManager)
    • setAgentManager

      public void setAgentManager(AgentManager agentManager)
    • setCapabilityDao

      public void setCapabilityDao(CapabilityDao capabilityDao)