See: Description
| Class | Description |
|---|---|
| AnnotatedLargeText<T> |
Extension to
LargeText that handles annotations by ConsoleAnnotator. |
| ConsoleAnnotationDescriptor |
Descriptor for
ConsoleNote. |
| ConsoleAnnotationOutputStream<T> |
Used to convert plain text console output (as byte sequence) + embedded annotations into HTML (as char sequence),
by using
ConsoleAnnotator. |
| ConsoleAnnotator<T> |
Annotates one line of console output.
|
| ConsoleAnnotatorFactory<T> |
Entry point to the
ConsoleAnnotator extension point. |
| ConsoleLogFilter |
A hook to allow filtering of information that is written to the console log.
|
| ConsoleNote<T> |
Data that hangs off from a console output.
|
| ExpandableDetailsNote |
Renders a button that can be clicked to reveal additional block tag (and HTML inside it.)
|
| ExpandableDetailsNote.DescriptorImpl | |
| HudsonExceptionNote |
Placed on the beginning of the exception stack trace produced by Hudson, which in turn produces hyperlinked stack trace.
|
| HudsonExceptionNote.DescriptorImpl | |
| HyperlinkNote |
Turns a text into a hyperlink by specifying the URL separately.
|
| HyperlinkNote.DescriptorImpl | |
| LineTransformationOutputStream |
Filtering
OutputStream that buffers text by line, so that the derived class
can perform some manipulation based on the contents of the whole line. |
| ModelHyperlinkNote |
HyperlinkNote that links to a model object,
which in the UI gets rendered with context menu and etc. |
| ModelHyperlinkNote.DescriptorImpl | |
| PlainTextConsoleOutputStream |
Filters out console notes.
|
| UrlAnnotator |
Annotates URLs in the console output to hyperlink.
|
Copyright © 2019. All rights reserved.