| Package | Description |
|---|---|
| hudson | |
| hudson.model |
Core object model that are bound to URLs via stapler, rooted at Hudson.
|
| jenkins.security |
| Modifier and Type | Method and Description |
|---|---|
static List<PageDecorator> |
Functions.getPageDecorators()
Gets all the
PageDecorators. |
| Modifier and Type | Class and Description |
|---|---|
class |
DownloadService
Service for plugins to periodically retrieve update data files
(like the one in the update center) through browsers.
|
static class |
UpdateCenter.PageDecoratorImpl
Adds the update center data retriever to HTML.
|
class |
UsageStatistics |
| Modifier and Type | Field and Description |
|---|---|
static List<PageDecorator> |
PageDecorator.ALL
|
| Modifier and Type | Method and Description |
|---|---|
static ExtensionList<PageDecorator> |
PageDecorator.all()
Returns all the registered
PageDecorator descriptors. |
Descriptor<PageDecorator> |
PageDecorator.getDescriptor() |
| Constructor and Description |
|---|
PageDecorator(Class<? extends PageDecorator> yourClass)
Deprecated.
as of 1.425
Use the default constructor that's less error prone
|
| Modifier and Type | Class and Description |
|---|---|
class |
FrameOptionsPageDecorator
Adds the 'X-Frame-Options' header to all web pages.
|
Copyright © 2019. All rights reserved.