Uses of Interface
com.atlassian.bamboo.agent.ephemeral.EphemeralAgentsService
-
-
Uses of EphemeralAgentsService in com.atlassian.bamboo.agent.ephemeral
Classes in com.atlassian.bamboo.agent.ephemeral that implement EphemeralAgentsService Modifier and Type Class Description class
EphemeralAgentsServiceImpl
-
Uses of EphemeralAgentsService in com.atlassian.bamboo.analytics.basedata.collector.generator
Constructors in com.atlassian.bamboo.analytics.basedata.collector.generator with parameters of type EphemeralAgentsService Constructor Description FeatureEventProducer(EphemeralAgentsService ephemeralAgentsService)
-
Uses of EphemeralAgentsService in com.atlassian.bamboo.buildqueue.manager
Constructors in com.atlassian.bamboo.buildqueue.manager with parameters of type EphemeralAgentsService Constructor Description AgentManagerImpl(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 EphemeralAgentsService Modifier and Type Field Description protected EphemeralAgentsService
ConfigureCapabilityKey. ephemeralAgentsService
Methods in com.atlassian.bamboo.configuration.agent with parameters of type EphemeralAgentsService Modifier and Type Method Description void
ConfigureCapabilityKey. setEphemeralAgentsService(EphemeralAgentsService ephemeralAgentsService)
-
Uses of EphemeralAgentsService in com.atlassian.bamboo.plan
Constructors in com.atlassian.bamboo.plan with parameters of type EphemeralAgentsService Constructor Description ExecutableAgentsHelperImpl(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 EphemeralAgentsService Constructor Description RestAgentServiceImpl(AgentManager agentManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, RestPermissionCheck restPermissionCheck, EphemeralAgentsService ephemeralAgentsService)
-
Uses of EphemeralAgentsService in com.atlassian.bamboo.plugins.rest.deployments.environments
Constructors in com.atlassian.bamboo.plugins.rest.deployments.environments with parameters of type EphemeralAgentsService Constructor Description DeploymentEnvironmentResource(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.plan.stage.job.assignment
Constructors in com.atlassian.bamboo.plugins.rest.plan.stage.job.assignment with parameters of type EphemeralAgentsService Constructor Description JobAgentAssignmentResource(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 EphemeralAgentsService Constructor Description AgentAssignmentResource(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)
-
Uses of EphemeralAgentsService in com.atlassian.bamboo.spring
Fields in com.atlassian.bamboo.spring with type parameters of type EphemeralAgentsService Modifier and Type Field Description static Supplier<EphemeralAgentsService>
ComponentAccessor. EPHEMERAL_AGENTS_SERVICE
Deprecated. -
Uses of EphemeralAgentsService in it.com.atlassian.bamboo.agent
Constructors in it.com.atlassian.bamboo.agent with parameters of type EphemeralAgentsService Constructor Description AgentAssignmentWiredTest(AgentManager agentManager, AgentAssignmentService agentAssignmentService, ElasticImageConfigurationManager elasticImageConfigurationManager, AdministrationConfigurationAccessor administrationConfigurationAccessor, AdministrationConfigurationPersister administrationConfigurationPersister, EphemeralAgentsService ephemeralAgentsService)
-