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}
|
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
P4JavaException
InputStream getBlobObject(String repo, String sha) throws P4JavaException
P4JavaException
IGraphObject getGraphObject(String sha) throws P4JavaException
P4JavaException
List<ICommit> getGraphCommitLogList(GraphCommitLogOptions options) throws P4JavaException
options
- graph log optionsP4JavaException
Copyright © 2017 Perforce Software. All Rights Reserved.