| Package | Description |
|---|---|
| com.perforce.p4java.impl.generic.graph | |
| com.perforce.p4java.impl.mapbased.server | |
| com.perforce.p4java.impl.mapbased.server.cmd | |
| com.perforce.p4java.server.delegator |
| Modifier and Type | Class and Description |
|---|---|
class |
Commit |
| Modifier and Type | Method and Description |
|---|---|
ICommit |
Server.getCommitObject(String sha)
Usage: cat-file commit {object-sha}
|
ICommit |
Server.getCommitObject(String sha,
String repo)
Usage: cat-file -n {repo} commit {object-sha}
|
| Modifier and Type | Method and Description |
|---|---|
List<ICommit> |
Server.getGraphCommitLogList(GraphCommitLogOptions options) |
| Modifier and Type | Method and Description |
|---|---|
ICommit |
CommitDelegator.getCommitObject(String sha) |
ICommit |
CommitDelegator.getCommitObject(String sha,
String repo) |
| Modifier and Type | Method and Description |
|---|---|
List<ICommit> |
CommitDelegator.getGraphCommitLogList(GraphCommitLogOptions options)
Returns a List
|
| Modifier and Type | Method and Description |
|---|---|
ICommit |
ICommitDelegator.getCommitObject(String sha)
Usage: cat-file commit {object-sha}
(requires 'super' permission)
|
ICommit |
ICommitDelegator.getCommitObject(String sha,
String repo)
Usage: cat-file -n {repo} commit {object-sha}
|
| Modifier and Type | Method and Description |
|---|---|
List<ICommit> |
IGraphCommitLogDelegator.getGraphCommitLogList(GraphCommitLogOptions options) |
List<ICommit> |
ICommitDelegator.getGraphCommitLogList(GraphCommitLogOptions options)
Usage: log -n {repo} {object-sha}
|
Copyright © 2017 Perforce Software. All Rights Reserved.