@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 |
doCheckSelfSignedCertificateFingerprint(String value,
String url) |
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,
String selfSignedCertificateFingerprint) |
hudson.util.ListBoxModel |
doFillFailureSeverityItems() |
hudson.util.ListBoxModel |
doFillProjectIdItems(String url,
String selfSignedCertificateFingerprint,
String key,
hudson.model.AbstractProject project) |
hudson.util.ListBoxModel |
doFillUnstableSeverityItems() |
String |
getDisplayName()
This human readable name is used in the configuration screen.
|
boolean |
isApplicable(Class<? extends hudson.model.AbstractProject> aClass) |
hudson.tasks.Publisher |
newInstance(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, findByDescribableClassName, findById, getCheckMethod, 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, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
public 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
IOException
javax.servlet.ServletException
public hudson.util.FormValidation doCheckKey(@QueryParameter String value) throws IOException, javax.servlet.ServletException
IOException
javax.servlet.ServletException
public hudson.util.FormValidation doCheckUrl(@QueryParameter String value, @QueryParameter String selfSignedCertificateFingerprint) throws IOException, javax.servlet.ServletException
IOException
javax.servlet.ServletException
public hudson.util.FormValidation doCheckSelfSignedCertificateFingerprint(@QueryParameter String value, @QueryParameter String url)
public 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 selfSignedCertificateFingerprint, @QueryParameter String key, @AncestorInPath hudson.model.AbstractProject project)
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.FormException
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.FormException
Copyright © 2004-2017. All Rights Reserved.