@Extension @Symbol(value="insightAppSec") public static final class InsightAppSecScanStep.DescriptorImpl extends BuildStepDescriptor<Builder>
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
clazz
Constructor and Description |
---|
DescriptorImpl() |
Modifier and Type | Method and Description |
---|---|
FormValidation |
doCheckBuildAdvanceIndicator(String buildAdvanceIndicator) |
FormValidation |
doCheckEnableScanResults() |
FormValidation |
doCheckInsightCredentialsId(String insightCredentialsId) |
FormValidation |
doCheckMaxScanExecutionDuration(String maxScanExecutionDuration) |
FormValidation |
doCheckMaxScanPendingDuration(String maxScanPendingDuration) |
FormValidation |
doCheckRegion(String region) |
FormValidation |
doCheckScanConfigId(String scanConfigId) |
FormValidation |
doCheckVulnerabilityQuery() |
ListBoxModel |
doFillAppIdItems(String region,
String insightCredentialsId) |
ListBoxModel |
doFillBuildAdvanceIndicatorItems() |
ListBoxModel |
doFillInsightCredentialsIdItems(Jenkins context) |
ListBoxModel |
doFillRegionItems() |
ListBoxModel |
doFillScanConfigIdItems(String region,
String insightCredentialsId,
String appId) |
String |
getDisplayName() |
boolean |
isApplicable(Class<? extends AbstractProject> aClass) |
filter
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, 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, getRequiredGlobalConfigPagePermission, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
public ListBoxModel doFillRegionItems()
public FormValidation doCheckRegion(@QueryParameter String region)
public ListBoxModel doFillInsightCredentialsIdItems(@AncestorInPath Jenkins context)
public FormValidation doCheckInsightCredentialsId(@QueryParameter String insightCredentialsId)
public ListBoxModel doFillAppIdItems(@QueryParameter String region, @QueryParameter String insightCredentialsId)
public ListBoxModel doFillScanConfigIdItems(@QueryParameter String region, @QueryParameter String insightCredentialsId, @QueryParameter String appId)
public FormValidation doCheckScanConfigId(@QueryParameter String scanConfigId)
public ListBoxModel doFillBuildAdvanceIndicatorItems()
public FormValidation doCheckBuildAdvanceIndicator(@QueryParameter String buildAdvanceIndicator)
public FormValidation doCheckVulnerabilityQuery()
public FormValidation doCheckMaxScanPendingDuration(@QueryParameter String maxScanPendingDuration)
public FormValidation doCheckMaxScanExecutionDuration(@QueryParameter String maxScanExecutionDuration)
public FormValidation doCheckEnableScanResults()
public boolean isApplicable(Class<? extends AbstractProject> aClass)
isApplicable
in class BuildStepDescriptor<Builder>
public String getDisplayName()
getDisplayName
in class Descriptor<Builder>
Copyright © 2016–2023. All rights reserved.