Uses of Interface
com.perforce.p4java.admin.ITriggerEntry

Packages that use ITriggerEntry
com.perforce.p4java.admin   
com.perforce.p4java.impl.generic.admin   
com.perforce.p4java.impl.mapbased.server   
com.perforce.p4java.server Provides interfaces and classes for accessing Perforce SCM servers and associated server-level services. 
 

Uses of ITriggerEntry in com.perforce.p4java.admin
 

Methods in com.perforce.p4java.admin that return types with arguments of type ITriggerEntry
 List<ITriggerEntry> ITriggersTable.getEntries()
          Gets the list of trigger entries.
 

Method parameters in com.perforce.p4java.admin with type arguments of type ITriggerEntry
 void ITriggersTable.setEntries(List<ITriggerEntry> entries)
          Sets the list of trigger entries.
 

Uses of ITriggerEntry in com.perforce.p4java.impl.generic.admin
 

Classes in com.perforce.p4java.impl.generic.admin that implement ITriggerEntry
 class TriggerEntry
          Default ITriggerEntry implementation class.
 

Methods in com.perforce.p4java.impl.generic.admin that return types with arguments of type ITriggerEntry
 List<ITriggerEntry> TriggersTable.getEntries()
           
 

Method parameters in com.perforce.p4java.impl.generic.admin with type arguments of type ITriggerEntry
 void TriggersTable.setEntries(List<ITriggerEntry> entries)
           
 

Constructor parameters in com.perforce.p4java.impl.generic.admin with type arguments of type ITriggerEntry
TriggersTable(List<ITriggerEntry> entries)
          Explicit-value constructor.
 

Uses of ITriggerEntry in com.perforce.p4java.impl.mapbased.server
 

Methods in com.perforce.p4java.impl.mapbased.server that return types with arguments of type ITriggerEntry
 List<ITriggerEntry> Server.getTriggerEntries()
           
 

Method parameters in com.perforce.p4java.impl.mapbased.server with type arguments of type ITriggerEntry
 String Server.createTriggerEntries(List<ITriggerEntry> entryList)
           
 String Server.updateTriggerEntries(List<ITriggerEntry> entryList)
           
 

Uses of ITriggerEntry in com.perforce.p4java.server
 

Methods in com.perforce.p4java.server that return types with arguments of type ITriggerEntry
 List<ITriggerEntry> IOptionsServer.getTriggerEntries()
          Get a list of Perforce trigger entries.
 

Method parameters in com.perforce.p4java.server with type arguments of type ITriggerEntry
 String IOptionsServer.createTriggerEntries(List<ITriggerEntry> entryList)
          Create or replace the triggers table data on the Perforce server with these new trigger entries.
 String IOptionsServer.updateTriggerEntries(List<ITriggerEntry> entryList)
          Replace the triggers table data on the Perforce server with these new triggers entries.
 



Copyright © 2015 Perforce Software. All Rights Reserved.