org.apache.tools.ant.taskdefs.optional.sos
public class SOSCheckin extends SOS
UNKNOWN: name="soscheckin" category="scm"
Method Summary | |
---|---|
protected Commandline | buildCmdLine()
Build the command line. |
void | setComment(String comment)
The comment to apply to all files being labelled.
|
void | setFile(String filename)
The filename to act upon.
|
void | setRecursive(boolean recursive)
Flag to recursively apply the action. |
CheckInFile required parameters: -server -name -password -database -project
-file
CheckInFile optional parameters: -workdir -log -verbose -nocache -nocompression
-soshome
CheckInProject required parameters: -server -name -password -database
-project
CheckInProject optional parameters: workdir -recursive -log -verbose
-nocache -nocompression -soshome
Returns: Commandline the generated command to be executed
Parameters: comment The new comment value
Parameters: filename The new file value
Parameters: recursive True for recursive operation.