Modifier and Type | Method and Description |
---|---|
List<ITriggerEntry> |
ITriggersTable.getEntries()
Gets the list of trigger entries.
|
Modifier and Type | Method and Description |
---|---|
void |
ITriggersTable.setEntries(List<ITriggerEntry> entries)
Sets the list of trigger entries.
|
Modifier and Type | Class and Description |
---|---|
class |
TriggerEntry
Default ITriggerEntry implementation class.
|
Modifier and Type | Method and Description |
---|---|
List<ITriggerEntry> |
TriggersTable.getEntries() |
Modifier and Type | Method and Description |
---|---|
void |
TriggersTable.setEntries(List<ITriggerEntry> entries) |
Constructor and Description |
---|
TriggersTable(List<ITriggerEntry> entries)
Explicit-value constructor.
|
Modifier and Type | Method and Description |
---|---|
List<ITriggerEntry> |
Server.getTriggerEntries() |
Modifier and Type | Method and Description |
---|---|
String |
Server.createTriggerEntries(List<ITriggerEntry> entryList) |
String |
Server.updateTriggerEntries(List<ITriggerEntry> entryList) |
Modifier and Type | Method and Description |
---|---|
List<ITriggerEntry> |
TriggersDelegator.getTriggerEntries() |
Modifier and Type | Method and Description |
---|---|
String |
TriggersDelegator.createTriggerEntries(List<ITriggerEntry> entryList) |
String |
TriggersDelegator.updateTriggerEntries(List<ITriggerEntry> entryList) |
Modifier and Type | Method and Description |
---|---|
List<ITriggerEntry> |
ITriggersDelegator.getTriggerEntries()
Get a list of Perforce trigger entries.
|
Modifier and Type | Method and Description |
---|---|
String |
ITriggersDelegator.createTriggerEntries(List<ITriggerEntry> entryList)
Create or replace the triggers table data on the Perforce server with
these new trigger entries.
|
String |
ITriggersDelegator.updateTriggerEntries(List<ITriggerEntry> entryList)
Replace the triggers table data on the Perforce server with these new
triggers entries.
|
Copyright © 2017 Perforce Software. All Rights Reserved.