| 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
MarkupFormatterDescriptors. |
| 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 © 2019. All rights reserved.