| Package | Description |
|---|---|
| io.hawt.git |
| Modifier and Type | Method and Description |
|---|---|
CommitInfo |
GitFacadeSupport.createCommitInfo(org.eclipse.jgit.revwalk.RevCommit entry) |
CommitInfo |
GitFacadeMXBean.createDirectory(String branch,
String path,
String commitMessage,
String authorName,
String authorEmail)
Creates a new file if it doesn't already exist
|
CommitInfo |
GitFacade.createDirectory(String branch,
String path,
String commitMessage,
String authorName,
String authorEmail) |
protected CommitInfo |
GitFacadeSupport.doCreateDirectory(org.eclipse.jgit.api.Git git,
File rootDir,
String branch,
String path,
org.eclipse.jgit.lib.PersonIdent personIdent,
String commitMessage) |
protected CommitInfo |
GitFacadeSupport.doGetCommitInfo(org.eclipse.jgit.api.Git git,
String commitId) |
protected CommitInfo |
GitFacadeSupport.doWrite(org.eclipse.jgit.api.Git git,
File rootDir,
String branch,
String path,
byte[] contents,
org.eclipse.jgit.lib.PersonIdent personIdent,
String commitMessage) |
CommitInfo |
GitFacadeMXBean.getCommitInfo(String commitId)
Returns details about the commit, such as its message etc
|
CommitInfo |
GitFacade.getCommitInfo(String commitId) |
CommitInfo |
GitFacadeMXBean.write(String branch,
String path,
String commitMessage,
String authorName,
String authorEmail,
String contents) |
CommitInfo |
GitFacade.write(String branch,
String path,
String commitMessage,
String authorName,
String authorEmail,
String contents) |
CommitInfo |
GitFacadeMXBean.writeBase64(String branch,
String path,
String commitMessage,
String authorName,
String authorEmail,
String contentsBase64) |
CommitInfo |
GitFacade.writeBase64(String branch,
String path,
String commitMessage,
String authorName,
String authorEmail,
String contentsBase64) |
| Modifier and Type | Method and Description |
|---|---|
protected List<CommitInfo> |
GitFacadeSupport.doHistory(org.eclipse.jgit.api.Git git,
String branch,
String objectId,
String pathOrBlobPath,
int limit) |
List<CommitInfo> |
GitFacadeMXBean.history(String branch,
String objectId,
String path,
int limit)
Return the history of the repository or a specific directory or file path
|
List<CommitInfo> |
GitFacade.history(String branch,
String objectId,
String path,
int limit) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.