Package | Description |
---|---|
com.github.jenkins.lastchanges | |
com.github.jenkins.lastchanges.api | |
com.github.jenkins.lastchanges.impl |
Modifier and Type | Method and Description |
---|---|
LastChanges |
LastChangesBuildAction.getBuildChanges() |
Constructor and Description |
---|
LastChangesBuildAction(hudson.model.Run<?,?> build,
LastChanges lastChanges,
LastChangesConfig config) |
Modifier and Type | Method and Description |
---|---|
LastChanges |
VCSChanges.changesOf(REPOSITORY repository) |
LastChanges |
VCSChanges.changesOf(REPOSITORY repository,
REVISION currentRevision,
REVISION previousRevision) |
Modifier and Type | Method and Description |
---|---|
LastChanges |
GitLastChanges.changesOf(org.eclipse.jgit.lib.Repository repository)
Creates last changes from repository last two revisions
|
LastChanges |
GitLastChanges.changesOf(org.eclipse.jgit.lib.Repository repository,
org.eclipse.jgit.lib.ObjectId currentRevision,
org.eclipse.jgit.lib.ObjectId previousRevision)
Creates last changes by "diffing" two revisions
|
LastChanges |
SvnLastChanges.changesOf(org.tmatesoft.svn.core.io.SVNRepository repository)
Creates last changes from repository last two revisions
|
LastChanges |
SvnLastChanges.changesOf(org.tmatesoft.svn.core.io.SVNRepository repository,
Long currentRevision,
Long previousRevision)
Creates last changes from two revisions of repository
|
Copyright © 2016. All rights reserved.