| 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.
|
| Modifier and Type | Method and Description |
|---|---|
List<IJobSpec.IJobSpecField> |
IJobSpec.getFields()
Return a list of all known Perforce job fields on this jobspec.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IJobSpec.setFields(List<IJobSpec.IJobSpecField> fields)
Set the list of all known Perforce job fields on this jobspec.
|
| Modifier and Type | Class and Description |
|---|---|
protected class |
JobSpec.JobSpecField |
| Modifier and Type | Method and Description |
|---|---|
List<IJobSpec.IJobSpecField> |
JobSpec.getFields() |
| Modifier and Type | Method and Description |
|---|---|
void |
JobSpec.setFields(List<IJobSpec.IJobSpecField> fields) |
Copyright © 2017 Perforce Software. All Rights Reserved.