public class GitRetriever extends Object
| Constructor and Description |
|---|
GitRetriever() |
| Modifier and Type | Method and Description |
|---|---|
File |
call() |
GitRetriever |
setCommit(org.eclipse.jgit.revwalk.RevCommit commit) |
GitRetriever |
setPath(String path) |
GitRetriever |
setRepository(org.eclipse.jgit.lib.Repository repo) |
GitRetriever |
toDir(File toDir) |
public GitRetriever setCommit(org.eclipse.jgit.revwalk.RevCommit commit)
public GitRetriever setRepository(org.eclipse.jgit.lib.Repository repo)
public GitRetriever setPath(String path)
public GitRetriever toDir(File toDir)
public File call() throws DocAsCodeException
DocAsCodeExceptionCopyright © 2019. All rights reserved.