Package | Description |
---|---|
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
|
jenkins.util |
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
static ConsoleNote |
ConsoleNote.readFrom(DataInputStream in)
Reads a note back from its encoded form.
|
Modifier and Type | Method and Description |
---|---|
static DescriptorExtensionList<ConsoleNote<?>,ConsoleAnnotationDescriptor> |
ConsoleAnnotationDescriptor.all()
Returns all the registered
ConsoleAnnotationDescriptor descriptors. |
Constructor and Description |
---|
ConsoleAnnotationDescriptor(Class<? extends ConsoleNote<?>> clazz) |
Modifier and Type | Method and Description |
---|---|
void |
TaskListener.annotate(ConsoleNote ann)
Annotates the current position in the output log by using the given annotation.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
LogTaskListener.annotate(ConsoleNote ann) |
void |
StreamTaskListener.annotate(ConsoleNote ann) |
Modifier and Type | Method and Description |
---|---|
void |
BuildListenerAdapter.annotate(ConsoleNote ann) |
Copyright © 2018. All rights reserved.