|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConsoleAnnotator | |
---|---|
hudson.console | Beef up the plain text console output by adding HTML markup. |
hudson.tasks._maven |
Uses of ConsoleAnnotator in hudson.console |
---|
Methods in hudson.console that return ConsoleAnnotator | ||
---|---|---|
ConsoleAnnotator |
HyperlinkNote.annotate(Object context,
MarkupText text,
int charPos)
|
|
ConsoleAnnotator |
ExpandableDetailsNote.annotate(Object context,
MarkupText text,
int charPos)
|
|
ConsoleAnnotator |
HudsonExceptionNote.annotate(Object context,
MarkupText text,
int charPos)
|
|
abstract ConsoleAnnotator |
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
|
ConsoleAnnotator.cast(ConsoleAnnotator<? super T> a)
Cast operation that restricts T. |
|
static
|
ConsoleAnnotator.combine(Collection<? extends ConsoleAnnotator<? super T>> all)
Bundles all the given ConsoleAnnotator into a single annotator. |
|
ConsoleAnnotator |
ConsoleAnnotationOutputStream.getConsoleAnnotator()
|
|
static
|
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 |
ConsoleAnnotatorFactory.newInstance(T context)
Called when a console output page is requested to create a stateful ConsoleAnnotator . |
Methods in hudson.console that return types with arguments of type ConsoleAnnotator | ||
---|---|---|
static
|
ConsoleAnnotator._for(T context)
List all the console annotators that can work for the specified context type. |
Methods in hudson.console with parameters of type ConsoleAnnotator | ||
---|---|---|
static
|
ConsoleAnnotator.cast(ConsoleAnnotator<? super T> a)
Cast operation that restricts T. |
Method parameters in hudson.console with type arguments of type ConsoleAnnotator | ||
---|---|---|
static
|
ConsoleAnnotator.combine(Collection<? extends ConsoleAnnotator<? super T>> all)
Bundles all the given ConsoleAnnotator into a single annotator. |
Constructors in hudson.console with parameters of type ConsoleAnnotator | |
---|---|
ConsoleAnnotationOutputStream(Writer out,
ConsoleAnnotator<? super T> ann,
T context,
Charset charset)
|
Uses of ConsoleAnnotator in hudson.tasks._maven |
---|
Methods in hudson.tasks._maven that return ConsoleAnnotator | |
---|---|
ConsoleAnnotator |
Maven3MojoNote.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)
|
ConsoleAnnotator |
MavenMojoNote.annotate(Object context,
MarkupText text,
int charPos)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |