public class RegexpFilter extends Object implements CommitFilter
| Constructor and Description |
|---|
RegexpFilter(String excludeCommitsRegexp) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
renderCommit(org.eclipse.jgit.revwalk.RevCommit commit)
Returns true if the commit should be rendered; otherwise false.
|
public RegexpFilter(String excludeCommitsRegexp)
public boolean renderCommit(org.eclipse.jgit.revwalk.RevCommit commit)
CommitFilterrenderCommit in interface CommitFiltercommit - The commit to renderCopyright © 2011–2019. All rights reserved.