Uses of Interface
com.atlassian.bamboo.plan.ExecutableAgentsHelper
Package
Description
-
Uses of ExecutableAgentsHelper in com.atlassian.bamboo.agent
Modifier and TypeMethodDescriptionvoid
AgentConsoleAction.setExecutableAgentsHelper
(ExecutableAgentsHelper executableAgentsHelper) ModifierConstructorDescriptionAgentExecutableServiceImpl
(CapabilitySetManager capabilitySetManager, ExecutableAgentsHelper executableAgentsHelper, BambooCachingPermissionManagerFacade cachingPermissionManagerFacade, EnvironmentService environmentService) -
Uses of ExecutableAgentsHelper in com.atlassian.bamboo.deployments.environments.actions.tasks
Modifier and TypeMethodDescriptionvoid
DescribeAgentAvailability.setExecutableAgentsHelper
(ExecutableAgentsHelper executableAgentsHelper) -
Uses of ExecutableAgentsHelper in com.atlassian.bamboo.deployments.environments.requirement
ModifierConstructorDescriptionEnvironmentRequirementServiceImpl
(com.atlassian.struts.TextProvider textProvider, AuditLogService auditLogService, com.atlassian.event.api.EventPublisher eventPublisher, CapabilityHelper capabilityHelper, TaskManager taskManager, ElasticFunctionalityFacade elasticFunctionalityFacade, ExecutableAgentsHelper executableAgentsHelper, EnvironmentService environmentService, EnvironmentDao environmentDao, PlanScheduler planScheduler, EnvironmentCustomConfigService environmentCustomConfigService) -
Uses of ExecutableAgentsHelper in com.atlassian.bamboo.plan
-
Uses of ExecutableAgentsHelper in com.atlassian.bamboo.plugins.rest.model.chain
ModifierConstructorDescriptionRestChainResult
(ChainResultsSummary buildSummary, javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.UriBuilder baseUriBuilder, boolean detailedResult, @Nullable BuildLoggerManager buildLoggerManager, @Nullable PlanExecutionManager planExecutionManager, @Nullable BuildQueueManager buildQueueManager, StageStatusHelper stageStatusHelper, ExecutableAgentsHelper executableAgentsHelper, BuildLogFileAccessorFactory buildLogFileAccessorFactory, PlanRestService planRestService, ArtifactLinkManager artifactLinkManager) RestChainResult
(ChainResultsSummary buildSummary, javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.UriBuilder baseUriBuilder, StageStatusHelper stageStatusHelper, ExecutableAgentsHelper executableAgentsHelper, BuildLogFileAccessorFactory buildLogFileAccessorFactory, PlanRestService planRestService, ArtifactLinkManager artifactLinkManager) RestChainResultDetails
(ChainResultsSummary buildSummary, javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.UriBuilder baseUriBuilder, boolean detailedResult, BuildLoggerManager buildLoggerManager, PlanExecutionManager planExecutionManager, BuildQueueManager buildQueueManager, StageStatusHelper stageStatusHelper, ExecutableAgentsHelper executableAgentsHelper, BuildLogFileAccessorFactory buildLogFileAccessorFactory, PlanRestService planRestService, ArtifactLinkManager artifactLinkManager) RestStageResult
(ChainStageResult chainStageResult, javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.UriBuilder baseUriBuilder, boolean detailedResults, BuildLoggerManager buildLoggerManager, PlanExecutionManager planExecutionManager, BuildQueueManager buildQueueManager, StageStatusHelper stageStatusHelper, List<ChainStageResult> chainStageResults, ExecutableAgentsHelper executableAgentsHelper, BuildLogFileAccessorFactory buildLogFileAccessorFactory, PlanRestService planRestService) -
Uses of ExecutableAgentsHelper in com.atlassian.bamboo.plugins.rest.plan.stage.job
ModifierConstructorDescriptionJobConversionFunction
(BambooPermissionManager bambooPermissionManager, ExecutableAgentsHelper executableAgentsHelper, FeatureManager featureManager, LinkService linkService, PaginationService paginationService, StageConversionFunction stageConversionFunction, TaskConversionFunction taskConversionFunction, TaskService taskService) -
Uses of ExecutableAgentsHelper in com.atlassian.bamboo.plugins.rest.service
ModifierConstructorDescriptionResultServiceImpl
(AdministrationConfigurationAccessor administrationConfigurationAccessor, ArtifactLinkManager artifactLinkManager, BambooUserManager bambooUserManager, BuildLogFileAccessorFactory buildLogFileAccessorFactory, BuildLoggerManager buildLoggerManager, BuildQueueManager buildQueueManager, CommentService commentService, ExecutableAgentsHelper executableAgentsHelper, com.atlassian.sal.api.message.I18nResolver i18nResolver, LabelManager labelManager, PlanExecutionManager planExecutionManager, PlanRestService planRestService, ProjectsRestService projectsRestService, ResultsSummaryManager resultsSummaryManager, StageStatusHelper stageStatusHelper, RestAuthenticationContext restAuthenticationContext) -
Uses of ExecutableAgentsHelper in com.atlassian.bamboo.spring
Modifier and TypeFieldDescriptionstatic final Supplier<ExecutableAgentsHelper>
ComponentAccessor.EXECUTABLE_AGENTS_HELPER
Deprecated. -
Uses of ExecutableAgentsHelper in com.atlassian.bamboo.v2.build.queue
ModifierConstructorDescriptionBuildQueueManagerImpl
(@NotNull AgentManager agentManager, @NotNull com.atlassian.event.api.EventPublisher eventPublisher, @NotNull com.atlassian.plugin.PluginAccessor pluginAccessor, @NotNull ErrorUpdateHandler errorUpdateHandler, @NotNull ExecutableAgentsHelper executableAgentsHelper, @NotNull CustomVariableContextRunner customVariableContextRunner, @NotNull ExecutionPhaseService executionPhaseService, @NotNull XStreamFactory xStreamFactory, @NotNull org.springframework.transaction.support.TransactionTemplate transactionTemplate, @NotNull EphemeralAgentsLaunchRequestRegistry ephemeralAgentsLaunchRequestRegistry) -
Uses of ExecutableAgentsHelper in com.atlassian.bamboo.v2.build.requirement
ModifierConstructorDescriptionRequirementServiceImpl
(CachedPlanManager cachedPlanManager, com.atlassian.struts.TextProvider textProvider, PlanManager planManager, AuditLogService auditLogService, com.atlassian.event.api.EventPublisher eventPublisher, BambooPermissionManager bambooPermissionManager, CapabilityHelper capabilityHelper, TaskManager taskManager, ElasticFunctionalityFacade elasticFunctionalityFacade, ExecutableAgentsHelper executableAgentsHelper) -
Uses of ExecutableAgentsHelper in com.atlassian.bamboo.ww2.actions
Modifier and TypeFieldDescriptionprotected ExecutableAgentsHelper
ChainActionSupport.executableAgentsHelper
Modifier and TypeMethodDescriptionvoid
ChainActionSupport.setExecutableAgentsHelper
(ExecutableAgentsHelper executableAgentsHelper) -
Uses of ExecutableAgentsHelper in com.atlassian.bamboo.ww2.actions.build
Modifier and TypeMethodDescriptionvoid
BuildJsonProviderAction.setExecutableAgentsHelper
(ExecutableAgentsHelper executableAgentsHelper) -
Uses of ExecutableAgentsHelper in com.atlassian.bamboo.ww2.actions.build.admin.config
Modifier and TypeMethodDescriptionvoid
DescribeAgentAvailability.setExecutableAgentsHelper
(ExecutableAgentsHelper executableAgentsHelper) -
Uses of ExecutableAgentsHelper in com.atlassian.bamboo.ww2.actions.plans
Modifier and TypeMethodDescriptionstatic @Nullable String
AgentAvailabilityHintHelper.getAgentUnavailabilityHint
(@NotNull ExecutableAgentsHelper executableAgentsHelper, @NotNull ElasticFunctionalityFacade elasticFunctionalityFacade, @NotNull AdministrationConfigurationAccessor administrationConfigurationAccessor, @NotNull com.atlassian.core.i18n.I18nTextProvider textProvider, @NotNull ImmutableJob job, boolean assumeInstanceForEveryImage) Returns a string describing the reason for which a job can't (won't) be built.