[This is preliminary documentation and is subject to change.]
Get a list of submitted integrations for the passed-in file specs.
Namespace: Perforce.P4Assembly: p4api.net (in p4api.net.dll) Version: 2012.2.63.1250 (2012.2.63.1250)
Syntax
C# |
---|
public IList<FileIntegrationRecord> GetSubmittedIntegrations( IList<FileSpec> filespecs, Options options ) |
Visual Basic |
---|
Public Function GetSubmittedIntegrations ( _ filespecs As IList(Of FileSpec), _ options As Options _ ) As IList(Of FileIntegrationRecord) |
Visual C++ |
---|
public: IList<FileIntegrationRecord^>^ GetSubmittedIntegrations( IList<FileSpec^>^ filespecs, Options^ options ) |
Parameters
- filespecs
- Type: System.Collections.Generic..::..IList<(Of <(<'FileSpec>)>)>
- options
- Type: Perforce.P4..::..Options
Return Value
Remarks
p4 help integrated
integrated -- List integrations that have been submitted
p4 integrated [-r] [-b branch] [file ...]
The p4 integrated command lists integrations that have been submitted.
To list unresolved integrations, use 'p4 resolve -n'. To list
resolved but unsubmitted integrations, use 'p4 resolved'.
If the -b branch flag is specified, only files integrated from the
source to target files in the branch view are listed. Qualified
files are listed, even if they were integrated without using the
branch view.
The -r flag reverses the mappings in the branch view, swapping the
target files and source files. The -b branch flag is required.