Uses of Enum Class
io.jenkins.plugins.secretguard.model.Severity
Packages that use Severity
Package
Description
-
Uses of Severity in io.jenkins.plugins.secretguard.action
Methods in io.jenkins.plugins.secretguard.action that return SeverityMethods in io.jenkins.plugins.secretguard.action with parameters of type SeverityModifier and TypeMethodDescriptiondefault StringSeverityBadgeSupport.getSeverityBadgeClass(Severity severity) default StringSeverityBadgeSupport.getSeverityBadgeLabel(Severity severity) -
Uses of Severity in io.jenkins.plugins.secretguard.config
Methods in io.jenkins.plugins.secretguard.config that return SeverityMethods in io.jenkins.plugins.secretguard.config with parameters of type SeverityModifier and TypeMethodDescriptionvoidSecretGuardGlobalConfiguration.setBlockThreshold(Severity blockThreshold) -
Uses of Severity in io.jenkins.plugins.secretguard.model
Methods in io.jenkins.plugins.secretguard.model that return SeverityModifier and TypeMethodDescriptionScanContext.getBlockThreshold()SecretScanResult.getHighestSeverity()SecretFinding.getSeverity()static SeverityReturns the enum constant of this class with the specified name.static Severity[]Severity.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.jenkins.plugins.secretguard.model with parameters of type SeverityModifier and TypeMethodDescriptionbooleanSecretScanResult.hasActionableFindingsAtOrAbove(Severity severity) booleanConstructors in io.jenkins.plugins.secretguard.model with parameters of type SeverityModifierConstructorDescriptionScanContext(String jobFullName, String sourceName, String targetType, FindingLocationType locationType, ScanPhase scanPhase, EnforcementMode enforcementMode, Severity blockThreshold) SecretFinding(String ruleId, String title, Severity severity, FindingLocationType locationType, String jobFullName, String sourceName, int lineNumber, String fieldName, String maskedSnippet, String recommendation) SecretFinding(String ruleId, String title, Severity severity, FindingLocationType locationType, String jobFullName, String sourceName, int lineNumber, String fieldName, String maskedSnippet, String recommendation, String analysisNote)