diff --git a/core/src/main/java/jenkins/model/SimplePageDecorator.java b/core/src/main/java/jenkins/model/SimplePageDecorator.java index 7a0639ee774a..29e08679506c 100644 --- a/core/src/main/java/jenkins/model/SimplePageDecorator.java +++ b/core/src/main/java/jenkins/model/SimplePageDecorator.java @@ -35,6 +35,25 @@ *

* 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 */ public class SimplePageDecorator extends Descriptor implements ExtensionPoint, Describable { diff --git a/core/src/main/resources/hudson/security/HudsonPrivateSecurityRealm/signup.jelly b/core/src/main/resources/hudson/security/HudsonPrivateSecurityRealm/signup.jelly index 1e550e3a1497..52e13b720fc7 100644 --- a/core/src/main/resources/hudson/security/HudsonPrivateSecurityRealm/signup.jelly +++ b/core/src/main/resources/hudson/security/HudsonPrivateSecurityRealm/signup.jelly @@ -48,19 +48,16 @@ THE SOFTWARE. - +