hudson.plugins.timestamper.action
public final class TimestampsAction extends Object implements hudson.model.Action
Each line contains the elapsed time in seconds since the start of the build for the equivalent line in the console log.
By default, the elapsed time will include three places after the decimal point. The number of places after the decimal point can be configured by the "precision" query parameter, which accepts a number of decimal places or the values "seconds" or "milliseconds".
| Modifier and Type | Method and Description |
|---|---|
void |
doIndex(org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response)
Serve a page at this URL.
|
String |
getDisplayName() |
String |
getIconFileName() |
String |
getUrlName() |
public String getIconFileName()
getIconFileName in interface hudson.model.Actionpublic String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObjectpublic String getUrlName()
getUrlName in interface hudson.model.Actionpublic void doIndex(org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response)
throws IOException
request - response - IOExceptionCopyright © 2004-2015. All Rights Reserved.