public class CustomUrlAvailableValidator extends Object implements Validator<String,Long>
| Constructor and Description |
|---|
CustomUrlAvailableValidator(String emptyErrorMessage,
String errorMessageFormat,
com.agiletestware.pangolin.client.UrlAvailableValidator urlAvailableValidator)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
hudson.util.FormValidation |
validate(String value,
Long timeout)
Validates the given value.
|
public CustomUrlAvailableValidator(String emptyErrorMessage, String errorMessageFormat, com.agiletestware.pangolin.client.UrlAvailableValidator urlAvailableValidator)
emptyErrorMessage - error message in case if URL is null or empty string.errorMessageFormat - error message in case if URL is unreachable.Copyright © 2018–2022 Agiletestware. All rights reserved.