Package | Description |
---|---|
hudson.console |
Beef up the plain text console output by adding HTML markup.
|
hudson.scm |
Hudson's interface with source code management systems.
|
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. |
Modifier and Type | Method and Description |
---|---|
void |
ChangeLogAnnotator.annotate(AbstractBuild<?,?> build,
ChangeLogSet.Entry change,
MarkupText text)
Deprecated.
|
void |
ChangeLogAnnotator.annotate(Run<?,?> build,
ChangeLogSet.Entry change,
MarkupText text)
Called by Hudson to allow markups to be added to the changelog text.
|
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.