Uses of Interface
com.atlassian.bamboo.v2.build.agent.capability.CapabilityRequirementsMatcher
Packages that use CapabilityRequirementsMatcher
Package
Description
-
Uses of CapabilityRequirementsMatcher in com.atlassian.bamboo.buildqueue.manager
Constructors in com.atlassian.bamboo.buildqueue.manager with parameters of type CapabilityRequirementsMatcherModifierConstructorDescriptionAgentAssignmentServiceImpl
(@NotNull AgentAssignmentDao agentAssignmentDao, @NotNull AuditLogService auditLogService, @NotNull org.springframework.transaction.support.TransactionTemplate transactionTemplate, @NotNull ProjectManager projectManager, @NotNull CachedPlanManager cachedPlanManager, @NotNull com.atlassian.struts.TextProvider textProvider, @NotNull CachedEnvironmentService cachedEnvironmentService, @NotNull CachedDeploymentProjectService cachedDeploymentProjectService, @NotNull com.atlassian.event.api.EventPublisher eventPublisher, @NotNull CapabilitySetManager capabilitySetManager, @NotNull CapabilityRequirementsMatcher capabilityRequirementsMatcher, @NotNull AdministrationConfigurationAccessor administrationConfigurationAccessor, @NotNull FeatureManager featureManager) -
Uses of CapabilityRequirementsMatcher in com.atlassian.bamboo.configuration.agent
Methods in com.atlassian.bamboo.configuration.agent with parameters of type CapabilityRequirementsMatcherModifier and TypeMethodDescriptionvoid
ConfigureAgentAssignments.setCapabilityRequirementsMatcher
(CapabilityRequirementsMatcher capabilityRequirementsMatcher) void
ViewAgentPlanMatrix.setCapabilityRequirementsMatcher
(CapabilityRequirementsMatcher capabilityRequirementsMatcher) -
Uses of CapabilityRequirementsMatcher in com.atlassian.bamboo.deployments.cache
Constructors in com.atlassian.bamboo.deployments.cache with parameters of type CapabilityRequirementsMatcherModifierConstructorDescriptionCachedDeploymentProjectServiceImpl
(@NotNull DeploymentProjectDao deploymentProjectDao, @NotNull EnvironmentDao environmentDao, @NotNull CachedPlanManager cachedPlanManager, @NotNull CachedEnvironmentService cachedEnvironmentService, @NotNull InternalEnvironmentService internalEnvironmentService, @NotNull BambooPermissionManager bambooPermissionManager, @NotNull BambooCachingPermissionManagerFacadeFactory cachingPermissionManagerFacadeFactory, @NotNull PlanScheduler planScheduler, @NotNull PaginatedDataCollector paginatedDataCollector, @NotNull CapabilityRequirementsMatcher capabilityRequirementsMatcher) -
Uses of CapabilityRequirementsMatcher in com.atlassian.bamboo.deployments.environments.service
Constructors in com.atlassian.bamboo.deployments.environments.service with parameters of type CapabilityRequirementsMatcherModifierConstructorDescriptionEnvironmentServiceImpl
(BambooAclUpdateHelper aclUpdateHelper, HibernateMutableAclService aclService, AuditLogService auditLogService, BambooAuthenticationContext authenticationContext, DeploymentProjectDao deploymentProjectDao, EnvironmentDao environmentDao, EnvironmentRepositoryLinkDao environmentRepositoryLinkDao, PlanScheduler planScheduler, RepositoryDefinitionDao repositoryDefinitionDao, ScopedExclusionService scopedExclusionService, com.opensymphony.xwork2.TextProvider textProvider, ValidationService validationService, com.atlassian.event.api.EventPublisher eventPublisher, DeploymentVersionLinkedJiraIssueDao deploymentVersionLinkedJiraIssueDao, NotificationManager notificationManager, VariableConfigurationService variableConfigurationService, VariableDefinitionManager variableDefinitionManager, TriggerTypeManager triggerTypeManager, RepositoryDefinitionManager repositoryDefinitionManager, BambooCachingPermissionManagerFacadeFactory cachingPermissionManagerFacadeFactory, CapabilityRequirementsMatcher capabilityRequirementsMatcher, InternalEnvironmentService internalEnvironmentService) -
Uses of CapabilityRequirementsMatcher in com.atlassian.bamboo.plan
Constructors in com.atlassian.bamboo.plan with parameters of type CapabilityRequirementsMatcherModifierConstructorDescriptionExecutableAgentsHelperImpl
(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 CapabilityRequirementsMatcher in com.atlassian.bamboo.plan.job
Constructors in com.atlassian.bamboo.plan.job with parameters of type CapabilityRequirementsMatcherModifierConstructorDescriptionPaginatedJobRequestProvider
(BambooCachingPermissionManagerFacade cachingPermissionManagerFacade, CapabilityRequirementsMatcher capabilityRequirementsMatcher, AgentAssignmentMap agentAssignmentCache) PaginatedJobServiceImpl
(PaginatedDataCollector paginatedDataCollector, BambooCachingPermissionManagerFacade cachingPermissionManagerFacade, CapabilityRequirementsMatcher capabilityRequirementsMatcher, CachedPlanManager cachedPlanManager, AgentAssignmentService agentAssignmentService) -
Uses of CapabilityRequirementsMatcher in com.atlassian.bamboo.v2.build.agent.capability
Classes in com.atlassian.bamboo.v2.build.agent.capability that implement CapabilityRequirementsMatcher -
Uses of CapabilityRequirementsMatcher in com.atlassian.bamboo.ww2.actions.admin.elastic
Methods in com.atlassian.bamboo.ww2.actions.admin.elastic with parameters of type CapabilityRequirementsMatcherModifier and TypeMethodDescriptionvoid
ConfigureElasticImageConfigurationAssignments.setCapabilityRequirementsMatcher
(CapabilityRequirementsMatcher capabilityRequirementsMatcher)