public static final class DoxygenArchiver.DoxygenArchiverDescriptor
extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_DOXYGEN_PUBLISHTYPE |
static String |
DOXYGEN_DOXYFILE_PUBLISHTYPE |
static String |
DOXYGEN_HTMLDIRECTORY_PUBLISHTYPE |
| Constructor and Description |
|---|
DoxygenArchiver.DoxygenArchiverDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
hudson.util.FormValidation |
doCheckDoxyfilePath(hudson.model.AbstractProject project,
String value) |
String |
getDisplayName() |
String |
getHelpFile() |
boolean |
isApplicable(Class<? extends hudson.model.AbstractProject> jobType) |
boolean |
isMatrixProject(hudson.model.AbstractProject<?,?> project) |
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, getId, getJsonSafeClassName, getKlass, getPossibleViewNames, getPropertyType, getPropertyType, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMappublic static final String DOXYGEN_DOXYFILE_PUBLISHTYPE
public static final String DOXYGEN_HTMLDIRECTORY_PUBLISHTYPE
public static final String DEFAULT_DOXYGEN_PUBLISHTYPE
public DoxygenArchiver.DoxygenArchiverDescriptor()
public String getDisplayName()
getDisplayName in class hudson.model.Descriptor<hudson.tasks.Publisher>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 hudson.util.FormValidation doCheckDoxyfilePath(@AncestorInPath
hudson.model.AbstractProject project,
@QueryParameter
String value)
throws IOException
IOExceptionpublic String getHelpFile()
getHelpFile in class hudson.model.Descriptor<hudson.tasks.Publisher>public boolean isApplicable(Class<? extends hudson.model.AbstractProject> jobType)
isApplicable in class hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>public boolean isMatrixProject(hudson.model.AbstractProject<?,?> project)
Copyright © 2004-2015. All Rights Reserved.