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   
com.atlassian.bamboo.ww2.actions.plans   
 

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, BuildExecutionManager buildExecutionManager, PlanExecutionManager planExecutionManager, BuildQueueManager buildQueueManager, StageStatusHelper stageStatusHelper, PlanExecutableAgentsHelper planExecutableAgentsHelper, BuildLogFileAccessorFactory buildLogFileAccessorFactory)
           
RestChainResult(ChainResultsSummary buildSummary, java.lang.String jiraHostUrl, javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.UriBuilder baseUriBuilder, StageStatusHelper stageStatusHelper, PlanExecutableAgentsHelper planExecutableAgentsHelper, BuildLogFileAccessorFactory buildLogFileAccessorFactory)
           
RestChainResultDetails(ChainResultsSummary buildSummary, java.lang.String jiraHostUrl, javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.UriBuilder baseUriBuilder, boolean detailedResult, BuildExecutionManager buildExecutionManager, PlanExecutionManager planExecutionManager, BuildQueueManager buildQueueManager, StageStatusHelper stageStatusHelper, PlanExecutableAgentsHelper planExecutableAgentsHelper, BuildLogFileAccessorFactory buildLogFileAccessorFactory)
           
RestStageResult(ChainStageResult chainStageResult, java.lang.String jiraHostUrl, javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.UriBuilder baseUriBuilder, boolean detailedResults, BuildExecutionManager buildExecutionManager, PlanExecutionManager planExecutionManager, BuildQueueManager buildQueueManager, StageStatusHelper stageStatusHelper, java.util.List<ChainStageResult> chainStageResults, PlanExecutableAgentsHelper planExecutableAgentsHelper, BuildLogFileAccessorFactory buildLogFileAccessorFactory)
           
 

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

Constructors in com.atlassian.bamboo.plugins.rest.service with parameters of type PlanExecutableAgentsHelper
ResultServiceImpl(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, BuildLogFileAccessorFactory buildLogFileAccessorFactory)
           
 

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)
           
 

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

Methods in com.atlassian.bamboo.ww2.actions.plans with parameters of type PlanExecutableAgentsHelper
static java.lang.String AgentAvailabilityHintHelper.getAgentUnavailabilityHint(PlanExecutableAgentsHelper planExecutableAgentsHelper, ElasticFunctionalityFacade elasticFunctionalityFacade, AdministrationConfigurationManager administrationConfigurationManager, com.atlassian.core.i18n.I18nTextProvider textProvider, Job job, boolean assumeInstanceForEveryImage)
          Returns a string describing the reason for which a job can't (won't) be built.
 



Copyright © 2011 Atlassian. All Rights Reserved.