Uses of Class
io.jenkins.plugins.google.analyze.code.security.model.ConfigAggregator
-
Packages that use ConfigAggregator Package Description io.jenkins.plugins.google.analyze.code.security io.jenkins.plugins.google.analyze.code.security.model -
-
Uses of ConfigAggregator in io.jenkins.plugins.google.analyze.code.security
Constructors in io.jenkins.plugins.google.analyze.code.security with parameters of type ConfigAggregator Constructor Description CodeScanBuildStep(String orgID, String scanFileName, String filePath, Integer scanTimeOut, Boolean failSilentlyOnPluginFailure, Boolean ignoreAssetViolation, List<AssetViolationConfig> assetViolationConfigs, ConfigAggregator configAggregator)
-
Uses of ConfigAggregator in io.jenkins.plugins.google.analyze.code.security.model
Methods in io.jenkins.plugins.google.analyze.code.security.model that return ConfigAggregator Modifier and Type Method Description static ConfigAggregator
ConfigAggregator. valueOf(String name)
Returns the enum constant of this type with the specified name.static ConfigAggregator[]
ConfigAggregator. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-