Branch: refs/heads/master Home: https://github.com/jenkinsci/timestamper-plugin Commit: 93ca713e223887c23ea151cc0682cc77989022f3 https://github.com/jenkinsci/timestamper-plugin/commit/93ca713e223887c23ea151cc0682cc77989022f3 Author: StevenGBrown <stevengbr...@gmail.com> Date: 2013-01-04 (Fri, 04 Jan 2013)
Changed paths: R src/main/java/hudson/plugins/timestamper/Settings.java M src/main/java/hudson/plugins/timestamper/Timestamp.java A src/main/java/hudson/plugins/timestamper/TimestampFormatter.java M src/main/java/hudson/plugins/timestamper/TimestampNote.java M src/main/java/hudson/plugins/timestamper/TimestamperConfig.java M src/main/java/hudson/plugins/timestamper/annotator/TimestampAnnotator.java M src/main/java/hudson/plugins/timestamper/annotator/TimestampAnnotatorFactory.java R src/main/java/hudson/plugins/timestamper/annotator/TimestampsCookie.java R src/test/java/hudson/plugins/timestamper/SettingsTest.java A src/test/java/hudson/plugins/timestamper/TimestampFormatterTest.java M src/test/java/hudson/plugins/timestamper/TimestampNoteTest.java M src/test/java/hudson/plugins/timestamper/TimestampTest.java M src/test/java/hudson/plugins/timestamper/TimestamperConfigTest.java M src/test/java/hudson/plugins/timestamper/annotator/TimestampAnnotatorTest.java R src/test/java/hudson/plugins/timestamper/annotator/TimestampsCookieTest.java Log Message: ----------- Support switching to elapsed time when viewing console note timestamps New class TimestampFormatter handles the formatting and is called from both TimestampNote and TimestampAnnotatorFactory.