public class SvnLastChanges extends Object implements VCSChanges<org.tmatesoft.svn.core.io.SVNRepository,Long>
| Constructor and Description |
|---|
SvnLastChanges() |
| Modifier and Type | Method and Description |
|---|---|
LastChanges |
changesOf(org.tmatesoft.svn.core.io.SVNRepository repository)
Creates last changes from repository last two revisions
|
LastChanges |
changesOf(org.tmatesoft.svn.core.io.SVNRepository repository,
Long currentRevision,
Long previousRevision)
Creates last changes from two revisions of repository
|
static SvnLastChanges |
getInstance() |
static org.tmatesoft.svn.core.io.SVNRepository |
repository(String path)
Deprecated.
used for unit test only
|
static org.tmatesoft.svn.core.io.SVNRepository |
repository(hudson.scm.SubversionSCM scm,
hudson.model.AbstractProject<?,?> rootProject) |
public static SvnLastChanges getInstance()
public static org.tmatesoft.svn.core.io.SVNRepository repository(String path)
path - local svn repository pathrepository(SubversionSCM, AbstractProject)public static org.tmatesoft.svn.core.io.SVNRepository repository(hudson.scm.SubversionSCM scm,
hudson.model.AbstractProject<?,?> rootProject)
public LastChanges changesOf(org.tmatesoft.svn.core.io.SVNRepository repository)
changesOf in interface VCSChanges<org.tmatesoft.svn.core.io.SVNRepository,Long>repository - svn repository to get last changespublic LastChanges changesOf(org.tmatesoft.svn.core.io.SVNRepository repository, Long currentRevision, Long previousRevision)
changesOf in interface VCSChanges<org.tmatesoft.svn.core.io.SVNRepository,Long>repository - svn repository to get last changesCopyright © 2016. All rights reserved.