public class ChangeIdFilter extends CommitMessageFindFilter
CHANGE_ID_REGEX.| Modifier and Type | Field and Description |
|---|---|
static String |
CHANGE_ID_REGEX
CHANGE_ID_REGEX
|
flags, matcher, patternrepository| Constructor and Description |
|---|
ChangeIdFilter()
Create change id 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 CHANGE_ID_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-2018. All Rights Reserved.