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.option.changelist |
Modifier and Type | Method and Description |
---|---|
List<IFileSpec> |
IChangelist.submit(SubmitOptions opts)
Submit this changelist and associate it with any jobs in the passed-in options.
|
void |
IChangelist.submit(SubmitOptions opts,
IStreamingCallback callback,
int key)
Submit this changelist and associate it with any jobs in the passed-in options.
|
Modifier and Type | Method and Description |
---|---|
List<IFileSpec> |
Changelist.submit(SubmitOptions opts) |
void |
Changelist.submit(SubmitOptions opts,
IStreamingCallback callback,
int key) |
Modifier and Type | Method and Description |
---|---|
SubmitOptions |
SubmitOptions.setJobIds(List<String> jobIds) |
SubmitOptions |
SubmitOptions.setJobStatus(String jobStatus) |
SubmitOptions |
SubmitOptions.setReOpen(boolean reOpen) |
Copyright © 2017 Perforce Software. All Rights Reserved.