Class SynergyGetCompletedTasksConsumer

  • All Implemented Interfaces:
    org.codehaus.plexus.util.cli.StreamConsumer

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

      • CCMDATEFORMAT_PROPERTY

        static final java.lang.String CCMDATEFORMAT_PROPERTY
        Name of the System property to set the ccmDateFormat
        See Also:
        Constant Field Values
      • LANGUAGE_PROPERTY

        static final java.lang.String LANGUAGE_PROPERTY
        Name of the System property to set the language
        See Also:
        Constant Field Values
      • COUNTRY_PROPERTY

        static final java.lang.String COUNTRY_PROPERTY
        Name of the System property to set the country
        See Also:
        Constant Field Values
      • ccmDateFormat

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

        private java.lang.String language
      • country

        private java.lang.String country
    • Constructor Detail

      • SynergyGetCompletedTasksConsumer

        public SynergyGetCompletedTasksConsumer​(ScmLogger logger)
    • Method Detail

      • getTasks

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

        public void consumeLine​(java.lang.String line)