Class MockCustomFieldSearcher
java.lang.Object
com.atlassian.jira.issue.search.searchers.MockIssueSearcher<CustomField>
com.atlassian.jira.issue.search.searchers.MockCustomFieldSearcher
- All Implemented Interfaces:
CustomFieldSearcher,IssueSearcher<CustomField>
public class MockCustomFieldSearcher
extends MockIssueSearcher<CustomField>
implements CustomFieldSearcher
Simple implementation of
CustomFieldSearcher.- Since:
- v4.0
-
Field Summary
Fields inherited from interface com.atlassian.jira.issue.search.searchers.IssueSearcher
log -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionProvides an object that can be used to handle the clauses that this searcher generates.voidinit(CustomFieldSearcherModuleDescriptor descriptor) Initializes the searcher.toString()Methods inherited from class com.atlassian.jira.issue.search.searchers.MockIssueSearcher
equals, getField, getId, getSearchInformation, getSearchInputTransformer, getSearchRenderer, hashCode, init, setInformation, setRendererMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.atlassian.jira.issue.search.searchers.IssueSearcher
getSearchInformation, getSearchInputTransformer, getSearchRenderer, init
-
Constructor Details
-
MockCustomFieldSearcher
-
-
Method Details
-
init
Description copied from interface:CustomFieldSearcherInitializes the searcher. This is called the first time this searcher is retrieved from the plugin manager. You can expect that JIRA will be initialized when this method is invoked.- Specified by:
initin interfaceCustomFieldSearcher- Parameters:
descriptor- the module descriptor that defines this searcher.
-
getDescriptor
- Specified by:
getDescriptorin interfaceCustomFieldSearcher- Returns:
- the module descriptor that defined this searcher.
-
getCustomFieldSearcherClauseHandler
Description copied from interface:CustomFieldSearcherProvides an object that can be used to handle the clauses that this searcher generates.- Specified by:
getCustomFieldSearcherClauseHandlerin interfaceCustomFieldSearcher- Returns:
- an object that can be used to handle the clauses that this searcher generates, can be null.
-
toString
-