|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PageDecorator | |
---|---|
hudson | |
hudson.model | Core object model that are bound to URLs via stapler, rooted at Hudson. |
Uses of PageDecorator in hudson |
---|
Methods in hudson that return types with arguments of type PageDecorator | |
---|---|
static List<PageDecorator> |
Functions.getPageDecorators()
Gets all the PageDecorator s. |
Uses of PageDecorator in hudson.model |
---|
Subclasses of PageDecorator in hudson.model | |
---|---|
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
|
Fields in hudson.model with type parameters of type PageDecorator | |
---|---|
static List<PageDecorator> |
PageDecorator.ALL
Deprecated. as of 1.286 Use all() for read access, and use Extension for registration. |
Methods in hudson.model that return types with arguments of type PageDecorator | |
---|---|
static ExtensionList<PageDecorator> |
PageDecorator.all()
Returns all the registered PageDecorator descriptors. |
Descriptor<PageDecorator> |
PageDecorator.getDescriptor()
|
Constructor parameters in hudson.model with type arguments of type PageDecorator | |
---|---|
PageDecorator(Class<? extends PageDecorator> yourClass)
Deprecated. as of 1.425 Use the default constructor that's less error prone |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |