Package hudson.util

Class FormFieldValidator.WorkspaceFileMask

java.lang.Object
hudson.util.FormFieldValidator
hudson.util.FormFieldValidator.WorkspaceFileMask
Enclosing class:
FormFieldValidator

@Deprecated public static class FormFieldValidator.WorkspaceFileMask extends FormFieldValidator
Checks the file mask (specified in the 'value' query parameter) against the current workspace.
Since:
1.90.
  • Constructor Details

    • WorkspaceFileMask

      public WorkspaceFileMask(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response)
      Deprecated.
    • WorkspaceFileMask

      public WorkspaceFileMask(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response, boolean errorIfNotExist)
      Deprecated.
  • Method Details

    • check

      protected void check() throws IOException, javax.servlet.ServletException
      Deprecated.
      Specified by:
      check in class FormFieldValidator
      Throws:
      IOException
      javax.servlet.ServletException
    • getBaseDirectory

      protected FilePath getBaseDirectory(AbstractProject<?,?> p)
      Deprecated.
      The base directory from which the path name is resolved.