Class GitHubConsoleNote
java.lang.Object
hudson.console.ConsoleNote
org.jenkinsci.plugins.github_branch_source.GitHubConsoleNote
- All Implemented Interfaces:
ExtensionPoint
,Describable
,Serializable
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
public class GitHubConsoleNote
extends ConsoleNote
A timestamped console note from the GitHub branch source.
- 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 TypeMethodDescriptionannotate
(Object context, MarkupText text, int charPos) static String
Methods inherited from class hudson.console.ConsoleNote
encode, encodeTo, encodeTo, findPreamble, getDescriptor, readFrom, removeNotes, removeNotes, skip
-
Constructor Details
-
GitHubConsoleNote
public GitHubConsoleNote(long timestamp)
-
-
Method Details
-
annotate
- Specified by:
annotate
in classConsoleNote
-
create
-