Package hudson.plugins.timestamper.api
Class TimestamperAPI
java.lang.Object
hudson.plugins.timestamper.api.TimestamperAPI
Timestamper API intended for use by other plug-ins.
- Author:
- Steven G. Brown
-
Method Summary
Modifier and TypeMethodDescriptionstatic TimestamperAPI
get()
Get access to the API.Read time-stamps for the given build.
-
Method Details
-
get
Get access to the API.- Returns:
- the Timestamper API
- Since:
- Timestamper 1.8
-
read
Read time-stamps for the given build. A query string can be provided in the same format as the "/timestamps" URL. See the wiki for more information.- Parameters:
build
- the build to inspectquery
- the query string- Returns:
- a
BufferedReader
- Since:
- Timestamper 1.8
-