Package hudson.util
Class FormValidation.CheckMethod
java.lang.Object
hudson.util.FormValidation.CheckMethod
- Enclosing class:
- FormValidation
Builds up the check URL for the client-side JavaScript to call back.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionObtains the 1.526-compatible single string representation.Returns the URL that the JavaScript should hit to perform form validation, except the query string portion (which is built on the client side.)
-
Constructor Details
-
CheckMethod
-
-
Method Details
-
toCheckUrl
Obtains the 1.526-compatible single string representation. This method computes JavaScript expression, which evaluates to the URL that the client should request the validation to. A modern version depends ontoStemUrl()
andgetDependsOn()
-
toStemUrl
Returns the URL that the JavaScript should hit to perform form validation, except the query string portion (which is built on the client side.) -
getDependsOn
-