public class CommitHistory extends Object
Constructor and Description |
---|
CommitHistory(List<org.eclipse.jgit.revwalk.RevCommit> commits,
Map<org.eclipse.jgit.lib.AnyObjectId,String> pathsByCommit,
String trackedPath) |
Modifier and Type | Method and Description |
---|---|
List<org.eclipse.jgit.revwalk.RevCommit> |
getCommits() |
String |
getTrackedFilePath() |
String |
trackedFileNameChangeFor(org.eclipse.jgit.lib.AnyObjectId commitId) |
public List<org.eclipse.jgit.revwalk.RevCommit> getCommits()
public String getTrackedFilePath()
public String trackedFileNameChangeFor(org.eclipse.jgit.lib.AnyObjectId commitId)
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.