public class BugFilter extends CommitMessageFindFilter
| Modifier and Type | Field and Description |
|---|---|
static String |
BUG_REGEX
BUG_REGEX
|
flags, matcher, patternrepository| Constructor and Description |
|---|
BugFilter()
Create bug filter
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.jgit.revwalk.filter.RevFilter |
clone()
Clones this filter.
|
getTextincludeinclude, reset, setRepository, setStop, throwIOExceptionpublic static final String BUG_REGEX
public org.eclipse.jgit.revwalk.filter.RevFilter clone()
CommitFilter
The default implementation throws a UnsupportedOperationException
and sub-classes should override if filter cloning is supported.
clone in class CommitMessageFindFilterRevFilter.clone()Copyright © 2011-2015. All Rights Reserved.