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

Packages that use BuildResultsIndexer
com.atlassian.bamboo.build   
com.atlassian.bamboo.build.pipeline.tasks   
com.atlassian.bamboo.builder   
com.atlassian.bamboo.index   
com.atlassian.bamboo.labels   
com.atlassian.bamboo.ww2.actions.build.admin   
 

Uses of BuildResultsIndexer in com.atlassian.bamboo.build
 

Methods in com.atlassian.bamboo.build with parameters of type BuildResultsIndexer
 void DeleteBuildResults.setBuildResultsIndexer(BuildResultsIndexer buildResultsIndexer)
           
 void DeleteBuilds.setBuildResultsIndexer(BuildResultsIndexer buildResultsIndexer)
           
 

Uses of BuildResultsIndexer in com.atlassian.bamboo.build.pipeline.tasks
 

Methods in com.atlassian.bamboo.build.pipeline.tasks with parameters of type BuildResultsIndexer
 void SaveBuildTask.setBuildResultsIndexer(BuildResultsIndexer buildResultsIndexer)
           
 

Uses of BuildResultsIndexer in com.atlassian.bamboo.builder
 

Methods in com.atlassian.bamboo.builder that return BuildResultsIndexer
 BuildResultsIndexer DefaultBuildExecutor.getBuildResultsIndexer()
           
 

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

Uses of BuildResultsIndexer in com.atlassian.bamboo.index
 

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

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)
           
 

Uses of BuildResultsIndexer in com.atlassian.bamboo.labels
 

Methods in com.atlassian.bamboo.labels with parameters of type BuildResultsIndexer
 void LabelManagerImpl.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 © 2006 Atlassian Software Systems. All Rights Reserved.