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

public class SynergyGetCompletedTasksConsumer extends AbstractConsumer
Mainly inspired from CruiseControl
  • Field Details

    • CCMDATEFORMAT_PROPERTY

      static final String CCMDATEFORMAT_PROPERTY
      Name of the System property to set the ccmDateFormat
      See Also:
    • LANGUAGE_PROPERTY

      static final String LANGUAGE_PROPERTY
      Name of the System property to set the language
      See Also:
    • COUNTRY_PROPERTY

      static final String COUNTRY_PROPERTY
      Name of the System property to set the country
      See Also:
    • ccmDateFormat

      private String ccmDateFormat
      The date format as returned by your installation of CM Synergy. Fri Dec 3 17:51:56 2004
    • language

      private String language
    • country

      private String country
    • OUTPUT_FORMAT

      public static final String OUTPUT_FORMAT
      See Also:
    • entries

      private List<SynergyTask> entries
  • Constructor Details

    • SynergyGetCompletedTasksConsumer

      public SynergyGetCompletedTasksConsumer(ScmLogger logger)
  • Method Details

    • getTasks

      public List<SynergyTask> getTasks()
      Returns:
      the tasks
    • consumeLine

      public void consumeLine(String line)