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.impl.mapbased.server   
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 IJob
static IJob CoreFactory.createJob(IOptionsServer server, Map<String,Object> map, boolean createOnServer)
          Simple convenience factory method to create a new local or in-server job.
 

Methods in com.perforce.p4java.core that return types with arguments of type IJob
 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
 List<IJob> Changelist.getJobs()
           
 

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

Methods in com.perforce.p4java.impl.mapbased.server that return IJob
 IJob Server.createJob(Map<String,Object> fieldMap)
           
 IJob Server.getJob(String jobId)
           
 

Methods in com.perforce.p4java.impl.mapbased.server that return types with arguments of type IJob
 List<IJob> Server.getJobs(List<IFileSpec> fileSpecs, GetJobsOptions opts)
           
 List<IJob> Server.getJobs(List<IFileSpec> fileSpecs, int maxJobs, boolean longDescriptions, boolean reverseOrder, boolean includeIntegrated, String jobView)
           
 

Methods in com.perforce.p4java.impl.mapbased.server with parameters of type IJob
 String Server.updateJob(IJob job)
           
 

Uses of IJob in com.perforce.p4java.server
 

Methods in com.perforce.p4java.server that return IJob
 IJob IServer.createJob(Map<String,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(String jobId)
          Get a specific job.
 

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

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



Copyright © 2015 Perforce Software. All Rights Reserved.