Uses of Interface
com.perforce.p4java.core.IJobSpec.IJobSpecField

Packages that use IJobSpec.IJobSpecField
com.perforce.p4java.core Provides interfaces and classes for defining and accessing Perforce objects such as jobs, changelists, etc., and, through the file sub-package, Perforce files. 
com.perforce.p4java.impl.generic.core Provides standard implementation classes for the com.perforce.p4java.core interfaces. 
 

Uses of IJobSpec.IJobSpecField in com.perforce.p4java.core
 

Methods in com.perforce.p4java.core that return types with arguments of type IJobSpec.IJobSpecField
 List<IJobSpec.IJobSpecField> IJobSpec.getFields()
          Return a list of all known Perforce job fields on this jobspec.
 

Method parameters in com.perforce.p4java.core with type arguments of type IJobSpec.IJobSpecField
 void IJobSpec.setFields(List<IJobSpec.IJobSpecField> fields)
          Set the list of all known Perforce job fields on this jobspec.
 

Uses of IJobSpec.IJobSpecField in com.perforce.p4java.impl.generic.core
 

Classes in com.perforce.p4java.impl.generic.core that implement IJobSpec.IJobSpecField
protected  class JobSpec.JobSpecField
           
 

Methods in com.perforce.p4java.impl.generic.core that return types with arguments of type IJobSpec.IJobSpecField
 List<IJobSpec.IJobSpecField> JobSpec.getFields()
           
 

Method parameters in com.perforce.p4java.impl.generic.core with type arguments of type IJobSpec.IJobSpecField
 void JobSpec.setFields(List<IJobSpec.IJobSpecField> fields)
           
 



Copyright © 2015 Perforce Software. All Rights Reserved.