Package hudson.security.pages
Class SignupPage
java.lang.Object
hudson.security.pages.SignupPage
The signup page for
HudsonPrivateSecurityRealm-
Field Summary
FieldsModifier and TypeFieldDescriptionorg.htmlunit.html.HtmlFormfinal org.htmlunit.html.HtmlPage -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidenterEmail(String email) voidenterFullName(String fullName) voidenterPassword(String password) Enters the password in password1 and password2.voidenterPassword2(String password2) voidenterUsername(String username) org.htmlunit.html.HtmlPagesubmit(JenkinsRule rule)
-
Field Details
-
signupForm
public org.htmlunit.html.HtmlForm signupForm -
signupPage
public final org.htmlunit.html.HtmlPage signupPage
-
-
Constructor Details
-
SignupPage
public SignupPage(org.htmlunit.html.HtmlPage signupPage)
-
-
Method Details
-
enterUsername
-
enterPassword
Enters the password in password1 and password2. You can then callenterPassword2(String)if you want them to be different. -
enterPassword2
-
enterFullName
-
enterEmail
-
submit
- Throws:
Exception
-
assertErrorContains
-