Uses of Interface
com.atlassian.bamboo.agent.ephemeral.EphemeralAgentExecutionService
-
Packages that use EphemeralAgentExecutionService Package Description com.atlassian.bamboo.agent.ephemeral com.atlassian.bamboo.buildqueue.manager -
-
Uses of EphemeralAgentExecutionService in com.atlassian.bamboo.agent.ephemeral
Classes in com.atlassian.bamboo.agent.ephemeral that implement EphemeralAgentExecutionService Modifier and Type Class Description class
EphemeralAgentKubernetesExecutionService
Constructors in com.atlassian.bamboo.agent.ephemeral with parameters of type EphemeralAgentExecutionService Constructor Description EphemeralAgentsLaunchRequestRegistryImpl(@NotNull EphemeralAgentExecutionService ephemeralAgentExecutionService, @NotNull ElasticInstanceManager elasticInstanceManager, @NotNull BambooLicenseManager bambooLicenseManager)
-
Uses of EphemeralAgentExecutionService in com.atlassian.bamboo.buildqueue.manager
Constructors in com.atlassian.bamboo.buildqueue.manager with parameters of type EphemeralAgentExecutionService 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)
-