Uses of Class
hudson.model.PageDecorator
Packages that use PageDecorator
-
Uses of PageDecorator in hudson
Methods in hudson that return types with arguments of type PageDecoratorModifier and TypeMethodDescriptionstatic List<PageDecorator>
Functions.getPageDecorators()
Gets all thePageDecorator
s. -
Uses of PageDecorator in hudson.model
Subclasses of PageDecorator in hudson.modelFields in hudson.model with type parameters of type PageDecoratorMethods in hudson.model that return types with arguments of type PageDecoratorModifier and TypeMethodDescriptionstatic ExtensionList<PageDecorator>
PageDecorator.all()
Returns all the registeredPageDecorator
descriptors.final Descriptor<PageDecorator>
PageDecorator.getDescriptor()
Constructor parameters in hudson.model with type arguments of type PageDecoratorModifierConstructorDescriptionprotected
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
Subclasses of PageDecorator in jenkins.formelementpath -
Uses of PageDecorator in jenkins.install
Subclasses of PageDecorator in jenkins.installModifier 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
Subclasses of PageDecorator in jenkins.managementModifier and TypeClassDescriptionclass
Show notifications and popups for active administrative monitors on all pages. -
Uses of PageDecorator in jenkins.security
Subclasses of PageDecorator in jenkins.securityModifier and TypeClassDescriptionclass
Adds the 'X-Frame-Options' header to all web pages.
all()
for read access, and useExtension
for registration.