public class PathCommitFilter extends Object implements CommitFilter
| Constructor and Description |
|---|
PathCommitFilter(org.eclipse.jgit.lib.Repository repository,
String path,
org.apache.maven.plugin.logging.Log log) |
| 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 PathCommitFilter(org.eclipse.jgit.lib.Repository repository,
String path,
org.apache.maven.plugin.logging.Log log)
public boolean renderCommit(org.eclipse.jgit.revwalk.RevCommit commit)
CommitFilterrenderCommit in interface CommitFiltercommit - The commit to renderCopyright © 2011–2019. All rights reserved.