public static class DocLinksPublisher.DocLinksDescriptor
extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>
| Constructor and Description |
|---|
DocLinksPublisher.DocLinksDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
hudson.util.FormValidation |
doCheckDirectory(hudson.model.AbstractProject<?,?> project,
String dir)
check to see if directory is valid and exists.
|
hudson.util.FormValidation |
doCheckFile(hudson.model.AbstractProject<?,?> project,
String dir,
String file)
check to see if file exists.
|
hudson.util.FormValidation |
doCheckTitle(hudson.model.AbstractProject<?,?> project,
String title)
check to see if title is not null.
|
String |
getDisplayName() |
boolean |
isApplicable(Class<? extends hudson.model.AbstractProject> jobType) |
hudson.tasks.Publisher |
newInstance(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, getCheckUrl, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMappublic DocLinksPublisher.DocLinksDescriptor()
public hudson.tasks.Publisher newInstance(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData)
throws hudson.model.Descriptor.FormException
newInstance in class hudson.model.Descriptor<hudson.tasks.Publisher>hudson.model.Descriptor.FormExceptionpublic boolean isApplicable(Class<? extends hudson.model.AbstractProject> jobType)
isApplicable in class hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>public hudson.util.FormValidation doCheckTitle(@AncestorInPath
hudson.model.AbstractProject<?,?> project,
@QueryParameter
String title)
throws IOException,
javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionpublic hudson.util.FormValidation doCheckDirectory(@AncestorInPath
hudson.model.AbstractProject<?,?> project,
@QueryParameter
String dir)
throws IOException,
javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionpublic hudson.util.FormValidation doCheckFile(@AncestorInPath
hudson.model.AbstractProject<?,?> project,
@QueryParameter
String dir,
@QueryParameter
String file)
throws IOException,
javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionpublic String getDisplayName()
getDisplayName in class hudson.model.Descriptor<hudson.tasks.Publisher>Copyright © 2004-2016. All Rights Reserved.