Package hudson.security.pages
Class SignupPage
java.lang.Object
hudson.security.pages.SignupPage
The signup page for
HudsonPrivateSecurityRealm
-
Field Summary
Modifier and TypeFieldDescriptionorg.htmlunit.html.HtmlForm
final org.htmlunit.html.HtmlPage
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
enterEmail
(String email) void
enterFullName
(String fullName) void
enterPassword
(String password) Enters the password in password1 and password2.void
enterPassword2
(String password2) void
enterUsername
(String username) org.htmlunit.html.HtmlPage
submit
(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
-