Package jenkins.model

Class SimplePageDecorator

  • All Implemented Interfaces:
    ExtensionPoint, Describable<SimplePageDecorator>, Saveable, OnMaster
    Direct Known Subclasses:
    DefaultSimplePageDecorator

    public class SimplePageDecorator
    extends Descriptor<SimplePageDecorator>
    implements ExtensionPoint, Describable<SimplePageDecorator>
    Participates in the rendering of the login page

    This class provides a few hooks to augment the HTML of the login page.

    simple-branding.jelly
    This view contributes to the branding section, usually located on the left side of the login/register pages.
    simple-footer.jelly
    This view contributes to the footer section, located below the login/register form.
    simple-head.jelly
    This view contributes to the head section.
    simple-header.jelly
    This view contributes to the header section just above the login/register form.
    Since:
    2.128