Package | Description |
---|---|
com.perforce.p4java.graph | |
com.perforce.p4java.impl.generic.graph |
Modifier and Type | Method and Description |
---|---|
CommitAction |
ICommit.getAction() |
static CommitAction |
CommitAction.parse(java.lang.String key) |
static CommitAction |
CommitAction.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CommitAction[] |
CommitAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CommitAction |
Commit.getAction() |
Constructor and Description |
---|
Commit(java.lang.String commit,
java.lang.String tree,
CommitAction action,
java.util.List<java.lang.String> parent,
java.lang.String author,
java.lang.String authorEmail,
java.util.Date date,
java.lang.String committer,
java.lang.String committerEmail,
java.util.Date committerDate,
java.lang.String description) |
Copyright © 2021 Perforce Software. All Rights Reserved.