Package | Description |
---|---|
hudson.console |
Beef up the plain text console output by adding HTML markup.
|
hudson.tasks._maven |
Modifier and Type | Method and Description |
---|---|
ConsoleAnnotator |
ExpandableDetailsNote.annotate(Object context,
MarkupText text,
int charPos) |
ConsoleAnnotator |
HyperlinkNote.annotate(Object context,
MarkupText text,
int charPos) |
abstract ConsoleAnnotator<T> |
ConsoleAnnotator.annotate(T context,
MarkupText text)
Annotates one line.
|
abstract ConsoleAnnotator |
ConsoleNote.annotate(T context,
MarkupText text,
int charPos)
When the line of a console output that this annotation is attached is read by someone,
a new
ConsoleNote is de-serialized and this method is invoked to annotate that line. |
static <T> ConsoleAnnotator<T> |
ConsoleAnnotator.cast(ConsoleAnnotator<? super T> a)
Cast operation that restricts T.
|
static <T> ConsoleAnnotator<T> |
ConsoleAnnotator.combine(Collection<? extends ConsoleAnnotator<? super T>> all)
Bundles all the given
ConsoleAnnotator into a single annotator. |
ConsoleAnnotator<T> |
ConsoleAnnotationOutputStream.getConsoleAnnotator() |
static <T> ConsoleAnnotator<T> |
ConsoleAnnotator.initial(T context)
Returns the all
ConsoleAnnotator s for the given context type aggregated into a single
annotator. |
ConsoleAnnotator |
UrlAnnotator.newInstance(Object context) |
abstract ConsoleAnnotator<T> |
ConsoleAnnotatorFactory.newInstance(T context)
Called when a console output page is requested to create a stateful
ConsoleAnnotator . |
Modifier and Type | Method and Description |
---|---|
static <T> List<ConsoleAnnotator<T>> |
ConsoleAnnotator._for(T context)
List all the console annotators that can work for the specified context type.
|
Modifier and Type | Method and Description |
---|---|
static <T> ConsoleAnnotator<T> |
ConsoleAnnotator.cast(ConsoleAnnotator<? super T> a)
Cast operation that restricts T.
|
Modifier and Type | Method and Description |
---|---|
static <T> ConsoleAnnotator<T> |
ConsoleAnnotator.combine(Collection<? extends ConsoleAnnotator<? super T>> all)
Bundles all the given
ConsoleAnnotator into a single annotator. |
Constructor and Description |
---|
ConsoleAnnotationOutputStream(Writer out,
ConsoleAnnotator<? super T> ann,
T context,
Charset charset) |
Modifier and Type | Method and Description |
---|---|
ConsoleAnnotator |
Maven3MojoNote.annotate(Object context,
MarkupText text,
int charPos) |
ConsoleAnnotator |
MavenMojoNote.annotate(Object context,
MarkupText text,
int charPos) |
ConsoleAnnotator |
MavenErrorNote.annotate(Object context,
MarkupText text,
int charPos) |
ConsoleAnnotator |
MavenWarningNote.annotate(Object context,
MarkupText text,
int charPos) |
Copyright © 2004–2022. All rights reserved.