Class DescribeAgentAvailability

java.lang.Object
com.opensymphony.xwork2.ActionSupport
com.atlassian.bamboo.ww2.BambooActionSupport
com.atlassian.bamboo.deployments.environments.actions.tasks.DescribeAgentAvailability
All Implemented Interfaces:
JsonStreamingAction, ErrorCollection, BambooSessionAware, NavigationAware, DomainObjectSecurityAware, 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 DescribeAgentAvailability extends BambooActionSupport
See Also:
  • Constructor Details

    • DescribeAgentAvailability

      public DescribeAgentAvailability()
  • Method Details

    • doDefault

      public String doDefault() throws Exception
      Description copied from class: BambooActionSupport
      Default action just sends to the input
      Overrides:
      doDefault in class BambooActionSupport
      Throws:
      Exception
    • getExecutableAgentsMatrix

      @NotNull public @NotNull ExecutableAgentsMatrix getExecutableAgentsMatrix()
    • isElasticBambooEnabled

      public boolean isElasticBambooEnabled()
    • isEphemeralAgentsEnabled

      public boolean isEphemeralAgentsEnabled()
    • sortMatchingAgents

      public List<BuildAgent> sortMatchingAgents(Collection<BuildAgent> matchingAgents)
    • getEnvironmentId

      public long getEnvironmentId()
    • setEnvironmentId

      public void setEnvironmentId(long environmentId)
    • isShortened

      public boolean isShortened()
    • setShortened

      public void setShortened(boolean shortened)
    • setElasticFunctionalityFacade

      public void setElasticFunctionalityFacade(ElasticFunctionalityFacade elasticFunctionalityFacade)
    • setExecutableAgentsHelper

      public void setExecutableAgentsHelper(ExecutableAgentsHelper executableAgentsHelper)