Package org.jenkinsci.plugins.fodupload
Class ValidationUtils
- java.lang.Object
-
- org.jenkinsci.plugins.fodupload.ValidationUtils
-
public class ValidationUtils extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ValidationUtils.ScanCentralValidationResult
-
Constructor Summary
Constructors Constructor Description ValidationUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
isScanCentralRecommended(String techStack)
static boolean
isSonatypeScanNotAllowedForTechStack(int techStack)
static ValidationUtils.ScanCentralValidationResult
isValidScanCentralAndTechStack(String scanCentral, int techStack)
-
-
-
Method Detail
-
isSonatypeScanNotAllowedForTechStack
public static boolean isSonatypeScanNotAllowedForTechStack(int techStack)
-
isValidScanCentralAndTechStack
public static ValidationUtils.ScanCentralValidationResult isValidScanCentralAndTechStack(String scanCentral, int techStack)
-
isScanCentralRecommended
public static boolean isScanCentralRecommended(String techStack)
-
-