hudson.util
Class FormFieldValidator.WorkspaceDirectory
java.lang.Object
hudson.util.FormFieldValidator
hudson.util.FormFieldValidator.WorkspaceFilePath
hudson.util.FormFieldValidator.WorkspaceDirectory
- Enclosing class:
- FormFieldValidator
Deprecated. as of 1.294. Use FilePath.validateRelativeDirectory(String, boolean)
(see javadoc plugin for the example)
public static class FormFieldValidator.WorkspaceDirectory
- extends FormFieldValidator.WorkspaceFilePath
Checks a valid directory name (specified in the 'value' query parameter) against
the current workspace.
- Since:
- 1.116
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.WorkspaceDirectory
public FormFieldValidator.WorkspaceDirectory(org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response,
boolean errorIfNotExist)
- Deprecated.
FormFieldValidator.WorkspaceDirectory
public FormFieldValidator.WorkspaceDirectory(org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response)
- Deprecated.
Copyright © 2004-2013. All Rights Reserved.