Uses of Interface
com.perforce.p4java.core.IJob

Packages that use IJob
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. 
com.perforce.p4java.server Provides interfaces and classes for accessing Perforce SCM servers and associated server-level services. 
 

Uses of IJob in com.perforce.p4java.core
 

Methods in com.perforce.p4java.core that return types with arguments of type IJob
 java.util.List<IJob> IChangelist.getJobs()
          Return a list of Perforce jobs marked as associated with this changelist.
 

Uses of IJob in com.perforce.p4java.impl.generic.core
 

Classes in com.perforce.p4java.impl.generic.core that implement IJob
 class Job
          Simple generic default implementation class for the IJob interface.
 

Methods in com.perforce.p4java.impl.generic.core that return types with arguments of type IJob
 java.util.List<IJob> Changelist.getJobs()
           
 

Uses of IJob in com.perforce.p4java.server
 

Methods in com.perforce.p4java.server that return IJob
 IJob IServer.createJob(java.util.Map<java.lang.String,java.lang.Object> fieldMap)
          Create a new Perforce job in the Perforce server corresponding to the passed-in Perforce job fields (which in turn should correspond to at least the mandatory fields defined in the reigning Perforce job spec).
 IJob IServer.getJob(java.lang.String jobId)
          Get a specific job.
 

Methods in com.perforce.p4java.server that return types with arguments of type IJob
 java.util.List<IJob> IServer.getJobs(java.util.List<IFileSpec> fileSpecs, int maxJobs, boolean longDescriptions, boolean reverseOrder, boolean includeIntegrated, java.lang.String jobView)
          Return a list of Perforce jobs.
 

Methods in com.perforce.p4java.server with parameters of type IJob
 java.lang.String IServer.updateJob(IJob job)
          Update a Perforce job on the Perforce server.
 



Copyright (c) 2008-2010 Perforce Software. All rights reserved.