Class SynergyGetCompletedTasksConsumer
java.lang.Object
org.apache.maven.scm.util.AbstractConsumer
org.apache.maven.scm.provider.synergy.consumer.SynergyGetCompletedTasksConsumer
- All Implemented Interfaces:
org.codehaus.plexus.util.cli.StreamConsumer
Mainly inspired from CruiseControl
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate String
The date format as returned by your installation of CM Synergy.(package private) static final String
Name of the System property to set the ccmDateFormatprivate String
(package private) static final String
Name of the System property to set the countryprivate List
<SynergyTask> private String
(package private) static final String
Name of the System property to set the languagestatic final String
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.maven.scm.util.AbstractConsumer
getLogger, parseDate, parseDate, setLogger
-
Field Details
-
CCMDATEFORMAT_PROPERTY
Name of the System property to set the ccmDateFormat- See Also:
-
LANGUAGE_PROPERTY
Name of the System property to set the language- See Also:
-
COUNTRY_PROPERTY
Name of the System property to set the country- See Also:
-
ccmDateFormat
The date format as returned by your installation of CM Synergy. Fri Dec 3 17:51:56 2004 -
language
-
country
-
OUTPUT_FORMAT
- See Also:
-
entries
-
-
Constructor Details
-
SynergyGetCompletedTasksConsumer
-
-
Method Details
-
getTasks
- Returns:
- the tasks
-
consumeLine
-