Uses of Class
com.github.jenkins.lastchanges.model.LastChanges
Packages that use LastChanges
Package
Description
-
Uses of LastChanges in com.github.jenkins.lastchanges
Methods in com.github.jenkins.lastchanges that return LastChangesModifier and TypeMethodDescriptionLastChangesBuildAction.getBuildChanges()
LastChangesPublisher.getLastChanges()
Methods in com.github.jenkins.lastchanges with parameters of type LastChangesModifier and TypeMethodDescriptionstatic String
LastChangesUtil.toHtmlDiff
(LastChanges buildChanges, String buildName) Constructors in com.github.jenkins.lastchanges with parameters of type LastChangesModifierConstructorDescriptionDownloadRenderer
(LastChanges buildChanges, String buildName, boolean isHtml) LastChangesBuildAction
(Run<?, ?> build, LastChanges lastChanges, LastChangesConfig config) -
Uses of LastChanges in com.github.jenkins.lastchanges.api
Methods in com.github.jenkins.lastchanges.api that return LastChangesModifier and TypeMethodDescriptionVCSChanges.changesOf
(REPOSITORY repository) VCSChanges.changesOf
(REPOSITORY repository, REVISION currentRevision, REVISION previousRevision) -
Uses of LastChanges in com.github.jenkins.lastchanges.impl
Methods in com.github.jenkins.lastchanges.impl that return LastChangesModifier and TypeMethodDescriptionGitLastChanges.changesOf
(org.eclipse.jgit.lib.Repository repository) Creates last changes from repository last two revisionsGitLastChanges.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 revisionsCreates last changes from repository last two revisionsSvnLastChanges.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 -
Uses of LastChanges in com.github.jenkins.lastchanges.pipeline
Methods in com.github.jenkins.lastchanges.pipeline that return LastChanges