|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MarkupText | |
|---|---|
| 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 | |
| Uses of MarkupText in hudson.console |
|---|
| Methods in hudson.console with parameters of type MarkupText | |
|---|---|
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. |
| Uses of MarkupText in hudson.scm |
|---|
| Methods in hudson.scm with parameters of type MarkupText | |
|---|---|
abstract void |
ChangeLogAnnotator.annotate(AbstractBuild<?,?> build,
ChangeLogSet.Entry change,
MarkupText text)
Called by Hudson to allow markups to be added to the changelog text. |
| Uses of MarkupText in hudson.tasks._maven |
|---|
| Methods in hudson.tasks._maven with parameters of type MarkupText | |
|---|---|
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 | |||||||||