hudson.util
Class FormFieldValidator.WorkspaceFileMask
java.lang.Object
hudson.util.FormFieldValidator
hudson.util.FormFieldValidator.WorkspaceFileMask
- Enclosing class:
- FormFieldValidator
Deprecated. as of 1.294. Use FilePath.validateFileMask(String, boolean)
public static class FormFieldValidator.WorkspaceFileMask
- extends FormFieldValidator
Checks the file mask (specified in the 'value' query parameter) against
the current workspace.
- Since:
- 1.90.
Methods inherited from class hudson.util.FormFieldValidator |
error, error, errorWithMarkup, getFileParameter, ok, ok, ok, okWithMarkup, process, respond, warning, warning, warningWithMarkup |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FormFieldValidator.WorkspaceFileMask
public FormFieldValidator.WorkspaceFileMask(org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response)
- Deprecated.
FormFieldValidator.WorkspaceFileMask
public FormFieldValidator.WorkspaceFileMask(org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response,
boolean errorIfNotExist)
- Deprecated.
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.
Copyright © 2004-2013. All Rights Reserved.