Uses of Class
com.aspectsecurity.contrast.contrastjenkins.ThresholdCondition
Packages that use ThresholdCondition
-
Uses of ThresholdCondition in com.aspectsecurity.contrast.contrastjenkins
Subclasses with type arguments of type ThresholdCondition in com.aspectsecurity.contrast.contrastjenkinsModifier and TypeClassDescriptionclassThresholdCondition class contains the variables and logic to populate the conditions when verifying for vulnerabilities.static classDescriptor forThresholdCondition.Methods in com.aspectsecurity.contrast.contrastjenkins that return types with arguments of type ThresholdConditionModifier and TypeMethodDescriptionVulnerabilityTrendRecorder.DescriptorImpl.getConditions()static List<ThresholdCondition> VulnerabilityTrendHelper.getThresholdConditions(List<ThresholdCondition> thresholdConditions, List<GlobalThresholdCondition> globalThresholdConditions) Helper method for combining global threshold conditions and threshold conditions configured in jobs.Method parameters in com.aspectsecurity.contrast.contrastjenkins with type arguments of type ThresholdConditionModifier and TypeMethodDescriptionstatic List<ThresholdCondition> VulnerabilityTrendHelper.getThresholdConditions(List<ThresholdCondition> thresholdConditions, List<GlobalThresholdCondition> globalThresholdConditions) Helper method for combining global threshold conditions and threshold conditions configured in jobs.voidVulnerabilityTrendRecorder.DescriptorImpl.setConditions(List<ThresholdCondition> conditions) Constructor parameters in com.aspectsecurity.contrast.contrastjenkins with type arguments of type ThresholdConditionModifierConstructorDescriptionVulnerabilityTrendRecorder(List<ThresholdCondition> conditions, String teamServerProfileName, boolean overrideGlobalThresholdConditions, int queryBy)