Uses of Class
com.aspectsecurity.contrast.contrastjenkins.ThresholdCondition
Packages that use ThresholdCondition
-
Uses of ThresholdCondition in com.aspectsecurity.contrast.contrastjenkins
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)