| Package | Description |
|---|---|
| com.perforce.p4java.admin | |
| com.perforce.p4java.impl.generic.admin |
| Modifier and Type | Method and Description |
|---|---|
static ITriggerEntry.TriggerType |
ITriggerEntry.TriggerType.fromString(String triggerType)
Return a suitable Trigger type as inferred from the passed-in
string, which is assumed to be the string form of a Depot type.
|
ITriggerEntry.TriggerType |
ITriggerEntry.getTriggerType()
Gets the trigger type.
|
static ITriggerEntry.TriggerType |
ITriggerEntry.TriggerType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ITriggerEntry.TriggerType[] |
ITriggerEntry.TriggerType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ITriggerEntry.setTriggerType(ITriggerEntry.TriggerType type)
Sets the trigger type.
|
| Modifier and Type | Method and Description |
|---|---|
ITriggerEntry.TriggerType |
TriggerEntry.getTriggerType() |
| Modifier and Type | Method and Description |
|---|---|
void |
TriggerEntry.setTriggerType(ITriggerEntry.TriggerType triggerType) |
| Constructor and Description |
|---|
TriggerEntry(int order,
String name,
ITriggerEntry.TriggerType triggerType,
String path,
String command)
Explicit-value constructor.
|
Copyright © 2017 Perforce Software. All Rights Reserved.