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