com.atlassian.bamboo.index
Class TestCaseDocumentCollector

java.lang.Object
  extended by org.apache.lucene.search.HitCollector
      extended by com.atlassian.bamboo.index.TestCaseDocumentCollector

public class TestCaseDocumentCollector
extends org.apache.lucene.search.HitCollector


Constructor Summary
TestCaseDocumentCollector(org.apache.lucene.search.Searchable searcher, BuildResultsSummaryManager buildResultsSummaryManager, Build build, java.util.Map<java.lang.String,java.util.Map<java.lang.String,TestCase>> testCases)
           
 
Method Summary
 void collect(int i, float v)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestCaseDocumentCollector

public TestCaseDocumentCollector(org.apache.lucene.search.Searchable searcher,
                                 BuildResultsSummaryManager buildResultsSummaryManager,
                                 Build build,
                                 java.util.Map<java.lang.String,java.util.Map<java.lang.String,TestCase>> testCases)
Method Detail

collect

public void collect(int i,
                    float v)
Specified by:
collect in class org.apache.lucene.search.HitCollector


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.