Class ScriptApprovalNote
- All Implemented Interfaces:
ExtensionPoint
,Describable<ConsoleNote<?>>
,Serializable
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
public class ScriptApprovalNote
extends ConsoleNote<Object>
Offers a link to
ScriptApproval
.- 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
-
Method Summary
Modifier and TypeMethodDescriptionannotate
(Object context, MarkupText text, int charPos) static void
print
(TaskListener listener, RejectedAccessException x) Methods inherited from class hudson.console.ConsoleNote
encode, encodeTo, encodeTo, findPreamble, getDescriptor, readFrom, removeNotes, removeNotes, skip
-
Method Details
-
print
-
annotate
- Specified by:
annotate
in classConsoleNote<Object>
-