Uses of Interface
com.atlassian.bamboo.buildqueue.manager.AgentAssignmentService
Packages that use AgentAssignmentService
Package
Description
-
Uses of AgentAssignmentService in com.atlassian.bamboo.agent.elastic.server
Constructors in com.atlassian.bamboo.agent.elastic.server with parameters of type AgentAssignmentServiceModifierConstructorDescriptionElasticImageConfigurationManagerImpl
(ElasticImageConfigurationDao elasticImageConfigurationDao, ResourceResolver resourceResolver, ElasticImageConfigurationAccessor elasticImageConfigurationAccessor, ElasticInstanceScheduleManager elasticInstanceScheduleManager, AgentAssignmentService agentAssignmentService, com.atlassian.event.api.EventPublisher eventPublisher, AwsAccountBean awsAccountBean) -
Uses of AgentAssignmentService in com.atlassian.bamboo.buildqueue.manager
Classes in com.atlassian.bamboo.buildqueue.manager that implement AgentAssignmentService -
Uses of AgentAssignmentService in com.atlassian.bamboo.configuration.agent
Methods in com.atlassian.bamboo.configuration.agent with parameters of type AgentAssignmentServiceModifier and TypeMethodDescriptionvoid
ViewAgentPlanMatrix.setAgentAssignmentService
(@NotNull AgentAssignmentService agentAssignmentService) -
Uses of AgentAssignmentService in com.atlassian.bamboo.deletion
Constructors in com.atlassian.bamboo.deletion with parameters of type AgentAssignmentServiceModifierConstructorDescriptionDeletionServiceImpl
(PlanScheduler planScheduler, com.atlassian.event.api.EventPublisher eventPublisher, ResultsSummaryManager resultsSummaryManager, ProjectManager projectManager, PlanManager planManager, ChainStageDao chainStageDao, com.atlassian.plugin.PluginAccessor pluginAccessor, ArtifactDefinitionManager artifactDefinitionManager, ArtifactSubscriptionManager artifactSubscriptionManager, AuditLogService auditLogService, StopBuildManager stopBuildManager, AgentAssignmentService agentAssignmentService) -
Uses of AgentAssignmentService in com.atlassian.bamboo.deployments.projects.service
Constructors in com.atlassian.bamboo.deployments.projects.service with parameters of type AgentAssignmentServiceModifierConstructorDescriptionDeploymentProjectDeletionServiceImpl
(BambooTransactionHibernateTemplate bambooTransactionHibernateTemplate, DeploymentProjectDao deploymentProjectDao, DeploymentVersionDeletionService deploymentVersionDeletionService, EnvironmentDeletionService environmentDeletionService, HibernateMutableAclService aclService, ArtifactManager artifactManager, com.atlassian.event.api.EventPublisher eventPublisher, DeploymentVersionLinkedJiraIssuesService jiraIssuesService, AgentAssignmentService agentAssignmentService, DeploymentVersionDao deploymentVersionDao) -
Uses of AgentAssignmentService in com.atlassian.bamboo.plan
Constructors in com.atlassian.bamboo.plan with parameters of type AgentAssignmentServiceModifierConstructorDescriptionExecutableAgentsHelperImpl
(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 AgentAssignmentService in com.atlassian.bamboo.plan.job
Constructors in com.atlassian.bamboo.plan.job with parameters of type AgentAssignmentServiceModifierConstructorDescriptionPaginatedJobServiceImpl
(PaginatedDataCollector paginatedDataCollector, BambooCachingPermissionManagerFacade cachingPermissionManagerFacade, CapabilityRequirementsMatcher capabilityRequirementsMatcher, CachedPlanManager cachedPlanManager, AgentAssignmentService agentAssignmentService) -
Uses of AgentAssignmentService in com.atlassian.bamboo.plugins.rest.deployments.environments
Constructors in com.atlassian.bamboo.plugins.rest.deployments.environments with parameters of type AgentAssignmentServiceModifierConstructorDescriptionDeploymentEnvironmentResource
(AgentAssignmentService agentAssignmentService, AgentManager agentManager, CachedEnvironmentService cachedEnvironmentService, EnvironmentService environmentService, EnvironmentCustomConfigService environmentCustomConfigService, DeploymentResultService deploymentResultService, CachedDeploymentProjectService cachedDeploymentProjectService, 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 AgentAssignmentService 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 AgentAssignmentServiceModifierConstructorDescriptionJobAgentAssignmentResource
(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 AgentAssignmentService in com.atlassian.bamboo.plugins.rest.resource
Constructors in com.atlassian.bamboo.plugins.rest.resource with parameters of type AgentAssignmentServiceModifierConstructorDescriptionAgentAssignmentResource
(AgentAssignmentService agentAssignmentService, AgentManager agentManager, CachedDeploymentProjectService cachedDeploymentProjectService, CachedEnvironmentService cachedEnvironmentService, ElasticImageConfigurationManager elasticImageConfigurationManager, 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 AgentAssignmentService in com.atlassian.bamboo.plugins.testutils.rest.resource.agent
Constructors in com.atlassian.bamboo.plugins.testutils.rest.resource.agent with parameters of type AgentAssignmentServiceModifierConstructorDescriptionAgentResource
(AgentManager agentManager, AgentAssignmentService agentAssignmentService, RemoteAgentAuthenticationManager agentAuthenticationManager, RemoteAgentManager remoteAgentManager, AgentSecurityTokenService agentSecurityTokenService, PerAgentTokenService perAgentTokenService, AdministrationConfigurationAccessor administrationConfigurationAccessor, AdministrationConfigurationPersister administrationConfigurationPersister) -
Uses of AgentAssignmentService in com.atlassian.bamboo.spring
Fields in com.atlassian.bamboo.spring with type parameters of type AgentAssignmentServiceModifier and TypeFieldDescriptionstatic final Supplier<AgentAssignmentService>
ComponentAccessor.AGENT_ASSIGNMENT_SERVICE
Deprecated. -
Uses of AgentAssignmentService in it.com.atlassian.bamboo.agent
Constructors in it.com.atlassian.bamboo.agent with parameters of type AgentAssignmentServiceModifierConstructorDescriptionAgentAssignmentWiredTest
(AgentManager agentManager, AgentAssignmentService agentAssignmentService, ElasticImageConfigurationManager elasticImageConfigurationManager, AdministrationConfigurationAccessor administrationConfigurationAccessor, AdministrationConfigurationPersister administrationConfigurationPersister, EphemeralAgentsService ephemeralAgentsService)