@Extension
@Symbol(value="protecodesc")
public static final class ProtecodeScPlugin.DescriptorImpl
extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>
implements hudson.ExtensionPoint
Modifier and Type | Field and Description |
---|---|
static boolean |
defaultDontZipFiles |
static boolean |
defaultEndAfterSendingFiles |
static boolean |
defaultFailIfVulns
Read from jelly
|
static int |
defaultTimeout
Read from jelly
|
protected boolean |
dontCheckCert |
protected String |
protecodeScHost |
Constructor and Description |
---|
DescriptorImpl() |
Modifier and Type | Method and Description |
---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
hudson.util.FormValidation |
doCheckCustomHeader(String customHeader) |
hudson.util.FormValidation |
doCheckDirectoryToScan(String directoryToScan) |
hudson.util.FormValidation |
doCheckPattern(String pattern) |
hudson.util.FormValidation |
doCheckProtecodeScGroup(String protecodeScGroup) |
hudson.util.FormValidation |
doCheckProtecodeScHost(String protecodeScHost) |
hudson.util.FormValidation |
doCheckTimeout(String timeout) |
hudson.util.ListBoxModel |
doFillCredentialsIdItems(hudson.model.Item context) |
String |
getDisplayName() |
boolean |
isApplicable(Class<? extends hudson.model.AbstractProject> jobType) |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, 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, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
public static final int defaultTimeout
public static final boolean defaultFailIfVulns
public static final boolean defaultEndAfterSendingFiles
public static final boolean defaultDontZipFiles
protected String protecodeScHost
protected boolean dontCheckCert
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.Builder>
hudson.model.Descriptor.FormException
public hudson.util.ListBoxModel doFillCredentialsIdItems(@AncestorInPath hudson.model.Item context)
public hudson.util.FormValidation doCheckProtecodeScHost(@QueryParameter String protecodeScHost) throws IOException, javax.servlet.ServletException
IOException
javax.servlet.ServletException
public hudson.util.FormValidation doCheckPattern(@QueryParameter String pattern)
public hudson.util.FormValidation doCheckProtecodeScGroup(@QueryParameter String protecodeScGroup)
public hudson.util.FormValidation doCheckCustomHeader(@QueryParameter String customHeader)
public hudson.util.FormValidation doCheckDirectoryToScan(@QueryParameter String directoryToScan)
public hudson.util.FormValidation doCheckTimeout(@QueryParameter String timeout)
public String getDisplayName()
getDisplayName
in class hudson.model.Descriptor<hudson.tasks.Builder>
public boolean isApplicable(Class<? extends hudson.model.AbstractProject> jobType)
isApplicable
in class hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>
Copyright © 2016–2023. All rights reserved.