Package | Description |
---|---|
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.impl.mapbased.server.cmd | |
com.perforce.p4java.server.delegator |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
List<IJob> |
IChangelist.getJobs()
Return a list of Perforce jobs marked as associated with
this changelist.
|
Modifier and Type | Class and Description |
---|---|
class |
Job
Simple generic default implementation class for the IJob interface.
|
Modifier and Type | Method and Description |
---|---|
List<IJob> |
Changelist.getJobs() |
Modifier and Type | Method and Description |
---|---|
IJob |
Server.createJob(Map<String,Object> fieldMap) |
IJob |
Server.getJob(String jobId) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
String |
Server.updateJob(IJob job) |
Modifier and Type | Method and Description |
---|---|
IJob |
JobDelegator.createJob(Map<String,Object> fieldMap) |
IJob |
JobDelegator.getJob(String jobId) |
Modifier and Type | Method and Description |
---|---|
List<IJob> |
JobsDelegator.getJobs(List<IFileSpec> fileSpecs,
GetJobsOptions opts) |
List<IJob> |
JobsDelegator.getJobs(List<IFileSpec> fileSpecs,
int maxJobs,
boolean longDescriptions,
boolean reverseOrder,
boolean includeIntegrated,
String jobView) |
Modifier and Type | Method and Description |
---|---|
String |
JobDelegator.updateJob(IJob job) |
Modifier and Type | Method and Description |
---|---|
IJob |
IJobDelegator.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 |
IJobDelegator.getJob(String jobId)
Get a specific job.
|
Modifier and Type | Method and Description |
---|---|
List<IJob> |
IJobsDelegator.getJobs(List<IFileSpec> fileSpecs,
GetJobsOptions opts)
Return a list of Perforce jobs.
|
List<IJob> |
IJobsDelegator.getJobs(List<IFileSpec> fileSpecs,
int maxJobs,
boolean longDescriptions,
boolean reverseOrder,
boolean includeIntegrated,
String jobView)
Return a list of Perforce jobs.
|
Modifier and Type | Method and Description |
---|---|
String |
IJobDelegator.updateJob(IJob job)
Update a Perforce job on the Perforce server.
|
Copyright © 2017 Perforce Software. All Rights Reserved.