Uses of Interface
com.atlassian.bamboo.index.IndexerManager
Packages that use IndexerManager
Package
Description
-
Uses of IndexerManager in com.atlassian.bamboo
Constructors in com.atlassian.bamboo with parameters of type IndexerManagerModifierConstructorDescriptionClusterAwareLifecycleManagerImpl(PlanExecutionLockService planExecutionLockService, BambooAuthenticationContext bambooAuthenticationContext, AuditLogService auditLogService, MessageListenerContainerController messageListenerContainerController, ChangeDetectionController changeDetectionController, IndexerManager indexerManager, org.quartz.Scheduler scheduler, ElasticInstanceManager elasticInstanceManager, AwsAccountBean awsAccountBean, BambooPluginManager bambooPluginManager, com.atlassian.plugin.metadata.PluginMetadataManager pluginMetadataManager, ElasticAccountBean elasticAccountBean, FlushableBuildLoggerManager buildLoggerManager, BambooClusterNodeHeartbeatService bambooClusterNodeHeartbeatService, ClusterInfoManager clusterInfoManager, PluginClusterAwareService pluginClusterAwareService) -
Uses of IndexerManager in com.atlassian.bamboo.configuration
Constructors in com.atlassian.bamboo.configuration with parameters of type IndexerManagerModifierConstructorDescriptionDefaultSystemStatisticsBean(IndexerManager indexerManager, PlanManager planManager, ResultsSummaryManager resultsSummaryManager) -
Uses of IndexerManager in com.atlassian.bamboo.index
Classes in com.atlassian.bamboo.index that implement IndexerManagerMethods in com.atlassian.bamboo.index with parameters of type IndexerManagerModifier and TypeMethodDescriptionvoidReindexAction.setIndexerManager(IndexerManager indexerManager) Constructors in com.atlassian.bamboo.index with parameters of type IndexerManagerModifierConstructorDescriptionIndexerEventListener(IndexerManager indexerManager, BambooClusterNodeHeartbeatService bambooClusterNodeHeartbeatService) -
Uses of IndexerManager in com.atlassian.bamboo.plugins.rest.resource
Constructors in com.atlassian.bamboo.plugins.rest.resource with parameters of type IndexerManagerModifierConstructorDescriptionReindexResource(RestHelperWrapper restHelperWrapper, IndexerManager indexerManager) -
Uses of IndexerManager in com.atlassian.bamboo.server
Constructors in com.atlassian.bamboo.server with parameters of type IndexerManagerModifierConstructorDescriptionNodeStatusProviderImpl(IndexerManager indexerManager, NodeLifecycleProvider nodeLifecycleProvider) ServerStatusProviderImpl(IndexerManager indexerManager, ServerLifecycleProvider serverLifecycleProvider) Deprecated. -
Uses of IndexerManager in com.atlassian.bamboo.ww2.actions.admin.migration
Methods in com.atlassian.bamboo.ww2.actions.admin.migration with parameters of type IndexerManager