Uses of Enum
io.jenkins.plugins.hiddenlayer.FailOnDetectionSeverityEnum
-
Uses of FailOnDetectionSeverityEnum in io.jenkins.plugins.hiddenlayer
Methods in io.jenkins.plugins.hiddenlayer that return FailOnDetectionSeverityEnumModifier and TypeMethodDescriptionHLScanModelBuilder.getFailOnSeverity()
static FailOnDetectionSeverityEnum
Returns the enum constant of this type with the specified name.static FailOnDetectionSeverityEnum[]
FailOnDetectionSeverityEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.jenkins.plugins.hiddenlayer with parameters of type FailOnDetectionSeverityEnumModifier and TypeMethodDescriptionvoid
HLScanModelBuilder.setFailOnSeverity
(FailOnDetectionSeverityEnum failOnSeverity) Constructors in io.jenkins.plugins.hiddenlayer with parameters of type FailOnDetectionSeverityEnumModifierConstructorDescriptionHLScanModelBuilder
(String modelName, String hlClientId, String hlClientSecret, String folderToScan, boolean failOnUnsupported, FailOnDetectionSeverityEnum failOnSeverity)