Uses of Enum Class
io.jenkins.plugins.secretguard.model.EnforcementMode
Packages that use EnforcementMode
-
Uses of EnforcementMode in io.jenkins.plugins.secretguard.config
Methods in io.jenkins.plugins.secretguard.config that return EnforcementModeMethods in io.jenkins.plugins.secretguard.config with parameters of type EnforcementModeModifier and TypeMethodDescriptionvoidSecretGuardGlobalConfiguration.setEnforcementMode(EnforcementMode enforcementMode) -
Uses of EnforcementMode in io.jenkins.plugins.secretguard.model
Methods in io.jenkins.plugins.secretguard.model that return EnforcementModeModifier and TypeMethodDescriptionScanContext.getEnforcementMode()static EnforcementModeReturns the enum constant of this class with the specified name.static EnforcementMode[]EnforcementMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.jenkins.plugins.secretguard.model with parameters of type EnforcementModeModifierConstructorDescriptionScanContext(String jobFullName, String sourceName, String targetType, FindingLocationType locationType, ScanPhase scanPhase, EnforcementMode enforcementMode, Severity blockThreshold)