public interface ITriggerEntry extends IMapEntry
Modifier and Type | Interface and Description |
---|---|
static class |
ITriggerEntry.TriggerType |
IMapEntry.EntryType
EXCLUDE_PREFIX, ORDER_UNKNOWN, OVERLAY_PREFIX
Modifier and Type | Method and Description |
---|---|
String |
getCommand()
Gets the trigger command.
|
String |
getName()
Gets the trigger name.
|
String |
getPath()
For change and submit triggers, a file pattern to match files in the
changelist.
|
ITriggerEntry.TriggerType |
getTriggerType()
Gets the trigger type.
|
void |
setCommand(String command)
Sets the trigger command.
|
void |
setName(String name)
Sets the trigger name.
|
void |
setPath(String path)
For change and submit triggers, a file pattern to match files in the
changelist.
|
void |
setTriggerType(ITriggerEntry.TriggerType type)
Sets the trigger type.
|
String getName()
void setName(String name)
name
- the trigger nameITriggerEntry.TriggerType getTriggerType()
void setTriggerType(ITriggerEntry.TriggerType type)
type
- the trigger typeString getPath()
void setPath(String path)
path
- the depot file path pattern or form typeString getCommand()
void setCommand(String command)
name
- the trigger commandCopyright © 2017 Perforce Software. All Rights Reserved.