org.apache.tools.ant.taskdefs.optional.perforce
public class P4Integrate extends P4Base
UNKNOWN: category="scm"
Method Summary | |
---|---|
void | execute()
execute the p4 integrate |
String | getBranch()
get the branch
|
String | getChange()
get the changelist number
|
String | getFromfile()
get the from file specification
|
String | getTofile()
get the to file specification
|
boolean | isEnableBaselessMerges()
gets the enablebaselessmerges flag
|
boolean | isForceIntegrate()
gets the forceintegrate flag
|
boolean | isLeaveTargetRevision()
gets the leavetargetrevision flag
|
boolean | isNocopynewtargetfiles()
indicates intention to suppress the copying on the local hard disk of new target files.
|
boolean | isPropagatesourcefiletype()
returns flag indicating if propagation of source file type is sought
|
boolean | isRestoreDeletedRevisions()
gets the restoredeletedrevisions flag
|
boolean | isReversebranchmappings()
returns the flag indicating if reverse branch mappings are sought
|
boolean | isSimulationMode()
gets the simulationmode flag
|
void | setBranch(String br)
sets the branch
|
void | setChange(String change)
set the changelist number for the operation
|
void | setEnableBaselessMerges(boolean setrest)
sets the enablebaselessmerges flag
|
void | setForceIntegrate(boolean setrest)
sets the forceintegrate flag
|
void | setFromfile(String fromf)
sets the from file specification
|
void | setLeaveTargetRevision(boolean setrest)
sets the leavetargetrevision flag
|
void | setNocopynewtargetfiles(boolean nocopynewtargetfiles)
sets nocopynewtargetfiles flag
|
void | setPropagatesourcefiletype(boolean propagatesourcefiletype)
sets flag indicating if one wants to propagate the source file type
|
void | setRestoreDeletedRevisions(boolean setrest)
sets the restoredeletedrevisions flag
|
void | setReversebranchmappings(boolean reversebranchmappings)
sets the reversebranchmappings flag
|
void | setSimulationMode(boolean setrest)
sets the simulationmode flag
|
void | setTofile(String tof)
sets the to file specification
|
Throws: BuildException if there are missing parameters
Returns: the name of the branch
Returns: the changelist number set for this task
Returns: the from file specification
Returns: the to file specification
Returns: boolean indicating if baseless merges are desired
Returns: restore deleted revisions
Returns: flag indicating if the target revision should be preserved
Returns: indicates intention to suppress the copying on the local hard disk of new target files.
Returns: flag set to true if you want to propagate source file type for existing target files
Returns: restore deleted revisions
Returns: reversebranchmappings flag
Returns: simulation mode flag
Parameters: br the name of the branch to use
Parameters: change An existing changelist number to assign files to; optional but strongly recommended.
Parameters: setrest value chosen for enablebaselessmerges
Parameters: setrest value chosen for forceintegrate
Parameters: fromf the from file specification
Parameters: setrest value chosen for leavetargetrevision
Parameters: nocopynewtargetfiles set it to true to gain speed in integration by not copying on the local Perforce client new target files
Parameters: propagatesourcefiletype set it to true if you want to change the type of existing target files according to type of source file.
Parameters: setrest value chosen for restoredeletedrevisions
Parameters: reversebranchmappings flag indicating if reverse branch mappings are sought
Parameters: setrest value chosen for simulationmode
Parameters: tof the to file specification