Class P4::Integration

Description

P4::Integration objects represent Perforce integration records. They are returned as part of the output of P4::RunFilelog().

Class Methods

None.

Instance Methods

$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() -> integer

Returns the start revision number used for this integration.

$integ->ERev() -> integer

Returns the end revision number used for this integration.