Package | Description |
---|---|
hudson | |
hudson.model |
Core object model that are bound to URLs via stapler, rooted at Hudson.
|
jenkins.install | |
jenkins.management | |
jenkins.security |
Modifier and Type | Method and Description |
---|---|
static List<PageDecorator> |
Functions.getPageDecorators()
Gets all the
PageDecorator s. |
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 |
SetupWizard
A Jenkins instance used during first-run to provide a limited set of services while
initial installation is in progress
|
Modifier and Type | Class and Description |
---|---|
class |
AdministrativeMonitorsDecorator
Show a notification and popup for active administrative monitors on all pages.
|
Modifier and Type | Class and Description |
---|---|
class |
FrameOptionsPageDecorator
Adds the 'X-Frame-Options' header to all web pages.
|
Copyright © 2004–2017. All rights reserved.