Uses of Class
io.jenkins.plugins.google.analyze.code.security.model.ReportBuildRequest
-
Packages that use ReportBuildRequest Package Description io.jenkins.plugins.google.analyze.code.security.model.IACValidationService.response io.jenkins.plugins.google.analyze.code.security.reports -
-
Uses of ReportBuildRequest in io.jenkins.plugins.google.analyze.code.security.model.IACValidationService.response
Subclasses of ReportBuildRequest in io.jenkins.plugins.google.analyze.code.security.model.IACValidationService.response Modifier and Type Class Description class
ErrorReportRequest
ErrorReportRequest represents request for building Plugin Error Report.class
IACScanReportRequest
IACScanReportRequest represents request for building IAC Scan Report. -
Uses of ReportBuildRequest in io.jenkins.plugins.google.analyze.code.security.reports
Classes in io.jenkins.plugins.google.analyze.code.security.reports with type parameters of type ReportBuildRequest Modifier and Type Class Description class
ReportProcessor<T extends ReportBuildRequest>
Base Class for Report Processor.
-