Uses of Class
com.github.jenkins.lastchanges.model.LastChanges
-
Packages that use LastChanges Package Description com.github.jenkins.lastchanges com.github.jenkins.lastchanges.api com.github.jenkins.lastchanges.impl com.github.jenkins.lastchanges.pipeline -
-
Uses of LastChanges in com.github.jenkins.lastchanges
Methods in com.github.jenkins.lastchanges that return LastChanges Modifier and Type Method Description LastChanges
LastChangesBuildAction. getBuildChanges()
LastChanges
LastChangesPublisher. getLastChanges()
Methods in com.github.jenkins.lastchanges with parameters of type LastChanges Modifier and Type Method Description static String
LastChangesUtil. toHtmlDiff(LastChanges buildChanges, String buildName)
Constructors in com.github.jenkins.lastchanges with parameters of type LastChanges Constructor Description DownloadRenderer(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 LastChanges Modifier and Type Method Description LastChanges
VCSChanges. changesOf(REPOSITORY repository)
LastChanges
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 LastChanges Modifier and Type Method Description LastChanges
GitLastChanges. changesOf(org.eclipse.jgit.lib.Repository repository)
Creates last changes from repository last two revisionsLastChanges
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 revisionsLastChanges
SvnLastChanges. changesOf(File repository)
Creates last changes from repository last two revisionsLastChanges
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 -
Uses of LastChanges in com.github.jenkins.lastchanges.pipeline
Methods in com.github.jenkins.lastchanges.pipeline that return LastChanges Modifier and Type Method Description LastChanges
LastChangesPublisherScript. getLastChanges()
-