public interface ICommitDelegator
| Modifier and Type | Method and Description |
|---|---|
InputStream |
getBlobObject(String repo,
String sha)
Usage: cat-file -n {repo} blob {object-sha}
|
ICommit |
getCommitObject(String sha)
Usage: cat-file commit {object-sha}
(requires 'super' permission)
|
ICommit |
getCommitObject(String sha,
String repo)
Usage: cat-file -n {repo} commit {object-sha}
|
List<ICommit> |
getGraphCommitLogList(GraphCommitLogOptions options)
Usage: log -n {repo} {object-sha}
|
IGraphObject |
getGraphObject(String sha)
Usage: cat-file -t {object-sha}
|
ICommit getCommitObject(String sha) throws P4JavaException
P4JavaExceptionICommit getCommitObject(String sha, String repo) throws P4JavaException
P4JavaExceptionInputStream getBlobObject(String repo, String sha) throws P4JavaException
P4JavaExceptionIGraphObject getGraphObject(String sha) throws P4JavaException
P4JavaExceptionList<ICommit> getGraphCommitLogList(GraphCommitLogOptions options) throws P4JavaException
options - graph log optionsP4JavaExceptionCopyright © 2017 Perforce Software. All Rights Reserved.