org.apache.tools.ant.taskdefs.optional.perforce
public class P4Change extends P4Base
See Also: P4Edit
UNKNOWN: category="scm"
Field Summary | |
---|---|
protected String | description |
protected String | emptyChangeList |
Method Summary | |
---|---|
static String | backslash(String value)
Ensure that a string is backslashing slashes so that it does not
confuse them with Perl substitution delimiter in Oro. |
void | execute()
creates a new Perforce change list
sets the p4.change property to the number of the new change list |
String | getEmptyChangeList()
returns the text of an empty change list |
void | setDescription(String desc)
Description for ChangeList;optional.
|
Parameters: value the string to backslash for slashes
Returns: the backslashed string
See Also: Oro
Throws: BuildException if the word error appears in the output coming from Perforce
Returns: the text of an empty change list
Throws: BuildException if the text error is displayed in the Perforce output outside of a comment line
Parameters: desc description for the change list