Package | Description |
---|---|
com.github.jenkins.lastchanges | |
com.github.jenkins.lastchanges.api | |
com.github.jenkins.lastchanges.impl | |
com.github.jenkins.lastchanges.pipeline |
Modifier and Type | Method and Description |
---|---|
LastChanges |
LastChangesBuildAction.getBuildChanges() |
LastChanges |
LastChangesPublisher.getLastChanges() |
Modifier and Type | Method and Description |
---|---|
static String |
LastChangesUtil.toHtmlDiff(LastChanges buildChanges,
String buildName) |
Constructor and Description |
---|
DownloadRenderer(LastChanges buildChanges,
String buildName,
boolean isHtml) |
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 |
SvnLastChanges.changesOf(File repository)
Creates last changes from repository last two revisions
|
LastChanges |
SvnLastChanges.changesOf(File repository,
org.tmatesoft.svn.core.wc.SVNRevision currentRevision,
org.tmatesoft.svn.core.wc.SVNRevision previousRevision)
Creates last changes from two revisions of repository
|
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
|
Modifier and Type | Method and Description |
---|---|
LastChanges |
LastChangesPublisherScript.getLastChanges() |
Copyright © 2016–2019. All rights reserved.