Uses of Class
com.checkmarx.ast.results.ReportFormat
-
Packages that use ReportFormat Package Description com.checkmarx.ast.results com.checkmarx.ast.wrapper -
-
Uses of ReportFormat in com.checkmarx.ast.results
Methods in com.checkmarx.ast.results that return ReportFormat Modifier and Type Method Description static ReportFormatReportFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static ReportFormat[]ReportFormat. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ReportFormat in com.checkmarx.ast.wrapper
Methods in com.checkmarx.ast.wrapper with parameters of type ReportFormat Modifier and Type Method Description StringCxWrapper. results(@NonNull UUID scanId, ReportFormat reportFormat)
-