Uses of Interface
com.atlassian.bamboo.plan.ExecutableAgentsHelper
-
-
Uses of ExecutableAgentsHelper in com.atlassian.bamboo.agent
Methods in com.atlassian.bamboo.agent with parameters of type ExecutableAgentsHelper Modifier and Type Method Description void
AgentConsoleAction. setExecutableAgentsHelper(ExecutableAgentsHelper executableAgentsHelper)
Constructors in com.atlassian.bamboo.agent with parameters of type ExecutableAgentsHelper Constructor Description AgentExecutableServiceImpl(CapabilitySetManager capabilitySetManager, ExecutableAgentsHelper executableAgentsHelper, BambooCachingPermissionManagerFacade cachingPermissionManagerFacade, EnvironmentService environmentService)
-
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 Modifier and Type Method Description void
DescribeAgentAvailability. setExecutableAgentsHelper(ExecutableAgentsHelper executableAgentsHelper)
-
Uses of ExecutableAgentsHelper in com.atlassian.bamboo.deployments.environments.requirement
Constructors in com.atlassian.bamboo.deployments.environments.requirement with parameters of type ExecutableAgentsHelper Constructor Description EnvironmentRequirementServiceImpl(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
Classes in com.atlassian.bamboo.plan that implement ExecutableAgentsHelper Modifier and Type Class Description class
ExecutableAgentsHelperImpl
-
Uses of ExecutableAgentsHelper in com.atlassian.bamboo.plugins.rest.model.chain
Constructors in com.atlassian.bamboo.plugins.rest.model.chain with parameters of type ExecutableAgentsHelper Constructor Description RestChainResult(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
Constructors in com.atlassian.bamboo.plugins.rest.plan.stage.job with parameters of type ExecutableAgentsHelper Constructor Description JobConversionFunction(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
Constructors in com.atlassian.bamboo.plugins.rest.service with parameters of type ExecutableAgentsHelper Constructor Description ResultServiceImpl(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)
-
Uses of ExecutableAgentsHelper in com.atlassian.bamboo.spring
Fields in com.atlassian.bamboo.spring with type parameters of type ExecutableAgentsHelper Modifier and Type Field Description static Supplier<ExecutableAgentsHelper>
ComponentAccessor. EXECUTABLE_AGENTS_HELPER
Deprecated. -
Uses of ExecutableAgentsHelper in com.atlassian.bamboo.v2.build.queue
Constructors in com.atlassian.bamboo.v2.build.queue with parameters of type ExecutableAgentsHelper Constructor Description BuildQueueManagerImpl(@NotNull AgentManager agentManager, @NotNull com.atlassian.event.api.EventPublisher eventPublisher, @NotNull BuildExecutionManager buildExecutionManager, @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 LocalResultProcessor resultProcessor, @NotNull EphemeralAgentsLaunchRequestRegistry ephemeralAgentsLaunchRequestRegistry)
-
Uses of ExecutableAgentsHelper in com.atlassian.bamboo.v2.build.requirement
Constructors in com.atlassian.bamboo.v2.build.requirement with parameters of type ExecutableAgentsHelper Constructor Description RequirementServiceImpl(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
Fields in com.atlassian.bamboo.ww2.actions declared as ExecutableAgentsHelper Modifier and Type Field Description protected ExecutableAgentsHelper
ChainActionSupport. executableAgentsHelper
Methods in com.atlassian.bamboo.ww2.actions with parameters of type ExecutableAgentsHelper Modifier and Type Method Description void
ChainActionSupport. setExecutableAgentsHelper(ExecutableAgentsHelper executableAgentsHelper)
-
Uses of ExecutableAgentsHelper in com.atlassian.bamboo.ww2.actions.build
Methods in com.atlassian.bamboo.ww2.actions.build with parameters of type ExecutableAgentsHelper Modifier and Type Method Description void
BuildJsonProviderAction. 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 Modifier and Type Method Description void
DescribeAgentAvailability. 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 Modifier and Type Method Description static @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.
-