org.apache.tools.ant.taskdefs.optional.perforce
public class P4Submit extends P4Base
UNKNOWN: category="scm"
Nested Class Summary | |
---|---|
class | P4Submit.P4SubmitAdapter
internal class used to process the output of p4 submit |
Field Summary | |
---|---|
String | change
change list number |
Method Summary | |
---|---|
void | execute()
do the work |
void | setChange(String change)
set the change list number to submit |
void | setChangeProperty(String changeProperty)
property defining the change number if the change number gets renumbered |
void | setNeedsResolveProperty(String needsResolveProperty)
property defining the need to resolve the change list |
Throws: BuildException if no change list specified
Parameters: change The changelist number to submit; required.
Parameters: changeProperty name of a new property to which the change number will be assigned if it changes
Since: ant 1.6.1
Parameters: needsResolveProperty a property which will be set if the change needs resolve
Since: ant 1.6.1