|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ITriggerEntry
Describes a protection entry (line) in a Perforce triggers table. These are described in more detail in the various main Perforce admin documentation pages.
| Nested Class Summary | |
|---|---|
static class |
ITriggerEntry.TriggerType
|
| Nested classes/interfaces inherited from interface com.perforce.p4java.core.IMapEntry |
|---|
IMapEntry.EntryType |
| Field Summary |
|---|
| Fields inherited from interface com.perforce.p4java.core.IMapEntry |
|---|
EXCLUDE_PREFIX, ORDER_UNKNOWN, OVERLAY_PREFIX |
| Method Summary | |
|---|---|
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. |
| Methods inherited from interface com.perforce.p4java.core.IMapEntry |
|---|
getLeft, getLeft, getOrder, getRight, getRight, getType, setLeft, setOrder, setRight, setType, toString, toString |
| Method Detail |
|---|
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 command
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||