Class FormUtils
java.lang.Object
jenkins.plugins.office365connector.utils.FormUtils
Collects method for forms.
- Author:
- Joseph Petersen (casz@github)
-
Method Summary
Modifier and TypeMethodDescriptionstatic FormValidation
formValidateUrl
(String value) Validates data is in expected format either URL or variable reference.static boolean
isUrlValid
(String value)
-
Method Details
-
formValidateUrl
Validates data is in expected format either URL or variable reference.- Parameters:
value
- user input to validate- Returns:
- OK or Error on pending user input
-
isUrlValid
-