Uses of Interface
com.atlassian.bamboo.plan.PlanExecutableAgentsHelper

Packages that use PlanExecutableAgentsHelper
com.atlassian.bamboo.build   
com.atlassian.bamboo.plan   
com.atlassian.bamboo.plugins.rest.model.chain   
com.atlassian.bamboo.plugins.rest.service   
com.atlassian.bamboo.v2.build.queue   
com.atlassian.bamboo.ww2.actions   
 

Uses of PlanExecutableAgentsHelper in com.atlassian.bamboo.build
 

Methods in com.atlassian.bamboo.build with parameters of type PlanExecutableAgentsHelper
 void ChainResultsAction.setPlanExecutableAgentsHelper(PlanExecutableAgentsHelper planExecutableAgentsHelper)
           
 

Uses of PlanExecutableAgentsHelper in com.atlassian.bamboo.plan
 

Classes in com.atlassian.bamboo.plan that implement PlanExecutableAgentsHelper
 class PlanExecutableAgentsHelperImpl
           
 

Uses of PlanExecutableAgentsHelper in com.atlassian.bamboo.plugins.rest.model.chain
 

Constructors in com.atlassian.bamboo.plugins.rest.model.chain with parameters of type PlanExecutableAgentsHelper
RestChainResult(ChainResultsSummary buildSummary, java.lang.String jiraHostUrl, javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.UriBuilder baseUriBuilder, boolean detailedResult, BuildManager buildManager, BuildExecutionManager buildExecutionManager, PlanExecutionManager planExecutionManager, BuildQueueManager buildQueueManager, StageStatusHelper stageStatusHelper, PlanExecutableAgentsHelper planExecutableAgentsHelper)
           
RestChainResult(ChainResultsSummary buildSummary, java.lang.String jiraHostUrl, javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.UriBuilder baseUriBuilder, StageStatusHelper stageStatusHelper, PlanExecutableAgentsHelper planExecutableAgentsHelper)
           
RestChainResultDetails(ChainResultsSummary buildSummary, java.lang.String jiraHostUrl, javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.UriBuilder baseUriBuilder, boolean detailedResult, BuildManager buildManager, BuildExecutionManager buildExecutionManager, PlanExecutionManager planExecutionManager, BuildQueueManager buildQueueManager, StageStatusHelper stageStatusHelper, PlanExecutableAgentsHelper planExecutableAgentsHelper)
           
RestStageResult(ChainStageResult chainStageResult, java.lang.String jiraHostUrl, javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.UriBuilder baseUriBuilder, boolean detailedResults, BuildManager buildManager, BuildExecutionManager buildExecutionManager, PlanExecutionManager planExecutionManager, BuildQueueManager buildQueueManager, StageStatusHelper stageStatusHelper, java.util.List<ChainStageResult> chainStageResults, PlanExecutableAgentsHelper planExecutableAgentsHelper)
           
 

Uses of PlanExecutableAgentsHelper in com.atlassian.bamboo.plugins.rest.service
 

Constructors in com.atlassian.bamboo.plugins.rest.service with parameters of type PlanExecutableAgentsHelper
ResultServiceImpl(BuildManager buildManager, BambooUserManager bambooUserManager, ResultsSummaryManager resultsSummaryManager, JiraServerManager jiraServerManager, AdministrationConfigurationManager administrationConfigurationManager, LabelManager labelManager, CommentManager commentManager, com.atlassian.event.EventManager eventManager, ProjectManager projectManager, BuildExecutionManager buildExecutionManager, BuildQueueManager buildQueueManager, PlanManager planManager, PlanExecutionManager planExecutionManager, StageStatusHelper stageStatusHelper, PlanExecutableAgentsHelper planExecutableAgentsHelper)
           
 

Uses of PlanExecutableAgentsHelper in com.atlassian.bamboo.v2.build.queue
 

Constructors in com.atlassian.bamboo.v2.build.queue with parameters of type PlanExecutableAgentsHelper
BuildQueueManagerImpl(com.atlassian.event.EventManager eventManager, BuildExecutionManager buildExecutionManager, PlanManager planManager, org.springframework.jms.core.JmsTemplate jmsTemplate, com.atlassian.plugin.PluginAccessor pluginAccessor, ErrorUpdateHandler errorUpdateHandler, BootstrapManager bootstrapManager, BuildResultsSummaryManager buildResultsSummaryManager, PlanExecutableAgentsHelper planExecutableAgentsHelper)
           
 

Uses of PlanExecutableAgentsHelper in com.atlassian.bamboo.ww2.actions
 

Fields in com.atlassian.bamboo.ww2.actions declared as PlanExecutableAgentsHelper
protected  PlanExecutableAgentsHelper ChainActionSupport.planExecutableAgentsHelper
           
 

Methods in com.atlassian.bamboo.ww2.actions with parameters of type PlanExecutableAgentsHelper
 void ChainActionSupport.setPlanExecutableAgentsHelper(PlanExecutableAgentsHelper planExecutableAgentsHelper)
           
 



Copyright © 2010 Atlassian. All Rights Reserved.