org.apache.tools.ant.taskdefs.optional.sos
public class SOSLabel extends SOS
UNKNOWN: name="soslabel" category="scm"
Method Summary | |
---|---|
protected Commandline | buildCmdLine()
Build the command line AddLabel required parameters: -server -name -password -database -project -label AddLabel optional parameters: -verbose -comment |
void | setComment(String comment)
The comment to apply to all files being labelled.
|
void | setLabel(String label)
The label to apply the the files in SourceSafe.
|
void | setVersion(String version)
The version number to label.
|
Returns: Commandline the generated command to be executed
Parameters: comment The new comment value
Parameters: label The new label value
UNKNOWN: group="required"
Parameters: version The new version value