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 |
---|---|
IJobSpec |
IJob.getJobSpec() |
Modifier and Type | Method and Description |
---|---|
void |
IJob.setJobSpec(IJobSpec jobSpec) |
Modifier and Type | Class and Description |
---|---|
class |
JobSpec
Simple generic default implementation class for the IJobSpec interface.
|
Modifier and Type | Method and Description |
---|---|
IJobSpec |
Job.getJobSpec() |
Modifier and Type | Method and Description |
---|---|
void |
Job.setJobSpec(IJobSpec jobSpec) |
Modifier and Type | Method and Description |
---|---|
IJobSpec |
Server.getJobSpec() |
Modifier and Type | Method and Description |
---|---|
IJobSpec |
JobSpecDelegator.getJobSpec() |
Modifier and Type | Method and Description |
---|---|
IJobSpec |
IJobSpecDelegator.getJobSpec()
Return the Perforce jobspec associated with this Perforce server.
|
Copyright © 2017 Perforce Software. All Rights Reserved.