Class CommitExtractor
- java.lang.Object
-
- com.atlassian.bamboo.repository.svn.CommitExtractor
-
- All Implemented Interfaces:
org.tmatesoft.svn.core.ISVNLogEntryHandler
public class CommitExtractor extends Object implements org.tmatesoft.svn.core.ISVNLogEntryHandler
-
-
Constructor Summary
Constructors Constructor Description CommitExtractor(int commitLimit)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<CommitContext>
getCommits()
long
getHighestRevisionFound()
int
getSkippedCommitsCnt()
void
handleLogEntry(org.tmatesoft.svn.core.SVNLogEntry logEntry)
-
-
-
Method Detail
-
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
public List<CommitContext> getCommits()
-
-