public abstract class PersonFilter extends CommitFilter
PersonIdent.| Modifier and Type | Field and Description |
|---|---|
protected String |
email
E-mail matching against
|
protected String |
name
Name matching against
|
repository| Constructor and Description |
|---|
PersonFilter(org.eclipse.jgit.lib.PersonIdent person)
Create a person filter
|
PersonFilter(String name,
String email)
Create a person filter
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
match(org.eclipse.jgit.lib.PersonIdent ident)
Match the specified
PersonIdent against the name and e-mail
address of the configured PersonIdent. |
clone, include, reset, setRepository, setStop, throwIOExceptionprotected final String name
protected final String email
Copyright © 2011-2017. All Rights Reserved.