Uses of Interface
com.atlassian.bamboo.v2.build.agent.capability.CapabilityRequirementsMatcher
Package
Description
-
Uses of CapabilityRequirementsMatcher in com.atlassian.bamboo.buildqueue.manager
ModifierConstructorDescriptionAgentAssignmentServiceImpl
(@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 EnvironmentService environmentService, @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
Modifier and TypeMethodDescriptionvoid
ConfigureAgentAssignments.setCapabilityRequirementsMatcher
(CapabilityRequirementsMatcher capabilityRequirementsMatcher) void
ViewAgentPlanMatrix.setCapabilityRequirementsMatcher
(CapabilityRequirementsMatcher capabilityRequirementsMatcher) -
Uses of CapabilityRequirementsMatcher in com.atlassian.bamboo.deployments.environments.service
ModifierConstructorDescriptionEnvironmentServiceImpl
(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
ModifierConstructorDescriptionExecutableAgentsHelperImpl
(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.v2.build.agent.capability
-
Uses of CapabilityRequirementsMatcher in com.atlassian.bamboo.ww2.actions.admin.elastic
Modifier and TypeMethodDescriptionvoid
ConfigureElasticImageConfigurationAssignments.setCapabilityRequirementsMatcher
(CapabilityRequirementsMatcher capabilityRequirementsMatcher)