public class CommitExtractor extends Object implements org.tmatesoft.svn.core.ISVNLogEntryHandler
Constructor and Description |
---|
CommitExtractor(int commitLimit) |
Modifier and Type | Method and Description |
---|---|
List<CommitContext> |
getCommits() |
long |
getHighestRevisionFound() |
int |
getSkippedCommitsCnt() |
void |
handleLogEntry(org.tmatesoft.svn.core.SVNLogEntry logEntry) |
public void handleLogEntry(org.tmatesoft.svn.core.SVNLogEntry logEntry)
handleLogEntry
in interface org.tmatesoft.svn.core.ISVNLogEntryHandler
public int getSkippedCommitsCnt()
public long getHighestRevisionFound()
public List<CommitContext> getCommits()
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.