Index
All Classes and Interfaces|All Packages|Serialized Form
A
- annotate(Run<?, ?>, MarkupText) - Method in class hudson.plugins.timestamper.annotator.TimestampAnnotator
- annotate(Object, MarkupText) - Method in class hudson.plugins.timestamper.pipeline.GlobalAnnotator
- annotate(Object, MarkupText, int) - Method in class hudson.plugins.timestamper.TimestampNote
- apply(Timestamp) - Method in class hudson.plugins.timestamper.format.ElapsedTimestampFormat
-
Format the given time-stamp as a string.
- apply(Timestamp) - Method in class hudson.plugins.timestamper.format.EmptyTimestampFormat
-
Format the given time-stamp as a string.
- apply(Timestamp) - Method in class hudson.plugins.timestamper.format.SystemTimestampFormat
-
Format the given time-stamp as a string.
- apply(Timestamp) - Method in class hudson.plugins.timestamper.format.TimestampFormat
-
Format the given time-stamp as a string.
C
- close() - Method in class hudson.plugins.timestamper.accessor.TimestampLogFileLineAccessor
- close() - Method in class hudson.plugins.timestamper.io.TimestampsReader
-
Close this reader.
- close() - Method in class hudson.plugins.timestamper.io.TimestampsWriter
- close() - Method in class hudson.plugins.timestamper.TimestampNotesOutputStream
- create(String) - Static method in class hudson.plugins.timestamper.action.TimestampsActionQuery
-
Create a new
TimestampsActionQuery
. - createFor(Run) - Method in class hudson.plugins.timestamper.action.TimestampsActionFactory
- createLoggerDecorator(Run<?, ?>) - Method in class hudson.plugins.timestamper.TimestamperBuildWrapper
D
- decorate(OutputStream) - Method in class hudson.plugins.timestamper.pipeline.GlobalDecorator
- Description() - Static method in class hudson.plugins.timestamper.Messages
-
Key
Description
:Add timestamps to the Console Output
. - DescriptorImpl() - Constructor for class hudson.plugins.timestamper.pipeline.TimestamperStep.DescriptorImpl
- DescriptorImpl() - Constructor for class hudson.plugins.timestamper.TimestamperBuildWrapper.DescriptorImpl
- doCheckElapsedTimeFormat(String) - Method in class hudson.plugins.timestamper.TimestamperConfig
- doCheckSystemTimeFormat(String) - Method in class hudson.plugins.timestamper.TimestamperConfig
- doHelp(StaplerRequest2, StaplerResponse2) - Method in class hudson.plugins.timestamper.pipeline.TimestamperStep.DescriptorImpl
-
Serve the help file.
- doIndex(StaplerRequest2, StaplerResponse2) - Method in class hudson.plugins.timestamper.action.TimestampsAction
-
Serve a page at this URL.
- DumpTimestamps - Class in hudson.plugins.timestamper.io
-
Debugging tool which outputs the contents of a timestamper directory.
E
- elapsedMillis - Variable in class hudson.plugins.timestamper.Timestamp
-
The elapsed time in milliseconds since the start of the build.
- elapsedMillisKnown - Variable in class hudson.plugins.timestamper.Timestamp
-
Whether the elapsed time is known.
- ElapsedTimestampFormat - Class in hudson.plugins.timestamper.format
-
Converts a time-stamp to the elapsed time format.
- ElapsedTimestampFormat(String) - Constructor for class hudson.plugins.timestamper.format.ElapsedTimestampFormat
- EmptyTimestampFormat - Class in hudson.plugins.timestamper.format
-
Converts a time-stamp to the empty time format.
- eol(byte[], int) - Method in class hudson.plugins.timestamper.TimestampNotesOutputStream
- equals(Object) - Method in class hudson.plugins.timestamper.action.TimestampsActionQuery
- equals(Object) - Method in class hudson.plugins.timestamper.format.ElapsedTimestampFormat
- equals(Object) - Method in class hudson.plugins.timestamper.format.SystemTimestampFormat
- equals(Object) - Method in class hudson.plugins.timestamper.Timestamp
F
- Factory() - Constructor for class hudson.plugins.timestamper.pipeline.GlobalAnnotator.Factory
- Factory() - Constructor for class hudson.plugins.timestamper.pipeline.GlobalDecorator.Factory
- FormatParseException - Exception in hudson.plugins.timestamper.format
-
Exception indicating that a given timestamp format string could not be parsed.
- FormatParseException() - Constructor for exception hudson.plugins.timestamper.format.FormatParseException
- FormatParseException(String) - Constructor for exception hudson.plugins.timestamper.format.FormatParseException
- FormatParseException(String, Throwable) - Constructor for exception hudson.plugins.timestamper.format.FormatParseException
- FormatParseException(Throwable) - Constructor for exception hudson.plugins.timestamper.format.FormatParseException
G
- get() - Static method in class hudson.plugins.timestamper.api.TimestamperAPI
-
Get access to the API.
- get() - Static method in class hudson.plugins.timestamper.format.TimestampFormatProvider
-
Get the currently selected time-stamp format.
- get() - Static method in class hudson.plugins.timestamper.TimestamperConfig
-
Get the current Timestamper global configuration.
- getAbs(int) - Method in class hudson.plugins.timestamper.io.TimestampsReader
-
Convert negative line number that was calculated from end of file to absolute line number (from head)
- getDisplayName() - Method in class hudson.plugins.timestamper.action.TimestampsAction
- getDisplayName() - Method in class hudson.plugins.timestamper.pipeline.TimestamperStep.DescriptorImpl
- getDisplayName() - Method in class hudson.plugins.timestamper.TimestamperBuildWrapper.DescriptorImpl
- getElapsedTimeFormat() - Method in class hudson.plugins.timestamper.TimestamperConfig
-
Get the format for displaying the elapsed time.
- getFunctionName() - Method in class hudson.plugins.timestamper.pipeline.TimestamperStep.DescriptorImpl
- getHelpFile() - Method in class hudson.plugins.timestamper.pipeline.TimestamperStep.DescriptorImpl
- getIconFileName() - Method in class hudson.plugins.timestamper.action.TimestampsAction
- getLineCount() - Method in class hudson.plugins.timestamper.accessor.TimestampLogFileLineAccessor
- getLogFileLine() - Method in class hudson.plugins.timestamper.accessor.TimestampLogFileLine
-
Return the log file line associated with the record, if present.
- getPlainTextUrl() - Method in class hudson.plugins.timestamper.annotator.TimestampAnnotatorFactory3
-
Get the URL for displaying the plain text console and time-stamps in the current format.
- getPlainTextUrl() - Method in class hudson.plugins.timestamper.format.ElapsedTimestampFormat
-
Get the URL for displaying the plain text console and time-stamps in this format.
- getPlainTextUrl() - Method in class hudson.plugins.timestamper.format.EmptyTimestampFormat
-
Get the URL for displaying the plain text console and time-stamps in this format.
- getPlainTextUrl() - Method in class hudson.plugins.timestamper.format.SystemTimestampFormat
-
Get the URL for displaying the plain text console and time-stamps in this format.
- getPlainTextUrl() - Method in class hudson.plugins.timestamper.format.TimestampFormat
-
Get the URL for displaying the plain text console and time-stamps in this format.
- getRequiredContext() - Method in class hudson.plugins.timestamper.pipeline.TimestamperStep.DescriptorImpl
- getSystemProperty() - Static method in class hudson.plugins.timestamper.TimestampNote
-
Get the system property which will cause these console notes to be inserted into the console log file.
- getSystemTimeFormat() - Method in class hudson.plugins.timestamper.TimestamperConfig
-
Get the format for displaying the system clock time.
- getTimestamp() - Method in class hudson.plugins.timestamper.accessor.TimestampLogFileLine
-
Return the timestamp associated with the record, if present.
- getTimestamp(Object) - Method in class hudson.plugins.timestamper.TimestampNote
-
Get the time-stamp recorded by this console note.
- getUrlName() - Method in class hudson.plugins.timestamper.action.TimestampsAction
- GlobalAnnotator - Class in hudson.plugins.timestamper.pipeline
-
Interprets marks added by
GlobalDecorator
. - GlobalAnnotator() - Constructor for class hudson.plugins.timestamper.pipeline.GlobalAnnotator
- GlobalAnnotator.Factory - Class in hudson.plugins.timestamper.pipeline
- GlobalDecorator - Class in hudson.plugins.timestamper.pipeline
-
Applies plain-text timestamp prefixes to all Pipeline log lines.
- GlobalDecorator.Factory - Class in hudson.plugins.timestamper.pipeline
H
- hashCode() - Method in class hudson.plugins.timestamper.action.TimestampsActionQuery
- hashCode() - Method in class hudson.plugins.timestamper.format.ElapsedTimestampFormat
- hashCode() - Method in class hudson.plugins.timestamper.format.SystemTimestampFormat
- hashCode() - Method in class hudson.plugins.timestamper.Timestamp
- hudson.plugins.timestamper - package hudson.plugins.timestamper
- hudson.plugins.timestamper.accessor - package hudson.plugins.timestamper.accessor
- hudson.plugins.timestamper.action - package hudson.plugins.timestamper.action
- hudson.plugins.timestamper.annotator - package hudson.plugins.timestamper.annotator
- hudson.plugins.timestamper.api - package hudson.plugins.timestamper.api
- hudson.plugins.timestamper.format - package hudson.plugins.timestamper.format
- hudson.plugins.timestamper.io - package hudson.plugins.timestamper.io
- hudson.plugins.timestamper.pipeline - package hudson.plugins.timestamper.pipeline
I
- INSTANCE - Static variable in class hudson.plugins.timestamper.format.EmptyTimestampFormat
- InvalidHtmlException - Exception in hudson.plugins.timestamper.format
-
Exception indicating that a given timestamp format string contained invalid HTML.
- InvalidHtmlException() - Constructor for exception hudson.plugins.timestamper.format.InvalidHtmlException
- InvalidHtmlException(String) - Constructor for exception hudson.plugins.timestamper.format.InvalidHtmlException
- InvalidHtmlException(String, Throwable) - Constructor for exception hudson.plugins.timestamper.format.InvalidHtmlException
- InvalidHtmlException(Throwable) - Constructor for exception hudson.plugins.timestamper.format.InvalidHtmlException
- isAllPipelines() - Method in class hudson.plugins.timestamper.TimestamperConfig
- isApplicable(AbstractProject<?, ?>) - Method in class hudson.plugins.timestamper.TimestamperBuildWrapper.DescriptorImpl
M
- main(String...) - Static method in class hudson.plugins.timestamper.io.DumpTimestamps
-
Read the values from the timestamper directory path given by the command-line arguments and output these values to the console.
- markup(MarkupText, Timestamp) - Method in class hudson.plugins.timestamper.format.TimestampFormat
-
Format the given time-stamp and add it to the mark-up text.
- Messages - Class in hudson.plugins.timestamper
-
Generated localization support class.
- Messages() - Constructor for class hudson.plugins.timestamper.Messages
- millisSinceEpoch - Variable in class hudson.plugins.timestamper.Timestamp
-
The clock time in milliseconds since midnight, January 1, 1970 UTC.
N
- newInstance(Run<?, ?>) - Method in class hudson.plugins.timestamper.annotator.TimestampAnnotatorFactory3
- newInstance(Object) - Method in class hudson.plugins.timestamper.pipeline.GlobalAnnotator.Factory
O
- of(FlowExecutionOwner) - Method in class hudson.plugins.timestamper.pipeline.GlobalDecorator.Factory
- open(Run<?, ?>, TimestampsActionQuery) - Static method in class hudson.plugins.timestamper.action.TimestampsActionOutput
-
Open a reader which provides the page of time-stamps.
P
- parseTimestamp(String, long) - Static method in class hudson.plugins.timestamper.pipeline.GlobalAnnotator
-
Parse this line for a timestamp if such a timestamp is present.
R
- read() - Method in class hudson.plugins.timestamper.io.TimestampsReader
-
Read the next time-stamp.
- read(Run<?, ?>, String) - Method in class hudson.plugins.timestamper.api.TimestamperAPI
-
Read time-stamps for the given build.
- readLine() - Method in class hudson.plugins.timestamper.accessor.TimestampLogFileLineAccessor
-
Retrieve a log file line and its associated timestamp.
S
- sanitize(String) - Static method in class hudson.plugins.timestamper.format.TimestampFormatUtils
- setAllPipelines(boolean) - Method in class hudson.plugins.timestamper.TimestamperConfig
- setElapsedTimeFormat(String) - Method in class hudson.plugins.timestamper.TimestamperConfig
-
Set the format for displaying the elapsed time.
- setSystemTimeFormat(String) - Method in class hudson.plugins.timestamper.TimestamperConfig
-
Set the format for displaying the system clock time.
- setUp(SimpleBuildWrapper.Context, Run<?, ?>, FilePath, Launcher, TaskListener, EnvVars) - Method in class hudson.plugins.timestamper.TimestamperBuildWrapper
- skip(int) - Method in class hudson.plugins.timestamper.io.TimestampsReader
-
Skip past the given number of time-stamp entries.
- skipLine() - Method in class hudson.plugins.timestamper.accessor.TimestampLogFileLineAccessor
-
Skip forward one line in the associated record file(s).
- start(StepContext) - Method in class hudson.plugins.timestamper.pipeline.TimestamperStep
- SystemTimestampFormat - Class in hudson.plugins.timestamper.format
-
Converts a time-stamp to the system clock time format.
- SystemTimestampFormat(String, Optional<String>, Locale) - Constructor for class hudson.plugins.timestamper.format.SystemTimestampFormat
T
- takesImplicitBlockArgument() - Method in class hudson.plugins.timestamper.pipeline.TimestamperStep.DescriptorImpl
- Timestamp - Class in hudson.plugins.timestamper
-
A time-stamp, consisting of the elapsed time and the clock time.
- Timestamp(long, long) - Constructor for class hudson.plugins.timestamper.Timestamp
-
Create a
Timestamp
. - Timestamp(Long, long) - Constructor for class hudson.plugins.timestamper.Timestamp
-
Create a
Timestamp
. - TimestampAnnotator - Class in hudson.plugins.timestamper.annotator
-
Inserts formatted time-stamps into the annotated console output.
- TimestampAnnotatorFactory3 - Class in hudson.plugins.timestamper.annotator
-
Provides the initial
TimestampAnnotator
for an annotated console output. - TimestampAnnotatorFactory3() - Constructor for class hudson.plugins.timestamper.annotator.TimestampAnnotatorFactory3
- TimestamperAPI - Class in hudson.plugins.timestamper.api
-
Timestamper API intended for use by other plug-ins.
- TimestamperBuildWrapper - Class in hudson.plugins.timestamper
-
Build wrapper that decorates the build's logger to record time-stamps as each line is logged.
- TimestamperBuildWrapper() - Constructor for class hudson.plugins.timestamper.TimestamperBuildWrapper
-
Create a new
TimestamperBuildWrapper
. - TimestamperBuildWrapper.DescriptorImpl - Class in hudson.plugins.timestamper
-
Registers
TimestamperBuildWrapper
as aBuildWrapper
. - TimestamperConfig - Class in hudson.plugins.timestamper
-
Global configuration for the Timestamper plug-in, as shown on the Jenkins Configure System page.
- TimestamperConfig() - Constructor for class hudson.plugins.timestamper.TimestamperConfig
-
Constructor.
- TimestamperPaths - Class in hudson.plugins.timestamper.io
-
File paths used by the time-stamp readers and writers.
- TimestamperStep - Class in hudson.plugins.timestamper.pipeline
-
Pipeline plug-in step for recording time-stamps.
- TimestamperStep() - Constructor for class hudson.plugins.timestamper.pipeline.TimestamperStep
-
Constructor.
- TimestamperStep.DescriptorImpl - Class in hudson.plugins.timestamper.pipeline
-
Descriptor for
TimestamperStep
. - TimestampFormat - Class in hudson.plugins.timestamper.format
-
Format for displaying time-stamps.
- TimestampFormat() - Constructor for class hudson.plugins.timestamper.format.TimestampFormat
- TimestampFormatProvider - Class in hudson.plugins.timestamper.format
-
Provides a
TimestampFormat
based on the current settings. - TimestampFormatProvider() - Constructor for class hudson.plugins.timestamper.format.TimestampFormatProvider
- TimestampFormatUtils - Class in hudson.plugins.timestamper.format
- TimestampFormatUtils() - Constructor for class hudson.plugins.timestamper.format.TimestampFormatUtils
- TimestampLogFileLine - Class in hudson.plugins.timestamper.accessor
-
Value class representing a single record in the abstract, regardless of how the storage of that record is implemented.
- TimestampLogFileLine(Timestamp, String) - Constructor for class hudson.plugins.timestamper.accessor.TimestampLogFileLine
- TimestampLogFileLineAccessor - Class in hudson.plugins.timestamper.accessor
-
Abstraction for retrieving timestamps and log file lines from completed builds.
- TimestampLogFileLineAccessor(Run<?, ?>) - Constructor for class hudson.plugins.timestamper.accessor.TimestampLogFileLineAccessor
- TimestampNote - Class in hudson.plugins.timestamper
-
Time-stamp console note.
- TimestampNote(long, long) - Constructor for class hudson.plugins.timestamper.TimestampNote
-
Create a new
TimestampNote
. - TimestampNotesOutputStream - Class in hudson.plugins.timestamper
-
Output stream that writes each line to the provided delegate output stream after inserting a
TimestampNote
. - TimestampNotesOutputStream(OutputStream, long) - Constructor for class hudson.plugins.timestamper.TimestampNotesOutputStream
-
Create a new
TimestampNotesOutputStream
. - Timestamps() - Static method in class hudson.plugins.timestamper.Messages
-
Key
Timestamps
:Timestamps
. - TimestampsAction - Class in hudson.plugins.timestamper.action
-
Action which serves a page of time-stamps.
- TimestampsActionFactory - Class in hudson.plugins.timestamper.action
-
Provides the
TimestampsAction
for each build page. - TimestampsActionFactory() - Constructor for class hudson.plugins.timestamper.action.TimestampsActionFactory
- TimestampsActionOutput - Class in hudson.plugins.timestamper.action
-
Generate a page of time-stamps on behalf of
TimestampsAction
. - TimestampsActionQuery - Class in hudson.plugins.timestamper.action
-
Query for retrieving a page of time-stamps from
TimestampsActionOutput
. - timestampsFile(Run<?, ?>) - Static method in class hudson.plugins.timestamper.io.TimestamperPaths
- TimestampsReader - Class in hudson.plugins.timestamper.io
-
Read the time-stamps for a build from disk.
- TimestampsReader(Run<?, ?>) - Constructor for class hudson.plugins.timestamper.io.TimestampsReader
-
Create a time-stamps reader for the given build.
- TimestampsWriter - Class in hudson.plugins.timestamper.io
-
Write the time-stamps for a build to disk.
- TimestampsWriter(Run<?, ?>) - Constructor for class hudson.plugins.timestamper.io.TimestampsWriter
-
Create a time-stamps writer for the given build.
- TimestampsWriter(Run<?, ?>, Optional<MessageDigest>) - Constructor for class hudson.plugins.timestamper.io.TimestampsWriter
-
Create a time-stamps writer for the given build.
- TimestampsWriter(Path, long, Optional<MessageDigest>) - Constructor for class hudson.plugins.timestamper.io.TimestampsWriter
- toString() - Method in class hudson.plugins.timestamper.action.TimestampsActionQuery
- toString() - Method in class hudson.plugins.timestamper.format.ElapsedTimestampFormat
- toString() - Method in class hudson.plugins.timestamper.format.SystemTimestampFormat
- toString() - Method in class hudson.plugins.timestamper.Timestamp
- toString() - Method in class hudson.plugins.timestamper.TimestampNote
- type() - Method in class hudson.plugins.timestamper.action.TimestampsActionFactory
U
- useTimestampNotes(Class<?>) - Static method in class hudson.plugins.timestamper.TimestampNote
V
- validate() - Method in class hudson.plugins.timestamper.format.ElapsedTimestampFormat
- validate() - Method in class hudson.plugins.timestamper.format.EmptyTimestampFormat
- validate() - Method in class hudson.plugins.timestamper.format.SystemTimestampFormat
- validate() - Method in class hudson.plugins.timestamper.format.TimestampFormat
-
Validates that the given timestamp format can be applied safely.
W
- write(long, int) - Method in class hudson.plugins.timestamper.io.TimestampsWriter
-
Write a time-stamp for a line of the console log.
- writeDigest() - Method in class hudson.plugins.timestamper.io.TimestampsWriter
-
Write a time-stamps digest file for the build.
_
- _Description() - Static method in class hudson.plugins.timestamper.Messages
-
Key
Description
:Add timestamps to the Console Output
. - _Timestamps() - Static method in class hudson.plugins.timestamper.Messages
-
Key
Timestamps
:Timestamps
.
All Classes and Interfaces|All Packages|Serialized Form