Package | Description |
---|---|
com.github.jenkins.lastchanges.api | |
com.github.jenkins.lastchanges.impl | |
com.github.jenkins.lastchanges.model |
Modifier and Type | Method and Description |
---|---|
CommitInfo |
VCSChanges.commitInfo(REPOSITORY repository,
REVISION revision) |
Modifier and Type | Method and Description |
---|---|
List<CommitInfo> |
VCSChanges.getCommitsBetweenRevisions(REPOSITORY repository,
REVISION currentRevision,
REVISION previousRevision) |
Modifier and Type | Method and Description |
---|---|
CommitInfo |
SvnLastChanges.commitInfo(File repository,
org.tmatesoft.svn.core.wc.SVNRevision revision) |
CommitInfo |
GitLastChanges.commitInfo(org.eclipse.jgit.lib.Repository repository,
org.eclipse.jgit.lib.ObjectId commitId) |
Modifier and Type | Method and Description |
---|---|
List<CommitInfo> |
SvnLastChanges.getCommitsBetweenRevisions(File svnRepository,
org.tmatesoft.svn.core.wc.SVNRevision currentRevision,
org.tmatesoft.svn.core.wc.SVNRevision previousRevision) |
List<CommitInfo> |
GitLastChanges.getCommitsBetweenRevisions(org.eclipse.jgit.lib.Repository gitRepository,
org.eclipse.jgit.lib.ObjectId currentRevision,
org.eclipse.jgit.lib.ObjectId previousRevision) |
Modifier and Type | Method and Description |
---|---|
CommitInfo |
CommitChanges.getCommitInfo() |
CommitInfo |
LastChanges.getCurrentRevision() |
CommitInfo |
LastChanges.getPreviousRevision() |
CommitInfo |
CommitInfo.setCommitDate(String commitDate) |
CommitInfo |
CommitInfo.setCommiterEmail(String committerEmail)
Deprecated.
Use getCommitterEmail
|
CommitInfo |
CommitInfo.setCommiterName(String committerName)
Deprecated.
Use setCommitterName
|
CommitInfo |
CommitInfo.setCommitId(String commitId) |
CommitInfo |
CommitInfo.setCommitMessage(String commitMessage) |
CommitInfo |
CommitInfo.setCommitterEmail(String committerEmail) |
CommitInfo |
CommitInfo.setCommitterName(String committerName) |
Constructor and Description |
---|
CommitChanges(CommitInfo commitInfo,
String changes) |
LastChanges(CommitInfo current,
CommitInfo previous,
String diff) |
Copyright © 2016–2019. All rights reserved.