Uses of Class
hudson.markup.MarkupFormatter
-
Packages that use MarkupFormatter Package Description hudson.markup hudson.security Security-related code.jenkins.model -
-
Uses of MarkupFormatter in hudson.markup
Subclasses of MarkupFormatter in hudson.markup Modifier and Type Class Description class
EscapedMarkupFormatter
MarkupFormatter
that treats the input as the escaped html.Methods in hudson.markup that return types with arguments of type MarkupFormatter Modifier and Type Method Description static DescriptorExtensionList<MarkupFormatter,MarkupFormatterDescriptor>
MarkupFormatterDescriptor. all()
Returns all the registeredMarkupFormatterDescriptor
s. -
Uses of MarkupFormatter in hudson.security
Methods in hudson.security that return MarkupFormatter Modifier and Type Method Description MarkupFormatter
GlobalSecurityConfiguration. getMarkupFormatter()
-
Uses of MarkupFormatter in jenkins.model
Methods in jenkins.model that return MarkupFormatter Modifier and Type Method Description MarkupFormatter
Jenkins. getMarkupFormatter()
Gets the markup formatter used in the system.Methods in jenkins.model with parameters of type MarkupFormatter Modifier and Type Method Description void
Jenkins. setMarkupFormatter(MarkupFormatter f)
Sets the markup formatter used in the system globally.
-