Class VulnerabilityTrendStep.VulnerabilityTrendStepDescriptorImpl
java.lang.Object
hudson.model.Descriptor<org.jenkinsci.plugins.workflow.steps.Step>
org.jenkinsci.plugins.workflow.steps.StepDescriptor
org.jenkinsci.plugins.workflow.steps.AbstractStepDescriptorImpl
com.aspectsecurity.contrast.contrastjenkins.VulnerabilityTrendStep.VulnerabilityTrendStepDescriptorImpl
- Enclosing class:
VulnerabilityTrendStep
@Extension
public static class VulnerabilityTrendStep.VulnerabilityTrendStepDescriptorImpl
extends org.jenkinsci.plugins.workflow.steps.AbstractStepDescriptorImpl
-
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 TypeMethodDescriptiondoFillApplicationIdItems(Item item, String teamServerProfileName) Fills the Threshold Category select drop down with application ids.doFillProfileItems(Item item) doFillRuleItems(Item item, String teamServerProfileName) org.jenkinsci.plugins.workflow.steps.StepnewInstance(Map<String, Object> arguments) Methods inherited from class org.jenkinsci.plugins.workflow.steps.AbstractStepDescriptorImpl
getExecutionType, getRequiredContextMethods inherited from class org.jenkinsci.plugins.workflow.steps.StepDescriptor
all, allMeta, argumentsToString, byFunctionName, checkContextAvailability, defineArguments, getMetaStepArgumentType, getProvidedContext, isAdvanced, isMetaStep, metaStepsOf, takesImplicitBlockArgument, uninstantiateMethods 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, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
-
Constructor Details
-
VulnerabilityTrendStepDescriptorImpl
public VulnerabilityTrendStepDescriptorImpl()
-
-
Method Details
-
getFunctionName
- Specified by:
getFunctionNamein classorg.jenkinsci.plugins.workflow.steps.StepDescriptor
-
getDisplayName
- Overrides:
getDisplayNamein classDescriptor<org.jenkinsci.plugins.workflow.steps.Step>
-
newInstance
- Overrides:
newInstancein classorg.jenkinsci.plugins.workflow.steps.StepDescriptor
-
doFillProfileItems
-
doFillApplicationIdItems
public ListBoxModel doFillApplicationIdItems(@AncestorInPath Item item, @QueryParameter("profile") String teamServerProfileName) throws IOException Fills the Threshold Category select drop down with application ids.- Returns:
- ListBoxModel filled with application ids.
- Throws:
IOException
-
doFillRuleItems
public ListBoxModel doFillRuleItems(@AncestorInPath Item item, @QueryParameter("profile") String teamServerProfileName) -
doFillSeverityItems
-