Uses of Interface
com.atlassian.bamboo.index.IndexerManager
-
-
Uses of IndexerManager in com.atlassian.bamboo
Constructors in com.atlassian.bamboo with parameters of type IndexerManager Constructor Description ClusterAwareLifecycleManagerImpl(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 IndexerManager Constructor Description DefaultSystemStatisticsBean(IndexerManager indexerManager, PlanManager planManager, ResultsSummaryManager resultsSummaryManager)
-
Uses of IndexerManager in com.atlassian.bamboo.index
Classes in com.atlassian.bamboo.index that implement IndexerManager Modifier and Type Class Description class
IndexerManagerImpl
Methods in com.atlassian.bamboo.index with parameters of type IndexerManager Modifier and Type Method Description void
ReindexAction. setIndexerManager(IndexerManager indexerManager)
Constructors in com.atlassian.bamboo.index with parameters of type IndexerManager Constructor Description IndexerEventListener(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 IndexerManager Constructor Description ReindexResource(RestHelperWrapper restHelperWrapper, IndexerManager indexerManager)
-
Uses of IndexerManager in com.atlassian.bamboo.server
Constructors in com.atlassian.bamboo.server with parameters of type IndexerManager Constructor Description NodeStatusProviderImpl(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 Modifier and Type Method Description void
Import. setIndexerManager(IndexerManager indexerManager)
-