Class RestCaptchaConfiguration
- java.lang.Object
-
- com.atlassian.bamboo.testutils.rest.entity.RestCaptchaConfiguration
-
public class RestCaptchaConfiguration extends Object
-
-
Constructor Summary
Constructors Constructor Description RestCaptchaConfiguration()
RestCaptchaConfiguration(boolean enableCaptcha, boolean enableCaptchaOnSignup, int maxLoginAttempts)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getMaxLoginAttempts()
boolean
isEnableCaptcha()
boolean
isEnableCaptchaOnSignup()
-