Package hudson.util

Class FormValidation.URLCheck

java.lang.Object
hudson.util.FormValidation.URLCheck
Enclosing class:
FormValidation

public abstract static class FormValidation.URLCheck extends Object
Convenient base class for checking the validity of URLs.

This allows the check method to call various utility methods in a concise syntax.

  • Constructor Details

    • URLCheck

      public URLCheck()
  • Method Details