Class VersionQuickSearchHandler

All Implemented Interfaces:
QuickSearchHandler
Direct Known Subclasses:
FixForQuickSearchHandler, RaisedInVersionQuickSearchHandler

public abstract class VersionQuickSearchHandler extends PrefixedSingleWordQuickSearchHandler
Note that this handler needs to run after the Project Handler has run.

You can use wildcards '*' and '?' to match multiple versions. Example: '2*' will match versions '2', '2.1', '2.2' and '2.2.2'