com.atlassian.confluence.it.user
Class SignupForm

java.lang.Object
  extended by com.atlassian.confluence.it.user.SignupForm

public class SignupForm
extends Object


Constructor Summary
SignupForm(net.sourceforge.jwebunit.junit.WebTester tester)
           
 
Method Summary
 void signUpUser(String fullname, String email, String username, String password, String confirm, String token)
           
 void signUpUser(User user, String token)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SignupForm

public SignupForm(net.sourceforge.jwebunit.junit.WebTester tester)
Method Detail

signUpUser

public void signUpUser(String fullname,
                       String email,
                       String username,
                       String password,
                       String confirm,
                       String token)

signUpUser

public void signUpUser(User user,
                       String token)


Copyright © 2003-2013 Atlassian. All Rights Reserved.