Class AmazonInspectorBuilder.DescriptorImpl
java.lang.Object
hudson.model.Descriptor<T>
hudson.tasks.BuildStepDescriptor<Builder>
com.amazon.inspector.jenkins.amazoninspectorbuildstep.AmazonInspectorBuilder.DescriptorImpl
- Enclosing class:
- AmazonInspectorBuilder
@Symbol("amazonInspector")
@Extension
public static class AmazonInspectorBuilder.DescriptorImpl
extends BuildStepDescriptor<Builder>
-
Nested Class Summary
Nested classes/interfaces inherited from class hudson.model.Descriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self -
Field Summary
Fields inherited from class hudson.model.Descriptor
clazz -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoCheckArchivePath(String value) doCheckAutoFailCveList(String value) doCheckAwsRegion(String value) doCheckCountCritical(String value) doCheckCountHigh(String value) doCheckCountLow(String value) doCheckCountMedium(String value) doCheckEpssThreshold(String value) doCheckSuppressedCveList(String value) booleanisApplicable(Class<? extends AbstractProject> aClass) newInstance(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData) Methods inherited from class hudson.tasks.BuildStepDescriptor
filterMethods inherited from class hudson.model.Descriptor
addHelpFileRedirect, bindJSON, bindJSON, calcAutoCompleteSettings, calcFillSettings, configure, configure, configure, doHelp, 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, getRequiredGlobalConfigPagePermission, getStaticHelpUrl, getStaticHelpUrl, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
-
Constructor Details
-
DescriptorImpl
public DescriptorImpl()
-
-
Method Details
-
newInstance
public AmazonInspectorBuilder newInstance(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData) throws Descriptor.FormException - Overrides:
newInstancein classDescriptor<Builder>- Throws:
Descriptor.FormException
-
doFillOidcCredentialIdItems
-
doFillCredentialIdItems
-
doCheckEpssThreshold
-
doCheckSuppressedCveList
-
doCheckAutoFailCveList
-
doCheckCountCritical
-
doCheckCountHigh
-
doCheckCountMedium
-
doCheckCountLow
-
doCheckArchivePath
-
doCheckAwsRegion
-
doFillAwsCredentialIdItems
-
doFillAwsRegionItems
-
isApplicable
- Specified by:
isApplicablein classBuildStepDescriptor<Builder>
-
getDisplayName
- Overrides:
getDisplayNamein classDescriptor<Builder>
-