Uses of Enum
org.kohsuke.github.MarkdownMode
Packages that use MarkdownMode
-
Uses of MarkdownMode in org.kohsuke.github
Methods in org.kohsuke.github that return MarkdownModeModifier and TypeMethodDescriptionstatic MarkdownModeReturns 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 MarkdownModeModifier and TypeMethodDescriptionGHRepository.renderMarkdown(String text, MarkdownMode mode) Render a Markdown document.