Class CommitExtractor
java.lang.Object
com.atlassian.bamboo.repository.svn.CommitExtractor
- All Implemented Interfaces:
org.tmatesoft.svn.core.ISVNLogEntryHandler
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionlong
int
void
handleLogEntry
(org.tmatesoft.svn.core.SVNLogEntry logEntry)
-
Constructor Details
-
CommitExtractor
public CommitExtractor(int commitLimit)
-
-
Method Details
-
handleLogEntry
public void handleLogEntry(org.tmatesoft.svn.core.SVNLogEntry logEntry) - Specified by:
handleLogEntry
in interfaceorg.tmatesoft.svn.core.ISVNLogEntryHandler
-
getSkippedCommitsCnt
public int getSkippedCommitsCnt() -
getHighestRevisionFound
public long getHighestRevisionFound() -
getCommits
-