public interface IIntegratedDelegator
Modifier and Type | Method and Description |
---|---|
List<IFileSpec> |
getSubmittedIntegrations(List<IFileSpec> fileSpecs,
GetSubmittedIntegrationsOptions opts)
Get a list of submitted integrations for the passed-in filespecs.
|
List<IFileSpec> |
getSubmittedIntegrations(List<IFileSpec> fileSpecs,
String branchSpec,
boolean reverseMappings)
Get a list of submitted integrations for the passed-in filespecs.
|
List<IFileSpec> getSubmittedIntegrations(List<IFileSpec> fileSpecs, String branchSpec, boolean reverseMappings) throws ConnectionException, RequestException, AccessException
fileSpecs
- if null or ommitted, all qualifying depot files are used.branchSpec
- if non-null, only files integrated from the source to target
files in the branch view are shown. Qualified files are
displayed even if they were integrated without using the
branch view itself.reverseMappings
- if true,reverses the mappings in the branch view, with the
target files and source files exchanging place. This requires
the branchSpec to be non-null.ConnectionException
- if the Perforce server is unreachable or is not connected.RequestException
- if the Perforce server encounters an error during its
processing of the requestAccessException
- if the Perforce server denies access to the callerList<IFileSpec> getSubmittedIntegrations(List<IFileSpec> fileSpecs, GetSubmittedIntegrationsOptions opts) throws P4JavaException
fileSpecs
- if null or omitted, all qualifying depot files are used.opts
- GetSubmittedIntegrations object describing optional
parameters; if null, no options are set.P4JavaException
- if an error occurs processing this method and its parameters.Copyright © 2017 Perforce Software. All Rights Reserved.