public class SignedOffByFilter extends CommitMessageFindFilter
| Modifier and Type | Field and Description |
|---|---|
static String |
SIGNED_OFF_BY
Signed off by format
|
flags, matcher, patternrepository| Constructor and Description |
|---|
SignedOffByFilter(org.eclipse.jgit.lib.PersonIdent person)
Create a signed off by filter matching the person
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.jgit.revwalk.filter.RevFilter |
clone()
Clones this filter.
|
getTextincludeinclude, reset, setRepository, setStop, throwIOExceptionpublic static final String SIGNED_OFF_BY
public SignedOffByFilter(org.eclipse.jgit.lib.PersonIdent person)
person - must be non-nullpublic 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-2017. All Rights Reserved.