Class P4::Integration
Description
Utility class providing easy access to the details of an integration
record. Created by P4#run_filelog()
.
Class Methods
None.
Instance Methods
integ.how -> aString
Returns the type of the integration record - how that record was created.
integ.file -> aPath
Returns the path to the file being integrated to/from.
integ.srev -> aNumber
Returns the start revision number used for this integration.
integ.erev -> aNumber
Returns the end revision number used for this integration.