Uses of Interface
com.atlassian.bamboo.agent.ephemeral.EphemeralAgentsService
Packages that use EphemeralAgentsService
Package
Description
-
Uses of EphemeralAgentsService in com.atlassian.bamboo.agent.ephemeral
Classes in com.atlassian.bamboo.agent.ephemeral that implement EphemeralAgentsService -
Uses of EphemeralAgentsService in com.atlassian.bamboo.analytics.basedata.collector.generator
Constructors in com.atlassian.bamboo.analytics.basedata.collector.generator with parameters of type EphemeralAgentsServiceModifierConstructorDescriptionFeatureEventProducer
(EphemeralAgentsService ephemeralAgentsService) -
Uses of EphemeralAgentsService in com.atlassian.bamboo.build
Methods in com.atlassian.bamboo.build with parameters of type EphemeralAgentsServiceModifier and TypeMethodDescriptionvoid
BuildResultsAction.setEphemeralAgentsService
(EphemeralAgentsService ephemeralAgentsService) -
Uses of EphemeralAgentsService in com.atlassian.bamboo.buildqueue.manager
Constructors in com.atlassian.bamboo.buildqueue.manager with parameters of type EphemeralAgentsServiceModifierConstructorDescriptionAgentManagerImpl
(AgentDao agentDao, CapabilitySetManager capabilitySetManager, CapabilityManager capabilityManager, com.atlassian.event.api.EventPublisher eventPublisher, BambooLicenseManager bambooLicenseManager, ElasticInstanceManager elasticInstanceManager, ErrorUpdateHandler errorUpdateHandler, BuildLoggerManager buildLoggerManager, FeatureManager featureManager, DeploymentsInProgressService deploymentsInProgressService, ElasticTunnelDefinitionDao elasticTunnelDefinitionDao, EphemeralAgentsService ephemeralAgentsService, EphemeralAgentExecutionService ephemeralAgentExecutionService, EphemeralAgentManagementLogger ephemeralAgentManagementLogger) -
Uses of EphemeralAgentsService in com.atlassian.bamboo.configuration.agent
Fields in com.atlassian.bamboo.configuration.agent declared as EphemeralAgentsServiceModifier and TypeFieldDescriptionprotected EphemeralAgentsService
ConfigureCapabilityKey.ephemeralAgentsService
Methods in com.atlassian.bamboo.configuration.agent with parameters of type EphemeralAgentsServiceModifier and TypeMethodDescriptionvoid
ConfigureCapabilityKey.setEphemeralAgentsService
(EphemeralAgentsService ephemeralAgentsService) -
Uses of EphemeralAgentsService in com.atlassian.bamboo.plan
Constructors in com.atlassian.bamboo.plan with parameters of type EphemeralAgentsServiceModifierConstructorDescriptionExecutableAgentsHelperImpl
(CachedPlanManager cachedPlanManager, ExecutionStatusProvider executionStatusProvider, com.atlassian.plugin.PluginAccessor pluginAccessor, AgentAssignmentService agentAssignmentService, CapabilityRequirementsMatcher capabilityRequirementsMatcher, CapabilitySetManager capabilitySetManager, ElasticInstanceManager elasticInstanceManager, ElasticImageConfigurationAccessor elasticImageConfigurationAccessor, EphemeralAgentsService ephemeralAgentsService, EnvironmentCustomConfigService environmentCustomConfigService) -
Uses of EphemeralAgentsService in com.atlassian.bamboo.plugins.rest.admin.agent
Constructors in com.atlassian.bamboo.plugins.rest.admin.agent with parameters of type EphemeralAgentsServiceModifierConstructorDescriptionRestAgentServiceImpl
(AgentManager agentManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, RestPermissionCheck restPermissionCheck, EphemeralAgentsService ephemeralAgentsService) -
Uses of EphemeralAgentsService in com.atlassian.bamboo.plugins.rest.admin.ephemeral
Constructors in com.atlassian.bamboo.plugins.rest.admin.ephemeral with parameters of type EphemeralAgentsServiceModifierConstructorDescriptionEphemeralAgentsConfigurationResource
(EphemeralAgentsService ephemeralAgentsService, com.atlassian.sal.api.message.I18nResolver i18nResolver, RestPermissionCheck restPermissionCheck) -
Uses of EphemeralAgentsService in com.atlassian.bamboo.plugins.rest.deployments.environments
Constructors in com.atlassian.bamboo.plugins.rest.deployments.environments with parameters of type EphemeralAgentsServiceModifierConstructorDescriptionDeploymentEnvironmentResource
(AgentAssignmentService agentAssignmentService, AgentManager agentManager, EnvironmentService environmentService, EnvironmentCustomConfigService environmentCustomConfigService, DeploymentResultService deploymentResultService, DeploymentProjectService deploymentProjectService, com.atlassian.sal.api.message.I18nResolver i18nResolver, com.atlassian.event.api.EventPublisher eventPublisher, ElasticImageConfigurationManager elasticImageConfigurationManager, EnvironmentRequirementService environmentRequirementService, VariableDefinitionManager variableDefinitionManager, AdministrationConfigurationAccessor administrationConfigurationAccessor, BambooPermissionManager bambooPermissionManager, VariableConfigurationService variableConfigurationService, AgentCapabilityService agentCapabilityService, LinkService linkService, EphemeralAgentsService ephemeralAgentsService) -
Uses of EphemeralAgentsService in com.atlassian.bamboo.plugins.rest.job
Constructors in com.atlassian.bamboo.plugins.rest.job with parameters of type EphemeralAgentsServiceModifierConstructorDescriptionExecutableJobResource
(AgentCapabilityService agentCapabilityService, AgentManager agentManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, PaginatedJobService paginatedJobService, LinkService linkService, BambooPermissionManager bambooPermissionManager, AdministrationConfigurationAccessor administrationConfigurationAccessor, ElasticImageConfigurationManager elasticImageConfigurationManager, EphemeralAgentsService ephemeralAgentsService) -
Uses of EphemeralAgentsService in com.atlassian.bamboo.plugins.rest.plan.stage.job.assignment
Constructors in com.atlassian.bamboo.plugins.rest.plan.stage.job.assignment with parameters of type EphemeralAgentsServiceModifierConstructorDescriptionJobAgentAssignmentResource
(AgentAssignmentService agentAssignmentService, AgentManager agentManager, AdministrationConfigurationAccessor administrationConfigurationAccessor, BambooPermissionManager bambooPermissionManager, ElasticImageConfigurationManager elasticImageConfigurationManager, EphemeralAgentsService ephemeralAgentsService, com.atlassian.sal.api.message.I18nResolver i18nResolver, com.atlassian.event.api.EventPublisher eventPublisher, InputParser inputParser, CachedPlanManager planManager) -
Uses of EphemeralAgentsService in com.atlassian.bamboo.plugins.rest.resource
Constructors in com.atlassian.bamboo.plugins.rest.resource with parameters of type EphemeralAgentsServiceModifierConstructorDescriptionAgentAssignmentResource
(AgentAssignmentService agentAssignmentService, AgentManager agentManager, DeploymentProjectService deploymentProjectService, ElasticImageConfigurationManager elasticImageConfigurationManager, EnvironmentService environmentService, EphemeralAgentsService ephemeralAgentsService, com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.sal.api.message.I18nResolver i18nResolver, CachedPlanManager cachedPlanManager, PlanRestService planRestService, ProjectManager projectManager, RestAuthenticationContext restAuthenticationContext) -
Uses of EphemeralAgentsService in com.atlassian.bamboo.spring
Fields in com.atlassian.bamboo.spring with type parameters of type EphemeralAgentsServiceModifier and TypeFieldDescriptionstatic final Supplier<EphemeralAgentsService>
ComponentAccessor.EPHEMERAL_AGENTS_SERVICE
Deprecated. -
Uses of EphemeralAgentsService in com.atlassian.bamboo.v2.build.queue
Constructors in com.atlassian.bamboo.v2.build.queue with parameters of type EphemeralAgentsServiceModifierConstructorDescriptionBuildQueueManagerImpl
(@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, @NotNull EphemeralAgentsService ephemeralAgentsService) -
Uses of EphemeralAgentsService in com.atlassian.bamboo.v2.build.queue.queues
Constructors in com.atlassian.bamboo.v2.build.queue.queues with parameters of type EphemeralAgentsServiceModifierConstructorDescriptionprotected
AbstractQueueOfExecutables
(ExecutorCalculator executorCalculator, CommonContextMap map, com.atlassian.event.api.EventPublisher eventPublisher, EphemeralAgentsService ephemeralAgentsService) OffloadingQueueOfExecutables
(ExecutorCalculator executorCalculator, CommonContextPersister commonContextPersister, com.atlassian.event.api.EventPublisher eventPublisher, EphemeralAgentsService ephemeralAgentsService) SimpleQueueOfExecutables
(ExecutorCalculator executorCalculator, com.atlassian.event.api.EventPublisher eventPublisher, EphemeralAgentsService ephemeralAgentsService) -
Uses of EphemeralAgentsService in it.com.atlassian.bamboo.agent
Constructors in it.com.atlassian.bamboo.agent with parameters of type EphemeralAgentsServiceModifierConstructorDescriptionAgentAssignmentWiredTest
(AgentManager agentManager, AgentAssignmentService agentAssignmentService, ElasticImageConfigurationManager elasticImageConfigurationManager, AdministrationConfigurationAccessor administrationConfigurationAccessor, AdministrationConfigurationPersister administrationConfigurationPersister, EphemeralAgentsService ephemeralAgentsService)