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(java.lang.String sha)
Usage: cat-file commit {object-sha}
|
ICommit |
Server.getCommitObject(java.lang.String sha,
java.lang.String repo)
Usage: cat-file -n {repo} commit {object-sha}
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ICommit> |
Server.getGraphCommitLogList(GraphCommitLogOptions options) |
Modifier and Type | Method and Description |
---|---|
ICommit |
CommitDelegator.getCommitObject(java.lang.String sha) |
ICommit |
CommitDelegator.getCommitObject(java.lang.String sha,
java.lang.String repo) |
Modifier and Type | Method and Description |
---|---|
java.util.List<ICommit> |
CommitDelegator.getGraphCommitLogList(GraphCommitLogOptions options)
Returns a List
|
Modifier and Type | Method and Description |
---|---|
ICommit |
ICommitDelegator.getCommitObject(java.lang.String sha)
Usage: cat-file commit {object-sha}
(requires 'super' permission)
|
ICommit |
ICommitDelegator.getCommitObject(java.lang.String sha,
java.lang.String repo)
Usage: cat-file -n {repo} commit {object-sha}
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ICommit> |
IGraphCommitLogDelegator.getGraphCommitLogList(GraphCommitLogOptions options) |
java.util.List<ICommit> |
ICommitDelegator.getGraphCommitLogList(GraphCommitLogOptions options)
Usage: log -n {repo} {object-sha}
|
Copyright © 2018 Perforce Software. All Rights Reserved.