public class FormUtils extends Object
Constructor and Description |
---|
FormUtils() |
Modifier and Type | Method and Description |
---|---|
static hudson.util.FormValidation |
formValidateUrl(String value)
Validates data is in expected format either URL or variable reference.
|
static boolean |
isUrlValid(String value) |
public static hudson.util.FormValidation formValidateUrl(String value)
value
- user input to validatepublic static boolean isUrlValid(String value)
Copyright © 2016–2019. All rights reserved.