Package hudson.security.pages
Class SignupPage
java.lang.Object
hudson.security.pages.SignupPage
The signup page for 
HudsonPrivateSecurityRealm- 
Field SummaryFieldsModifier and TypeFieldDescriptionorg.htmlunit.html.HtmlFormfinal org.htmlunit.html.HtmlPage
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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- 
signupFormpublic org.htmlunit.html.HtmlForm signupForm
- 
signupPagepublic final org.htmlunit.html.HtmlPage signupPage
 
- 
- 
Constructor Details- 
SignupPagepublic SignupPage(org.htmlunit.html.HtmlPage signupPage) 
 
- 
- 
Method Details- 
enterUsername
- 
enterPasswordEnters 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
 
-