Class RestCaptcha
- java.lang.Object
-
- com.atlassian.bamboo.testutils.rest.entity.RestCaptcha
-
public class RestCaptcha extends Object
-
-
Constructor Summary
Constructors Constructor Description RestCaptcha()
RestCaptcha(String key, String response)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getKey()
String
getResponse()
void
setKey(String key)
void
setResponse(String response)
-