com.atlassian.jira.functest.framework.util
Class FilteredSearcherGroup

java.lang.Object
  extended by com.atlassian.jira.functest.framework.util.FilteredSearcherGroup

public class FilteredSearcherGroup
extends Object

Representation of searcher group that contains only visible searchers

Since:
v5.1

Constructor Summary
FilteredSearcherGroup()
           
FilteredSearcherGroup(String type)
           
 
Method Summary
 void addSearcher(Searcher searcher)
           
 List<Searcher> getSearchers()
           
 String getTitle()
           
 String getType()
           
 void setTitle(String title)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilteredSearcherGroup

public FilteredSearcherGroup()

FilteredSearcherGroup

public FilteredSearcherGroup(String type)
Method Detail

addSearcher

public void addSearcher(Searcher searcher)

getSearchers

public List<Searcher> getSearchers()

getTitle

public String getTitle()

setTitle

public void setTitle(String title)

getType

public String getType()


Copyright © 2002-2013 Atlassian. All Rights Reserved.