public interface ITriggerEntry extends IMapEntry
| Modifier and Type | Interface and Description |
|---|---|
static class |
ITriggerEntry.TriggerType |
IMapEntry.EntryTypeEXCLUDE_PREFIX, ORDER_UNKNOWN, OVERLAY_PREFIX| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCommand()
Gets the trigger command.
|
java.lang.String |
getName()
Gets the trigger name.
|
java.lang.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(java.lang.String command)
Sets the trigger command.
|
void |
setName(java.lang.String name)
Sets the trigger name.
|
void |
setPath(java.lang.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.
|
java.lang.String getName()
void setName(java.lang.String name)
name - the trigger nameITriggerEntry.TriggerType getTriggerType()
void setTriggerType(ITriggerEntry.TriggerType type)
type - the trigger typejava.lang.String getPath()
void setPath(java.lang.String path)
path - the depot file path pattern or form typejava.lang.String getCommand()
void setCommand(java.lang.String command)
name - the trigger commandCopyright © 2018 Perforce Software. All Rights Reserved.