org.apache.tools.ant.taskdefs.optional.perforce
public class P4Revert extends P4Base
UNKNOWN: category="scm"
Method Summary | |
---|---|
void | execute()
do the work |
void | setChange(String revertChange)
The changelist to revert; optional. |
void | setRevertOnlyUnchanged(boolean onlyUnchanged)
flag to revert only unchanged files (p4 revert -a); optional, default false. |
Throws: BuildException if an error occurs during the execution of the Perforce command and failonError is set to true
Parameters: revertChange : the change list to revert
Throws: BuildException if the change list is null or empty string
Parameters: onlyUnchanged if set to true revert only unchanged files