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

Packages that use ExecutableAgentsHelper
com.atlassian.bamboo.agent.elastic.schedule   
com.atlassian.bamboo.build   
com.atlassian.bamboo.buildqueue.manager   
com.atlassian.bamboo.configuration.agent   
com.atlassian.bamboo.deployments.environments.actions.tasks   
com.atlassian.bamboo.plan   
com.atlassian.bamboo.spring   
com.atlassian.bamboo.v2.build.queue   
com.atlassian.bamboo.ww2.actions   
com.atlassian.bamboo.ww2.actions.admin.elastic   
com.atlassian.bamboo.ww2.actions.build.admin   
com.atlassian.bamboo.ww2.actions.build.admin.config   
com.atlassian.bamboo.ww2.actions.plans   
 

Uses of ExecutableAgentsHelper in com.atlassian.bamboo.agent.elastic.schedule
 

Constructors in com.atlassian.bamboo.agent.elastic.schedule with parameters of type ExecutableAgentsHelper
ElasticRunningInstancesOptimizerImpl(BuildQueueManager buildQueueManager, AgentManager agentManager, CachedPlanManager cachedPlanManager, ElasticInstanceManager elasticInstanceManager, ElasticAccountBean elasticAccountBean, BuildExecutionManager buildExecutionManager, BambooLicenseManager bambooLicenseManager, ResultsSummaryManager resultsSummaryManager, AdministrationConfigurationManager administrationConfigurationManager, com.opensymphony.xwork.TextProvider textProvider, AwsAccountBean awsAccountBean, ExecutableAgentsHelper executableAgentsHelper)
           
 

Uses of ExecutableAgentsHelper in com.atlassian.bamboo.build
 

Methods in com.atlassian.bamboo.build with parameters of type ExecutableAgentsHelper
 void ChainResultsAction.setExecutableAgentsHelper(ExecutableAgentsHelper executableAgentsHelper)
           
 

Uses of ExecutableAgentsHelper in com.atlassian.bamboo.buildqueue.manager
 

Fields in com.atlassian.bamboo.buildqueue.manager with type parameters of type ExecutableAgentsHelper
protected  com.google.common.base.Supplier<ExecutableAgentsHelper> AgentManagerImpl.executableAgentsHelper
           
 

Uses of ExecutableAgentsHelper in com.atlassian.bamboo.configuration.agent
 

Methods in com.atlassian.bamboo.configuration.agent with parameters of type ExecutableAgentsHelper
 void ViewAgents.setExecutableAgentsHelper(ExecutableAgentsHelper executableAgentsHelper)
           
 void ViewAgent.setExecutableAgentsHelper(ExecutableAgentsHelper executableAgentsHelper)
           
 

Uses of ExecutableAgentsHelper in com.atlassian.bamboo.deployments.environments.actions.tasks
 

Methods in com.atlassian.bamboo.deployments.environments.actions.tasks with parameters of type ExecutableAgentsHelper
 void DescribeAgentAvailability.setExecutableAgentsHelper(ExecutableAgentsHelper executableAgentsHelper)
           
 

Uses of ExecutableAgentsHelper in com.atlassian.bamboo.plan
 

Classes in com.atlassian.bamboo.plan that implement ExecutableAgentsHelper
 class ExecutableAgentsHelperImpl
           
 

Uses of ExecutableAgentsHelper in com.atlassian.bamboo.spring
 

Fields in com.atlassian.bamboo.spring with type parameters of type ExecutableAgentsHelper
static com.google.common.base.Supplier<ExecutableAgentsHelper> ComponentAccessor.EXECUTABLE_AGENTS_HELPER
           
 

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

Constructors in com.atlassian.bamboo.v2.build.queue with parameters of type ExecutableAgentsHelper
BuildQueueManagerImpl(com.atlassian.event.api.EventPublisher eventPublisher, BuildExecutionManager buildExecutionManager, PlanManager planManager, org.springframework.jms.core.JmsTemplate jmsTemplate, com.atlassian.plugin.PluginAccessor pluginAccessor, ErrorUpdateHandler errorUpdateHandler, BootstrapManager bootstrapManager, org.springframework.transaction.support.TransactionTemplate transactionTemplate, ExecutableAgentsHelper executableAgentsHelper, CustomVariableContextRunner customVariableContextRunner, EnvironmentService environmentService, ExecutionPhaseService executionPhaseService)
           
 

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

Fields in com.atlassian.bamboo.ww2.actions declared as ExecutableAgentsHelper
protected  ExecutableAgentsHelper ChainActionSupport.executableAgentsHelper
           
 

Methods in com.atlassian.bamboo.ww2.actions with parameters of type ExecutableAgentsHelper
 void ChainActionSupport.setExecutableAgentsHelper(ExecutableAgentsHelper executableAgentsHelper)
           
 

Uses of ExecutableAgentsHelper in com.atlassian.bamboo.ww2.actions.admin.elastic
 

Methods in com.atlassian.bamboo.ww2.actions.admin.elastic with parameters of type ExecutableAgentsHelper
 void ConfigureElasticImageConfiguration.setExecutableAgentsHelper(ExecutableAgentsHelper executableAgentsHelper)
           
 

Uses of ExecutableAgentsHelper in com.atlassian.bamboo.ww2.actions.build.admin
 

Methods in com.atlassian.bamboo.ww2.actions.build.admin with parameters of type ExecutableAgentsHelper
 void ViewBuildConfiguration.setExecutableAgentsHelper(ExecutableAgentsHelper executableAgentsHelper)
           
 

Uses of ExecutableAgentsHelper in com.atlassian.bamboo.ww2.actions.build.admin.config
 

Methods in com.atlassian.bamboo.ww2.actions.build.admin.config with parameters of type ExecutableAgentsHelper
 void DescribeAgentAvailability.setExecutableAgentsHelper(ExecutableAgentsHelper executableAgentsHelper)
           
 void ConfigureBuildRequirement.setExecutableAgentsHelper(ExecutableAgentsHelper executableAgentsHelper)
           
 

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

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



Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.