Uses of Class
hudson.model.PageDecorator
-
Packages that use PageDecorator Package Description hudson hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.jenkins.formelementpath jenkins.install jenkins.management jenkins.security -
-
Uses of PageDecorator in hudson
Methods in hudson that return types with arguments of type PageDecorator Modifier and Type Method Description static List<PageDecorator>
Functions. getPageDecorators()
Gets all thePageDecorator
s. -
Uses of PageDecorator in hudson.model
Subclasses of PageDecorator in hudson.model Modifier and Type Class Description class
UsageStatistics
Fields in hudson.model with type parameters of type PageDecorator Modifier and Type Field Description static List<PageDecorator>
PageDecorator. ALL
Methods in hudson.model that return types with arguments of type PageDecorator Modifier and Type Method Description static ExtensionList<PageDecorator>
PageDecorator. all()
Returns all the registeredPageDecorator
descriptors.Descriptor<PageDecorator>
PageDecorator. getDescriptor()
Constructor parameters in hudson.model with type arguments of type PageDecorator Constructor Description 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 Modifier and Type Class Description class
FormElementPathPageDecorator
-
Uses of PageDecorator in jenkins.install
Subclasses of PageDecorator in jenkins.install Modifier and Type Class Description class
SetupWizard
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.management Modifier and Type Class Description class
AdministrativeMonitorsDecorator
Show notifications and popups for active administrative monitors on all pages. -
Uses of PageDecorator in jenkins.security
Subclasses of PageDecorator in jenkins.security Modifier and Type Class Description class
FrameOptionsPageDecorator
Adds the 'X-Frame-Options' header to all web pages.
-