|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConsoleNote | |
---|---|
hudson.console | Beef up the plain text console output by adding HTML markup. |
hudson.model | Core object model that are bound to URLs via stapler, rooted at Hudson. |
hudson.tasks._maven | |
hudson.util | Other miscellaneous utility code |
Uses of ConsoleNote in hudson.console |
---|
Subclasses of ConsoleNote in hudson.console | |
---|---|
class |
ExpandableDetailsNote
Renders a button that can be clicked to reveal additional block tag (and HTML inside it.) |
class |
HudsonExceptionNote
Placed on the beginning of the exception stack trace produced by Hudson, which in turn produces hyperlinked stack trace. |
class |
HyperlinkNote
Turns a text into a hyperlink by specifying the URL separately. |
class |
ModelHyperlinkNote
HyperlinkNote that links to a model object,
which in the UI gets rendered with context menu and etc. |
Methods in hudson.console that return ConsoleNote | |
---|---|
static ConsoleNote |
ConsoleNote.readFrom(DataInputStream in)
Reads a note back from its encoded form. |
Methods in hudson.console that return types with arguments of type ConsoleNote | |
---|---|
static DescriptorExtensionList<ConsoleNote<?>,ConsoleAnnotationDescriptor> |
ConsoleAnnotationDescriptor.all()
Returns all the registered ConsoleAnnotationDescriptor descriptors. |
Constructor parameters in hudson.console with type arguments of type ConsoleNote | |
---|---|
ConsoleAnnotationDescriptor(Class<? extends ConsoleNote<?>> clazz)
|
Uses of ConsoleNote in hudson.model |
---|
Methods in hudson.model with parameters of type ConsoleNote | |
---|---|
void |
TaskListener.annotate(ConsoleNote ann)
Annotates the current position in the output log by using the given annotation. |
Uses of ConsoleNote in hudson.tasks._maven |
---|
Subclasses of ConsoleNote in hudson.tasks._maven | |
---|---|
class |
Maven3MojoNote
Marks the log line that reports that Maven3 is executing a mojo. |
class |
MavenErrorNote
|
class |
MavenMojoNote
Marks the log line that reports that Maven is executing a mojo. |
class |
MavenWarningNote
Marks the warning messages from Maven. |
Uses of ConsoleNote in hudson.util |
---|
Methods in hudson.util with parameters of type ConsoleNote | |
---|---|
void |
LogTaskListener.annotate(ConsoleNote ann)
|
void |
StreamTaskListener.annotate(ConsoleNote ann)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |