Uses of Class
com.perforce.p4java.admin.ITriggerEntry.TriggerType

Packages that use ITriggerEntry.TriggerType
com.perforce.p4java.admin   
com.perforce.p4java.impl.generic.admin   
 

Uses of ITriggerEntry.TriggerType in com.perforce.p4java.admin
 

Methods in com.perforce.p4java.admin that return ITriggerEntry.TriggerType
static ITriggerEntry.TriggerType ITriggerEntry.TriggerType.fromString(String triggerType)
          Return a suitable Trigger type as inferred from the passed-in string, which is assumed to be the string form of a Depot type.
 ITriggerEntry.TriggerType ITriggerEntry.getTriggerType()
          Gets the trigger type.
static ITriggerEntry.TriggerType ITriggerEntry.TriggerType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ITriggerEntry.TriggerType[] ITriggerEntry.TriggerType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.perforce.p4java.admin with parameters of type ITriggerEntry.TriggerType
 void ITriggerEntry.setTriggerType(ITriggerEntry.TriggerType type)
          Sets the trigger type.
 

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

Methods in com.perforce.p4java.impl.generic.admin that return ITriggerEntry.TriggerType
 ITriggerEntry.TriggerType TriggerEntry.getTriggerType()
           
 

Methods in com.perforce.p4java.impl.generic.admin with parameters of type ITriggerEntry.TriggerType
 void TriggerEntry.setTriggerType(ITriggerEntry.TriggerType triggerType)
           
 

Constructors in com.perforce.p4java.impl.generic.admin with parameters of type ITriggerEntry.TriggerType
TriggerEntry(int order, String name, ITriggerEntry.TriggerType triggerType, String path, String command)
          Explicit-value constructor.
 



Copyright © 2016 Perforce Software. All Rights Reserved.