Package | Description |
---|---|
hudson.markup | |
hudson.security |
Security-related code.
|
jenkins.model |
Modifier and Type | Class and Description |
---|---|
class |
EscapedMarkupFormatter |
Modifier and Type | Method and Description |
---|---|
static DescriptorExtensionList<MarkupFormatter,MarkupFormatterDescriptor> |
MarkupFormatterDescriptor.all()
Returns all the registered
MarkupFormatterDescriptor s. |
Modifier and Type | Method and Description |
---|---|
MarkupFormatter |
GlobalSecurityConfiguration.getMarkupFormatter() |
Modifier and Type | Method and Description |
---|---|
MarkupFormatter |
Jenkins.getMarkupFormatter()
Gets the markup formatter used in the system.
|
Modifier and Type | Method and Description |
---|---|
void |
Jenkins.setMarkupFormatter(MarkupFormatter f)
Sets the markup formatter used in the system globally.
|
Copyright © 2017. All rights reserved.