Class WorkflowRunConsoleNote
java.lang.Object
hudson.console.ConsoleNote<Run<?,?>>
org.jenkinsci.plugins.workflow.job.console.WorkflowRunConsoleNote
- All Implemented Interfaces:
ExtensionPoint
,Describable<ConsoleNote<?>>
,Serializable
Deprecated.
No longer used, but retained for serial-form compatibility of old build logs.
- See Also:
-
Nested Class Summary
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
-
Method Summary
Modifier and TypeMethodDescriptionConsoleAnnotator<Run<?,
?>> annotate
(Run<?, ?> context, MarkupText text, int charPos) Deprecated.Methods inherited from class hudson.console.ConsoleNote
encode, encodeTo, encodeTo, findPreamble, getDescriptor, readFrom, removeNotes, removeNotes, skip
-
Field Details
-
CONSOLE_NOTE_PREFIX
Deprecated.Prefix used in metadata lines.- See Also:
-
-
Constructor Details
-
WorkflowRunConsoleNote
public WorkflowRunConsoleNote()Deprecated.
-
-
Method Details
-
annotate
Deprecated.- Specified by:
annotate
in classConsoleNote<Run<?,
?>>
-