Class RestCaptchaConfiguration

java.lang.Object
com.atlassian.bamboo.testutils.rest.entity.RestCaptchaConfiguration

public class RestCaptchaConfiguration extends Object
  • Constructor Details

    • RestCaptchaConfiguration

      public RestCaptchaConfiguration()
    • RestCaptchaConfiguration

      public RestCaptchaConfiguration(boolean enableCaptcha, boolean enableCaptchaOnSignup, int maxLoginAttempts)
  • Method Details

    • isEnableCaptcha

      public boolean isEnableCaptcha()
    • isEnableCaptchaOnSignup

      public boolean isEnableCaptchaOnSignup()
    • getMaxLoginAttempts

      public int getMaxLoginAttempts()