Uses of Class
com.github.jenkins.lastchanges.model.CommitInfo
Packages that use CommitInfo
Package
Description
-
Uses of CommitInfo in com.github.jenkins.lastchanges.api
Methods in com.github.jenkins.lastchanges.api that return CommitInfoModifier and TypeMethodDescriptionVCSChanges.commitInfo(REPOSITORY repository, REVISION revision) Methods in com.github.jenkins.lastchanges.api that return types with arguments of type CommitInfoModifier and TypeMethodDescriptionVCSChanges.getCommitsBetweenRevisions(REPOSITORY repository, REVISION currentRevision, REVISION previousRevision) -
Uses of CommitInfo in com.github.jenkins.lastchanges.impl
Methods in com.github.jenkins.lastchanges.impl that return CommitInfoModifier and TypeMethodDescriptionGitLastChanges.commitInfo(org.eclipse.jgit.lib.Repository repository, org.eclipse.jgit.lib.ObjectId commitId) SvnLastChanges.commitInfo(File repository, org.tmatesoft.svn.core.wc.SVNRevision revision) Methods in com.github.jenkins.lastchanges.impl that return types with arguments of type CommitInfoModifier and TypeMethodDescriptionGitLastChanges.getCommitsBetweenRevisions(org.eclipse.jgit.lib.Repository gitRepository, org.eclipse.jgit.lib.ObjectId currentRevision, org.eclipse.jgit.lib.ObjectId previousRevision) SvnLastChanges.getCommitsBetweenRevisions(File svnRepository, org.tmatesoft.svn.core.wc.SVNRevision currentRevision, org.tmatesoft.svn.core.wc.SVNRevision previousRevision) -
Uses of CommitInfo in com.github.jenkins.lastchanges.model
Methods in com.github.jenkins.lastchanges.model that return CommitInfoModifier and TypeMethodDescriptionCommitChanges.getCommitInfo()LastChanges.getCurrentRevision()LastChanges.getPreviousRevision()CommitInfo.setCommitDate(String commitDate) CommitInfo.setCommiterEmail(String committerEmail) Deprecated.Use getCommitterEmailCommitInfo.setCommiterName(String committerName) Deprecated.Use setCommitterNameCommitInfo.setCommitId(String commitId) CommitInfo.setCommitMessage(String commitMessage) CommitInfo.setCommitterEmail(String committerEmail) CommitInfo.setCommitterName(String committerName) Constructors in com.github.jenkins.lastchanges.model with parameters of type CommitInfoModifierConstructorDescriptionCommitChanges(CommitInfo commitInfo, String changes) LastChanges(CommitInfo current, CommitInfo previous, String diff)