public interface ITriggersDelegator
Modifier and Type | Method and Description |
---|---|
String |
createTriggerEntries(List<ITriggerEntry> entryList)
Create or replace the triggers table data on the Perforce server with
these new trigger entries.
|
List<ITriggerEntry> |
getTriggerEntries()
Get a list of Perforce trigger entries.
|
InputStream |
getTriggersTable()
Get an InputStream onto the entries of the Perforce triggers table.
|
String |
updateTriggerEntries(List<ITriggerEntry> entryList)
Replace the triggers table data on the Perforce server with these new
triggers entries.
|
String createTriggerEntries(@Nonnull List<ITriggerEntry> entryList) throws P4JavaException
This method require that the user have 'super' access granted by 'p4 protect'.
Warning: this will overwrite the existing triggers table data.
entryList
- non-null list of trigger entries.P4JavaException
- if an error occurs processing this method and its parameters.List<ITriggerEntry> getTriggerEntries() throws P4JavaException
This method require that the user have 'super' access granted by 'p4 protect'.
P4JavaException
- if any error occurs in the processing of this method.String updateTriggerEntries(@Nonnull List<ITriggerEntry> entryList) throws P4JavaException
This method require that the user have 'super' access granted by 'p4 protect'.
Warning: this will overwrite the existing triggers table data.
entryList
- non-null list of trigger entries.P4JavaException
- if an error occurs processing this method and its parameters.InputStream getTriggersTable() throws P4JavaException
This method require that the user have 'super' access granted by 'p4 protect'.
P4JavaException
- if any error occurs in the processing of this method.Copyright © 2017 Perforce Software. All Rights Reserved.