Skip to content

Commit

Permalink
Clarify TimestampNote class javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenGBrown committed Jan 22, 2017
1 parent 1744efd commit 70f165c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/main/java/hudson/plugins/timestamper/TimestampNote.java
Expand Up @@ -39,8 +39,9 @@
* <p>
* These are inserted into the log file when:
* <ul>
* <li>The build does not extend {@link AbstractBuild}, e.g. a pipeline job.</li>
* <li>Running the Timestamper plugin prior to version 1.4.</li>
* <li>Running a pipeline build or any other build which does not extend
* {@link AbstractBuild} OR</li>
* <li>Running the Timestamper plugin prior to version 1.4 OR</li>
* <li>The system property is set: ({@link #getSystemProperty()}). The is
* intended to support scripts that were written prior to Timestamper 1.4 to
* parse the log files. New scripts should query the {@code /timestamps} URL
Expand Down

0 comments on commit 70f165c

Please sign in to comment.