Uses of Interface
com.atlassian.bamboo.index.BuildResultsIndexer

Packages that use BuildResultsIndexer
com.atlassian.bamboo.chains.plugins   
com.atlassian.bamboo.configuration   
com.atlassian.bamboo.deletion   
com.atlassian.bamboo.index   
com.atlassian.bamboo.labels   
com.atlassian.bamboo.plan   
com.atlassian.bamboo.resultsummary   
com.atlassian.bamboo.upgrade   
com.atlassian.bamboo.upgrade.tasks   
com.atlassian.bamboo.ww2.actions.admin.migration   
com.atlassian.bamboo.ww2.actions.build.admin   
 

Uses of BuildResultsIndexer in com.atlassian.bamboo.chains.plugins
 

Methods in com.atlassian.bamboo.chains.plugins with parameters of type BuildResultsIndexer
 void PostChainIndexAction.setBuildResultsIndexer(BuildResultsIndexer buildResultsIndexer)
           
 

Uses of BuildResultsIndexer in com.atlassian.bamboo.configuration
 

Constructors in com.atlassian.bamboo.configuration with parameters of type BuildResultsIndexer
DefaultSystemStatisticsBean(PlanManager planManager, BuildResultsSummaryManager buildResultsSummaryManager, BuildResultsIndexer buildResultsIndexer)
           
 

Uses of BuildResultsIndexer in com.atlassian.bamboo.deletion
 

Constructors in com.atlassian.bamboo.deletion with parameters of type BuildResultsIndexer
DeletionServiceImpl(ErrorHandler errorHandler, BuildResultsIndexer buildResultsIndexer, PlanScheduler planScheduler, PlanDependencyManager planDependencyManager, PlanParticleManager planParticleManager, com.atlassian.event.EventManager eventManager, ResultsSummaryManager resultsSummaryManager, BuildSuspensionCheckBean buildSuspensionCheckBean, AdminErrorHandler adminErrorHandler, org.acegisecurity.acls.MutableAclService aclService, TestsManager testsManager, ProjectManager projectManager, PlanManager planManager, ChainStageDao chainStageDao, com.atlassian.bandana.BandanaPersister bandanaPersister, com.atlassian.plugin.PluginAccessor pluginAccessor, ArtifactDefinitionManager artifactDefinitionManager, ArtifactSubscriptionManager artifactSubscriptionManager, AuditLogService auditLogService, VariableDefinitionManager variableDefinitionManager)
           
 

Uses of BuildResultsIndexer in com.atlassian.bamboo.index
 

Classes in com.atlassian.bamboo.index that implement BuildResultsIndexer
 class DefaultBuildResultsIndexer
           
 

Methods in com.atlassian.bamboo.index that return BuildResultsIndexer
 BuildResultsIndexer ReindexAction.getBuildResultsIndexer()
           
 

Methods in com.atlassian.bamboo.index with parameters of type BuildResultsIndexer
 void BuildResultsSummaryIndexingListener.setBuildResultsIndexer(BuildResultsIndexer buildResultsIndexer)
           
 void ReindexAction.setBuildResultsIndexer(BuildResultsIndexer buildResultsIndexer)
           
 

Uses of BuildResultsIndexer in com.atlassian.bamboo.labels
 

Constructors in com.atlassian.bamboo.labels with parameters of type BuildResultsIndexer
LabelManagerImpl(LabelDao labelDao, BuildResultsIndexer buildResultsIndexer, PlanManager planManager, ResultsSummaryManager resultsSummaryManager, com.atlassian.event.api.EventPublisher eventPublisher)
           
 

Uses of BuildResultsIndexer in com.atlassian.bamboo.plan
 

Constructors in com.atlassian.bamboo.plan with parameters of type BuildResultsIndexer
PlanStatePersisterImpl(PlanManager planManager, BuildResultsIndexer buildResultsIndexer, BuildResultsSummaryManager buildResultsSummaryManager, ErrorUpdateHandler errorUpdateHandler, BuildLoggerManager buildLoggerManager, BuildExecutionManager buildExecutionManager, BuildDefinitionManager buildDefinitionManager, TestsManager testsManager)
           
 

Uses of BuildResultsIndexer in com.atlassian.bamboo.resultsummary
 

Methods in com.atlassian.bamboo.resultsummary with parameters of type BuildResultsIndexer
 void BuildResultsSummaryManagerImpl.setBuildResultsIndexer(BuildResultsIndexer buildResultsIndexer)
           
 

Uses of BuildResultsIndexer in com.atlassian.bamboo.upgrade
 

Methods in com.atlassian.bamboo.upgrade with parameters of type BuildResultsIndexer
 void UpgradeManagerImpl.setBuildResultsIndexer(BuildResultsIndexer buildResultsIndexer)
           
 

Uses of BuildResultsIndexer in com.atlassian.bamboo.upgrade.tasks
 

Methods in com.atlassian.bamboo.upgrade.tasks with parameters of type BuildResultsIndexer
 void UpgradeTask1904FixTestCaseCount.setBuildResultsIndexer(BuildResultsIndexer buildResultsIndexer)
           
 void UpgradeTask1002CleanupEmptyAuthors.setBuildResultsIndexer(BuildResultsIndexer buildResultsIndexer)
           
 

Uses of BuildResultsIndexer in com.atlassian.bamboo.ww2.actions.admin.migration
 

Methods in com.atlassian.bamboo.ww2.actions.admin.migration with parameters of type BuildResultsIndexer
 void Import.setBuildResultsIndexer(BuildResultsIndexer buildResultsIndexer)
           
 

Uses of BuildResultsIndexer in com.atlassian.bamboo.ww2.actions.build.admin
 

Methods in com.atlassian.bamboo.ww2.actions.build.admin with parameters of type BuildResultsIndexer
 void MoveBuilds.setBuildResultsIndexer(BuildResultsIndexer buildResultsIndexer)
           
 



Copyright © 2011 Atlassian. All Rights Reserved.