| 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(String key) |
static CommitAction |
CommitAction.valueOf(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(String commit,
String tree,
CommitAction action,
List<String> parent,
String author,
String authorEmail,
Date date,
String committer,
String committerEmail,
Date committerDate,
String description) |
Copyright © 2017 Perforce Software. All Rights Reserved.