com.atlassian.bamboo.build.tests
Class AllResultsFilter

java.lang.Object
  extended by com.atlassian.bamboo.build.tests.AbstractTestCaseFilter
      extended by com.atlassian.bamboo.build.tests.AllResultsFilter
All Implemented Interfaces:
TestCaseFilter

public class AllResultsFilter
extends AbstractTestCaseFilter


Field Summary
 
Fields inherited from class com.atlassian.bamboo.build.tests.AbstractTestCaseFilter
build, buildResultsSummarymanager, indexConnManager
 
Constructor Summary
AllResultsFilter(Build build, BuildResultsSummaryManager buildResultsSummaryManager, IndexConnectionManager indexConnManager)
           
 
Method Summary
 String getKey()
           
 String getLabel()
           
 Map searchAndFilterTestCases(Query query)
           
 
Methods inherited from class com.atlassian.bamboo.build.tests.AbstractTestCaseFilter
runQuery
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AllResultsFilter

public AllResultsFilter(Build build,
                        BuildResultsSummaryManager buildResultsSummaryManager,
                        IndexConnectionManager indexConnManager)
Method Detail

searchAndFilterTestCases

public Map searchAndFilterTestCases(Query query)
                             throws IOException
Specified by:
searchAndFilterTestCases in interface TestCaseFilter
Specified by:
searchAndFilterTestCases in class AbstractTestCaseFilter
Throws:
IOException

getLabel

public String getLabel()
Specified by:
getLabel in interface TestCaseFilter
Specified by:
getLabel in class AbstractTestCaseFilter

getKey

public String getKey()


Copyright © 2006 Atlassian Software Systems. All Rights Reserved.