Class BuildJsonProviderAction

java.lang.Object
com.opensymphony.xwork2.ActionSupport
com.atlassian.bamboo.ww2.BambooActionSupport
com.atlassian.bamboo.ww2.actions.build.BuildJsonProviderAction
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
Direct Known Subclasses:
DashboardSummaryAction

public class BuildJsonProviderAction extends BambooActionSupport
See Also:
  • Field Details

  • Constructor Details

    • BuildJsonProviderAction

      public BuildJsonProviderAction()
  • Method Details

    • streamJson

      public void streamJson(JsonStream stream) throws IOException, com.opensymphony.webwork.dispatcher.json.JSONException
      Specified by:
      streamJson in interface JsonStreamingAction
      Overrides:
      streamJson in class BambooActionSupport
      Throws:
      IOException
      com.opensymphony.webwork.dispatcher.json.JSONException
    • setBuildQueueManager

      public void setBuildQueueManager(BuildQueueManager buildQueueManager)
    • setBuildExecutionManager

      public void setBuildExecutionManager(BuildExecutionManager buildExecutionManager)
    • setAgentManager

      public void setAgentManager(AgentManager agentManager)
    • setTextProvider

      public void setTextProvider(com.opensymphony.xwork2.TextProvider textProvider)
    • setShowBuilding

      public void setShowBuilding(boolean showBuilding)
    • setShowQueued

      public void setShowQueued(boolean showQueued)
    • setPlanKey

      public void setPlanKey(String planKey)
    • setTriggerManager

      public void setTriggerManager(TriggerManager triggerManager)
    • setExecutableAgentsHelper

      public void setExecutableAgentsHelper(ExecutableAgentsHelper executableAgentsHelper)
    • setDeploymentsInProgressService

      public void setDeploymentsInProgressService(DeploymentsInProgressService deploymentsInProgressService)