Uses of Class
io.jenkins.plugins.google.analyze.code.security.model.IACValidationService.response.Violation
-
Packages that use Violation Package Description io.jenkins.plugins.google.analyze.code.security.accessor -
-
Uses of Violation in io.jenkins.plugins.google.analyze.code.security.accessor
Methods in io.jenkins.plugins.google.analyze.code.security.accessor that return types with arguments of type Violation Modifier and Type Method Description List<Violation>
IACValidationService. validateIAC(@NonNull ValidateIACParams validateIACParams)
Invokes SCC IAC Validation Service, processes response and polls on the operation URL to get the validation report.
-