Uses of Class
hudson.model.PageDecorator
-
Uses of PageDecorator in hudson
Modifier and TypeMethodDescriptionstatic List<PageDecorator>
Functions.getPageDecorators()
Gets all thePageDecorator
s. -
Uses of PageDecorator in hudson.model
Modifier and TypeMethodDescriptionstatic ExtensionList<PageDecorator>
PageDecorator.all()
Returns all the registeredPageDecorator
descriptors.final Descriptor<PageDecorator>
PageDecorator.getDescriptor()
ModifierConstructorDescriptionprotected
PageDecorator
(Class<? extends PageDecorator> yourClass) Deprecated.as of 1.425 Use the default constructor that's less error prone -
Uses of PageDecorator in jenkins.formelementpath
-
Uses of PageDecorator in jenkins.install
Modifier and TypeClassDescriptionclass
A Jenkins instance used during first-run to provide a limited set of services while initial installation is in progress -
Uses of PageDecorator in jenkins.management
Modifier and TypeClassDescriptionclass
Show notifications and popups for active administrative monitors on all pages. -
Uses of PageDecorator in jenkins.security
Modifier and TypeClassDescriptionclass
Adds the 'X-Frame-Options' header to all web pages.
all()
for read access, and useExtension
for registration.