org.apache.tools.ant.taskdefs.optional.vss
public class MSVSSHISTORY extends MSVSS
UNKNOWN: name="vsshistory" category="scm"
| Nested Class Summary | |
|---|---|
| static class | MSVSSHISTORY.BriefCodediffNofile
Extention of EnumeratedAttribute to hold the values for style. |
| Method Summary | |
|---|---|
| void | setDateFormat(String dateFormat)
Format of dates in fromDatetoDate.
|
| void | setFromDate(String fromDate)
Date representing the 'start' of the range.
|
| void | setFromLabel(String fromLabel)
Label representing the 'start' of the range.
|
| void | setNumdays(int numd)
Number of days for comparison.
|
| void | setOutput(File outfile)
Output file name for the history.
|
| void | setRecursive(boolean recursive)
Retrieve history recursively. |
| void | setStyle(MSVSSHISTORY.BriefCodediffNofile attr)
Output style. |
| void | setToDate(String toDate)
Date representing the 'end' of the range.
|
| void | setToLabel(String toLabel)
Label representing the 'end' of the range.
|
| void | setUser(String user)
Name of the user whose change history is generated.
|
fromDatetoDate.
Used when calculating dates with the numdays attribute.
This string uses the formatting rules of SimpleDateFormat.
Defaults to DateFormat.SHORT.
Parameters: dateFormat The date format.
Parameters: fromDate The start date.
Parameters: fromLabel The start label.
Parameters: numd The number of days.
Parameters: outfile The output file name.
Parameters: recursive The boolean value for recursive.
Parameters: attr The history style:
Parameters: toDate The end date.
Parameters: toLabel The end label.
Parameters: user The username.