Uses of Class
com.perforce.api.Job

Packages that use Job
com.perforce.api Provides legacy perforce.com API classes. 
 

Uses of Job in com.perforce.api
 

Methods in com.perforce.api that return Job
static Job Job.getJob(Env env, java.lang.String name)
          Returns the job with the specified name.
static Job Job.getJob(java.lang.String name)
          Returns the job with the specified name.
static Job[] Job.getJobFixes(Env env, java.lang.String change, java.lang.String[] files)
          Returns an array of jobs that fix the specified change, limited to the list of files if specified.
static Job[] Job.getJobs(Env env)
           
static Job[] Job.getJobs(Env env, java.lang.String jobview, int max, boolean use_integs, java.lang.String[] files)
           
 



Copyright © 2009. All Rights Reserved.