提交 c2aa5a89 编写于 作者: K kohsuke

doc improvement

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@17196 71c3de6d-444a-0410-be80-ed276b4c234a
上级 7ba1b694
......@@ -25,6 +25,8 @@ package hudson.util;
import hudson.EnvVars;
import hudson.Util;
import hudson.FilePath;
import hudson.scm.CVSSCM;
import static hudson.Util.fixEmpty;
import hudson.model.Hudson;
import org.kohsuke.stapler.HttpResponse;
......@@ -49,7 +51,12 @@ import java.net.URLConnection;
* programmatically as well (by using {@link #kind}.
*
* <p>
* See {@link CVSSCM.DescriptorImpl#doCheckCvsRoot(String)} as an example.
* For typical validation needs, this class offers a number of {@code validateXXX(...)} methods, such as
* {@link #validateExecutable(String)}. {@link FilePath} also has a number of {@code validateXXX(...)} methods
* that you may be able to reuse.
*
* <p>
* Also see {@link CVSSCM.DescriptorImpl#doCheckCvsRoot(String)} as an example.
*
* @author Kohsuke Kawaguchi
* @since 1.294
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册