Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/timestamper-plugin
  Commit: 737e935a719be3d2e30be31bcf742e37131d3d0d
      
https://github.com/jenkinsci/timestamper-plugin/commit/737e935a719be3d2e30be31bcf742e37131d3d0d
  Author: Steven Brown <[email protected]>
  Date:   2017-01-22 (Sun, 22 Jan 2017)

  Changed paths:
    M src/main/java/hudson/plugins/timestamper/Timestamp.java
    M src/main/java/hudson/plugins/timestamper/TimestampNote.java
    M src/main/java/hudson/plugins/timestamper/TimestampNotesOutputStream.java
    M src/main/java/hudson/plugins/timestamper/TimestamperBuildWrapper.java
    M src/main/java/hudson/plugins/timestamper/TimestamperConfig.java
    M src/main/java/hudson/plugins/timestamper/TimestamperOutputStream.java
    M src/main/java/hudson/plugins/timestamper/action/TimestampsAction.java
    M 
src/main/java/hudson/plugins/timestamper/action/TimestampsActionOutput.java
    M src/main/java/hudson/plugins/timestamper/action/TimestampsActionQuery.java
    M src/main/java/hudson/plugins/timestamper/annotator/ConsoleLogParser.java
    M src/main/java/hudson/plugins/timestamper/annotator/TimestampAnnotator.java
    M 
src/main/java/hudson/plugins/timestamper/annotator/TimestampAnnotatorFactory2.java
    M src/main/java/hudson/plugins/timestamper/api/TimestamperAPI.java
    M 
src/main/java/hudson/plugins/timestamper/format/ElapsedTimestampFormat.java
    M src/main/java/hudson/plugins/timestamper/format/SystemTimestampFormat.java
    M 
src/main/java/hudson/plugins/timestamper/format/TimestampFormatProvider.java
    M src/main/java/hudson/plugins/timestamper/io/DumpTimestamps.java
    M src/main/java/hudson/plugins/timestamper/io/LogFileReader.java
    M src/main/java/hudson/plugins/timestamper/io/TimestampsReader.java
    M src/main/java/hudson/plugins/timestamper/io/TimestampsWriter.java
    M src/main/java/hudson/plugins/timestamper/pipeline/TimestamperStep.java
    M src/test/java/hudson/plugins/timestamper/TimestampNoteTest.java
    M 
src/test/java/hudson/plugins/timestamper/TimestampNotesOutputStreamTest.java
    M src/test/java/hudson/plugins/timestamper/TimestampTest.java
    M src/test/java/hudson/plugins/timestamper/TimestamperBuildWrapperTest.java
    M src/test/java/hudson/plugins/timestamper/TimestamperConfigTest.java
    M 
src/test/java/hudson/plugins/timestamper/action/PrecisionTimestampFormatTest.java
    M 
src/test/java/hudson/plugins/timestamper/action/TimestampsActionOutputTest.java
    M 
src/test/java/hudson/plugins/timestamper/action/TimestampsActionQueryTest.java
    M 
src/test/java/hudson/plugins/timestamper/annotator/ConsoleLogParserResultTest.java
    M 
src/test/java/hudson/plugins/timestamper/annotator/ConsoleLogParserTest.java
    M 
src/test/java/hudson/plugins/timestamper/annotator/TimestampAnnotatorTest.java
    M 
src/test/java/hudson/plugins/timestamper/format/ElapsedTimestampFormatTest.java
    M 
src/test/java/hudson/plugins/timestamper/format/EmptyTimestampFormatTest.java
    M src/test/java/hudson/plugins/timestamper/format/FormatStringUtilsTest.java
    M 
src/test/java/hudson/plugins/timestamper/format/SystemTimestampFormatTest.java
    M 
src/test/java/hudson/plugins/timestamper/format/TimestampFormatProviderTest.java
    M src/test/java/hudson/plugins/timestamper/format/TimestampFormatTest.java
    M src/test/java/hudson/plugins/timestamper/io/LogFileReaderTest.java
    M src/test/java/hudson/plugins/timestamper/io/TimestampsReaderTest.java
    M src/test/java/hudson/plugins/timestamper/io/TimestampsWriterTest.java
    M src/test/java/hudson/plugins/timestamper/io/VarintTest.java

  Log Message:
  -----------
  Format with Eclipse Neon

Java Conventions + indent 2 spaces and line width 100


  Commit: 4b4a28a3261494a64deef781125a836df329386f
      
https://github.com/jenkinsci/timestamper-plugin/commit/4b4a28a3261494a64deef781125a836df329386f
  Author: Steven Brown <[email protected]>
  Date:   2017-01-22 (Sun, 22 Jan 2017)

  Changed paths:
    M src/main/java/hudson/plugins/timestamper/TimestampNote.java
    M src/main/java/hudson/plugins/timestamper/TimestampNotesOutputStream.java
    M src/main/java/hudson/plugins/timestamper/TimestamperBuildWrapper.java
    M src/main/java/hudson/plugins/timestamper/TimestamperConfig.java
    M src/main/java/hudson/plugins/timestamper/TimestamperOutputStream.java
    M 
src/main/java/hudson/plugins/timestamper/action/PrecisionTimestampFormat.java
    M src/main/java/hudson/plugins/timestamper/action/TimestampsAction.java
    M 
src/main/java/hudson/plugins/timestamper/action/TimestampsActionFactory.java
    M 
src/main/java/hudson/plugins/timestamper/action/TimestampsActionOutput.java
    M src/main/java/hudson/plugins/timestamper/action/TimestampsActionQuery.java
    M src/main/java/hudson/plugins/timestamper/annotator/ConsoleLogParser.java
    M src/main/java/hudson/plugins/timestamper/annotator/TimestampAnnotator.java
    M 
src/main/java/hudson/plugins/timestamper/annotator/TimestampAnnotatorFactory2.java
    M src/main/java/hudson/plugins/timestamper/api/TimestamperAPI.java
    M 
src/main/java/hudson/plugins/timestamper/format/ElapsedTimestampFormat.java
    M src/main/java/hudson/plugins/timestamper/format/EmptyTimestampFormat.java
    M src/main/java/hudson/plugins/timestamper/format/SystemTimestampFormat.java
    M src/main/java/hudson/plugins/timestamper/format/TimestampFormat.java
    M 
src/main/java/hudson/plugins/timestamper/format/TimestampFormatProvider.java
    M src/main/java/hudson/plugins/timestamper/io/LogFileReader.java
    M src/main/java/hudson/plugins/timestamper/io/TimeShiftsReader.java
    M src/main/java/hudson/plugins/timestamper/io/TimestamperPaths.java
    M src/main/java/hudson/plugins/timestamper/io/TimestampsReader.java
    M src/main/java/hudson/plugins/timestamper/io/TimestampsWriter.java
    M src/main/java/hudson/plugins/timestamper/pipeline/TimestamperStep.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/TimestamperBuildWrapperTest.java
    M src/test/java/hudson/plugins/timestamper/TimestamperConfigTest.java
    M src/test/java/hudson/plugins/timestamper/TimestamperOutputStreamTest.java
    M 
src/test/java/hudson/plugins/timestamper/action/PrecisionTimestampFormatTest.java
    M 
src/test/java/hudson/plugins/timestamper/action/TimestampsActionOutputTest.java
    M 
src/test/java/hudson/plugins/timestamper/action/TimestampsActionQueryTest.java
    M 
src/test/java/hudson/plugins/timestamper/annotator/ConsoleLogParserResultTest.java
    M 
src/test/java/hudson/plugins/timestamper/annotator/ConsoleLogParserTest.java
    M 
src/test/java/hudson/plugins/timestamper/annotator/TimestampAnnotatorTest.java
    M 
src/test/java/hudson/plugins/timestamper/format/ElapsedTimestampFormatTest.java
    M 
src/test/java/hudson/plugins/timestamper/format/EmptyTimestampFormatTest.java
    M 
src/test/java/hudson/plugins/timestamper/format/SystemTimestampFormatTest.java
    M src/test/java/hudson/plugins/timestamper/format/TimestampFormatTest.java
    M src/test/java/hudson/plugins/timestamper/io/LogFileReaderTest.java
    M src/test/java/hudson/plugins/timestamper/io/TimestampsIOTest.java
    M src/test/java/hudson/plugins/timestamper/io/TimestampsReaderTest.java
    M src/test/java/hudson/plugins/timestamper/io/TimestampsWriterTest.java

  Log Message:
  -----------
  Organise imports with Eclipse Neon


  Commit: 820a9adbe0eb54d9c48aa850c6b75a5bb8bfdceb
      
https://github.com/jenkinsci/timestamper-plugin/commit/820a9adbe0eb54d9c48aa850c6b75a5bb8bfdceb
  Author: Steven Brown <[email protected]>
  Date:   2017-01-22 (Sun, 22 Jan 2017)

  Changed paths:
    M 
src/main/java/hudson/plugins/timestamper/action/TimestampsActionOutput.java
    M src/main/java/hudson/plugins/timestamper/action/TimestampsActionQuery.java
    M 
src/test/java/hudson/plugins/timestamper/action/TimestampsActionOutputTest.java
    M 
src/test/java/hudson/plugins/timestamper/action/TimestampsActionQueryTest.java

  Log Message:
  -----------
  JENKINS-21687: Add ability to retrieve the current time from the /timestamps 
URL


  Commit: 45c7c53e25a1fb27fdc6c8952e9f21761e98ac81
      
https://github.com/jenkinsci/timestamper-plugin/commit/45c7c53e25a1fb27fdc6c8952e9f21761e98ac81
  Author: Steven Brown <[email protected]>
  Date:   2017-01-22 (Sun, 22 Jan 2017)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Update parent and dependencies in POM


  Commit: d22eb5c06172fb95e5a173189e206b4f3fb5a083
      
https://github.com/jenkinsci/timestamper-plugin/commit/d22eb5c06172fb95e5a173189e206b4f3fb5a083
  Author: Steven Brown <[email protected]>
  Date:   2017-01-22 (Sun, 22 Jan 2017)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  [maven-release-plugin] prepare release timestamper-1.8.8


Compare: 
https://github.com/jenkinsci/timestamper-plugin/compare/70f165c95338...d22eb5c06172

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to