@Extension
public static final class CodeDxPublisher.DescriptorImpl
extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>
CodeDxPublisher. Used as a singleton.
The class is marked as public so that it can be accessed from views.| Constructor and Description |
|---|
CodeDxPublisher.DescriptorImpl()
In order to load the persisted global configuration, you have to
call load() in the constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
hudson.util.FormValidation |
doCheckExcludedSourceAndBinaryFiles(String value,
hudson.model.AbstractProject project) |
hudson.util.FormValidation |
doCheckKey(String value) |
hudson.util.FormValidation |
doCheckProjectId(String value) |
hudson.util.FormValidation |
doCheckSourceAndBinaryFiles(String value,
String toolOutputFiles,
hudson.model.AbstractProject project) |
hudson.util.FormValidation |
doCheckToolOutputFiles(String value,
String sourceAndBinaryFiles,
hudson.model.AbstractProject project) |
hudson.util.FormValidation |
doCheckUrl(String value) |
hudson.util.ListBoxModel |
doFillFailureSeverityItems() |
hudson.util.ListBoxModel |
doFillProjectIdItems(String url,
String key) |
hudson.util.ListBoxModel |
doFillUnstableSeverityItems() |
String |
getDisplayName()
This human readable name is used in the configuration screen.
|
boolean |
isApplicable(Class<? extends hudson.model.AbstractProject> aClass) |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMappublic CodeDxPublisher.DescriptorImpl()
public boolean isApplicable(Class<? extends hudson.model.AbstractProject> aClass)
isApplicable in class hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>public String getDisplayName()
getDisplayName in class hudson.model.Descriptor<hudson.tasks.Publisher>public hudson.util.FormValidation doCheckProjectId(@QueryParameter
String value)
throws IOException,
javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionpublic hudson.util.FormValidation doCheckKey(@QueryParameter
String value)
throws IOException,
javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionpublic hudson.util.FormValidation doCheckUrl(@QueryParameter
String value)
throws IOException,
javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionpublic hudson.util.FormValidation doCheckSourceAndBinaryFiles(@QueryParameter
String value,
@QueryParameter
String toolOutputFiles,
@AncestorInPath
hudson.model.AbstractProject project)
public hudson.util.FormValidation doCheckExcludedSourceAndBinaryFiles(@QueryParameter
String value,
@AncestorInPath
hudson.model.AbstractProject project)
public hudson.util.FormValidation doCheckToolOutputFiles(@QueryParameter
String value,
@QueryParameter
String sourceAndBinaryFiles,
@AncestorInPath
hudson.model.AbstractProject project)
public hudson.util.ListBoxModel doFillProjectIdItems(@QueryParameter
String url,
@QueryParameter
String key)
public hudson.util.ListBoxModel doFillFailureSeverityItems()
public hudson.util.ListBoxModel doFillUnstableSeverityItems()
public boolean configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData)
throws hudson.model.Descriptor.FormException
configure in class hudson.model.Descriptor<hudson.tasks.Publisher>hudson.model.Descriptor.FormExceptionCopyright © 2004-2015. All Rights Reserved.