Branch: refs/heads/master
Home: https://github.com/jenkinsci/timestamper-plugin
Commit: 3c544779b99d470e38da959c893ff8f868c7a25a
https://github.com/jenkinsci/timestamper-plugin/commit/3c544779b99d470e38da959c893ff8f868c7a25a
Author: StevenGBrown <stevengbrown@ubuntu-steve.(none)>
Date: 2012-09-29 (Sat, 29 Sep 2012)
Changed paths:
M pom.xml
A src/main/java/hudson/plugins/timestamper/Timestamp.java
M src/main/java/hudson/plugins/timestamper/TimestampNote.java
M src/main/java/hudson/plugins/timestamper/TimestamperBuildWrapper.java
M src/main/java/hudson/plugins/timestamper/TimestamperConfig.java
A src/main/java/hudson/plugins/timestamper/action/TimestampsAction.java
A
src/main/java/hudson/plugins/timestamper/action/TimestampsActionFactory.java
M src/test/java/hudson/plugins/timestamper/TimestampNoteTest.java
A src/test/java/hudson/plugins/timestamper/TimestampTest.java
A src/test/java/hudson/plugins/timestamper/action/TimestampsActionTest.java
Log Message:
-----------
Serve the timestamps for each build via HTTP.
This information is intended to be used by external scripts, for example,
to find the time-consuming sections of a build.