http://stacktrace.jenkins-ci.org/
service, which is dead now (JENKINS-42861).
This console note does nothing right now.@Deprecated public class HudsonExceptionNote extends ConsoleNote<Object>
Exceptions in the user code (like junit etc) should be handled differently. This is only for exceptions that occur inside Jenkins.
Modifier and Type | Class and Description |
---|---|
static class |
HudsonExceptionNote.DescriptorImpl
Deprecated.
|
ExtensionPoint.LegacyInstancesAreScopedToHudson
POSTAMBLE, POSTAMBLE_STR, PREAMBLE, PREAMBLE_STR
Constructor and Description |
---|
HudsonExceptionNote()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ConsoleAnnotator |
annotate(Object context,
MarkupText text,
int charPos)
Deprecated.
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. |
encode, encodeTo, encodeTo, findPreamble, getDescriptor, readFrom, removeNotes, removeNotes, skip
public ConsoleAnnotator annotate(Object context, MarkupText text, int charPos)
ConsoleNote
ConsoleNote
is de-serialized and this method is invoked to annotate that line.annotate
in class ConsoleNote<Object>
context
- The object that owns the console output in question.text
- Represents a line of the console output being annotated.charPos
- The character position in 'text' where this annotation is attached.Copyright © 2004–2017. All rights reserved.