Class RadarGunConsoleNote
- java.lang.Object
-
- hudson.console.ConsoleNote<Run<?,?>>
-
- org.jenkinsci.plugins.radargun.util.RadarGunConsoleNote
-
- All Implemented Interfaces:
ExtensionPoint
,Describable<ConsoleNote<?>>
,Serializable
public class RadarGunConsoleNote extends ConsoleNote<Run<?,?>>
- Author:
- vjuranek
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RadarGunConsoleNote.DescriptorImpl
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Field Summary
-
Fields inherited from class hudson.console.ConsoleNote
INSECURE, POSTAMBLE, POSTAMBLE_STR, PREAMBLE, PREAMBLE_STR
-
-
Constructor Summary
Constructors Constructor Description RadarGunConsoleNote()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConsoleAnnotator<Run<?,?>>
annotate(Run<?,?> context, MarkupText text, int charPos)
-
Methods inherited from class hudson.console.ConsoleNote
encode, encodeTo, encodeTo, findPreamble, getDescriptor, readFrom, removeNotes, removeNotes, skip
-
-
-
-
Method Detail
-
annotate
public ConsoleAnnotator<Run<?,?>> annotate(Run<?,?> context, MarkupText text, int charPos)
- Specified by:
annotate
in classConsoleNote<Run<?,?>>
-
-