Package hudson.security.pages
Class SignupPage
- java.lang.Object
-
- hudson.security.pages.SignupPage
-
public class SignupPage extends Object
The signup page forHudsonPrivateSecurityRealm
-
-
Field Summary
Fields Modifier and Type Field Description org.htmlunit.html.HtmlFormsignupFormorg.htmlunit.html.HtmlPagesignupPage
-
Constructor Summary
Constructors Constructor Description SignupPage(org.htmlunit.html.HtmlPage signupPage)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidassertErrorContains(String msg)voidenterEmail(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)
-
-
-
Method Detail
-
enterUsername
public void enterUsername(String username)
-
enterPassword
public void enterPassword(String password)
Enters the password in password1 and password2. You can then callenterPassword2(String)if you want them to be different.
-
enterPassword2
public void enterPassword2(String password2)
-
enterFullName
public void enterFullName(String fullName)
-
enterEmail
public void enterEmail(String email)
-
submit
public org.htmlunit.html.HtmlPage submit(JenkinsRule rule) throws Exception
- Throws:
Exception
-
assertErrorContains
public void assertErrorContains(String msg)
-
-