Public Constructors
public
MockCustomFieldSearcher
(String id)
Public Methods
Provides an object that can be used to handle the clauses that this searcher generates.
Returns
- an object that can be used to handle the clauses that this searcher generates, can be null.
Initializes 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.
Parameters
descriptor
| the module descriptor that defines this searcher.
|