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.ww2.actions.admin.migration   
 

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.api.EventPublisher eventPublisher, ResultsSummaryManager resultsSummaryManager, BuildSuspensionCheckBean buildSuspensionCheckBean, AdminErrorHandler adminErrorHandler, org.acegisecurity.acls.MutableAclService aclService, ProjectManager projectManager, PlanManager planManager, ChainStageDao chainStageDao, com.atlassian.bandana.BandanaPersister bandanaPersister, com.atlassian.plugin.PluginAccessor pluginAccessor, ArtifactDefinitionManager artifactDefinitionManager, ArtifactSubscriptionManager artifactSubscriptionManager, ArtifactManager artifactManager, AuditLogService auditLogService, VariableDefinitionManager variableDefinitionManager, RepositoryDefinitionManager repositoryDefinitionManager, PlanVcsRevisionHistoryService planVcsRevisionHistoryService, ChainBranchManager chainBranchManager, VcsBranchManager vcsBranchManager, StopBuildManager stopBuildManager, ImmutablePlanCacheService immutablePlanCacheService, ArtifactDao artifactDao)
           
 

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 ReindexAction.setBuildResultsIndexer(BuildResultsIndexer buildResultsIndexer)
           
 void BuildResultsSummaryIndexingListener.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
MovePlanServiceImpl(AuditLogService auditLogService, BambooPermissionManager bambooPermissionManager, BuildResultsIndexer buildResultsIndexer, ChainBranchManager chainBranchManager, ChainExecutionManager chainExecutionManager, com.atlassian.event.api.EventPublisher eventPublisher, ScopedExclusionServiceImpl exclusionService, ImmutablePlanCacheService immutablePlanCacheService, PlanExecutionLockService planExecutionLockService, PlanManager planManager, PlanValidationService planValidationService, ResultsSummaryManager resultsSummaryManager, com.opensymphony.xwork.TextProvider textProvider)
           
PlanStatePersisterImpl(PlanManager planManager, BuildResultsIndexer buildResultsIndexer, BuildResultsSummaryManager buildResultsSummaryManager, ResultsSummaryManager resultsSummaryManager, ErrorUpdateHandler errorUpdateHandler, BuildLoggerManager buildLoggerManager, BuildExecutionManager buildExecutionManager, 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.ww2.actions.admin.migration
 

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



Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.