Class SignupSettings
- java.lang.Object
-
- com.atlassian.confluence.it.admin.SignupSettings
-
public class SignupSettings extends Object
-
-
Constructor Summary
Constructors Constructor Description SignupSettings(String baseUrl)
SignupSettings(String baseUrl, net.sourceforge.jwebunit.junit.WebTester tester)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.codehaus.jackson.JsonNode
postSendUserInvites(String emailMessage, String[] recipientList)
String
retrieveSignupToken()
-
-
-
Method Detail
-
retrieveSignupToken
public String retrieveSignupToken()
-
postSendUserInvites
public org.codehaus.jackson.JsonNode postSendUserInvites(String emailMessage, String[] recipientList) throws IOException
- Throws:
IOException
-
-