| 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)
|