Uses of Class
hudson.markup.MarkupFormatter
Packages that use MarkupFormatter
-
Uses of MarkupFormatter in hudson.markup
Subclasses of MarkupFormatter in hudson.markupModifier and TypeClassDescriptionclass
MarkupFormatter
that treats the input as the escaped html.Methods in hudson.markup that return types with arguments of type MarkupFormatterModifier and TypeMethodDescriptionMarkupFormatterDescriptor.all()
Returns all the registeredMarkupFormatterDescriptor
s. -
Uses of MarkupFormatter in hudson.security
Methods in hudson.security that return MarkupFormatter -
Uses of MarkupFormatter in jenkins.model
Methods in jenkins.model that return MarkupFormatterModifier and TypeMethodDescriptionJenkins.getMarkupFormatter()
Gets the markup formatter used in the system.Methods in jenkins.model with parameters of type MarkupFormatterModifier and TypeMethodDescriptionvoid
Jenkins.setMarkupFormatter
(MarkupFormatter f) Sets the markup formatter used in the system globally.