Uses of Class
org.kohsuke.github.MarkdownMode
-
Packages that use MarkdownMode Package Description org.kohsuke.github -
-
Uses of MarkdownMode in org.kohsuke.github
Methods in org.kohsuke.github that return MarkdownMode Modifier and Type Method Description static MarkdownModeMarkdownMode. valueOf(String name)Returns the enum constant of this type with the specified name.static MarkdownMode[]MarkdownMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.kohsuke.github with parameters of type MarkdownMode Modifier and Type Method Description ReaderGHRepository. renderMarkdown(String text, MarkdownMode mode)Render a Markdown document.
-