Uses of Class
hudson.markup.MarkupFormatter

Packages that use MarkupFormatter
hudson.markup   
hudson.security Security-related code. 
jenkins.model   
 

Uses of MarkupFormatter in hudson.markup
 

Subclasses of MarkupFormatter in hudson.markup
 class RawHtmlMarkupFormatter
          MarkupFormatter that treats the input as the raw html.
 

Fields in hudson.markup declared as MarkupFormatter
static MarkupFormatter RawHtmlMarkupFormatter.INSTANCE
           
 

Methods in hudson.markup that return types with arguments of type MarkupFormatter
static DescriptorExtensionList<MarkupFormatter,MarkupFormatterDescriptor> MarkupFormatterDescriptor.all()
          Returns all the registered MarkupFormatterDescriptors.
 

Uses of MarkupFormatter in hudson.security
 

Methods in hudson.security that return MarkupFormatter
 MarkupFormatter GlobalSecurityConfiguration.getMarkupFormatter()
           
 

Uses of MarkupFormatter in jenkins.model
 

Methods in jenkins.model that return MarkupFormatter
 MarkupFormatter Jenkins.getMarkupFormatter()
          Gets the markup formatter used in the system.
 

Methods in jenkins.model with parameters of type MarkupFormatter
 void Jenkins.setMarkupFormatter(MarkupFormatter f)
          Sets the markup formatter used in the system globally.
 



Copyright © 2004-2013. All Rights Reserved.