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 ClassesNested 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 -
Method Summary
Modifier and TypeMethodDescriptionannotate(Object context, MarkupText text, int charPos) static StringMethods 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:
annotatein classConsoleNote
-
create
-