Class P4.Integration

Description

Utility class providing easy access to the details of an integration record. Created by P4.run_filelog().

Instance Attributes

integ.how -> string

Returns the type of the integration record - how that record was created.

integ.file -> string

Returns the path to the file being integrated to/from.

integ.srev -> int

Returns the start revision number used for this integration.

integ.erev -> int

Returns the end revision number used for this integration.

Class Methods

None.

Instance Methods

None.