Uses of Class
io.github.cdklabs.projen.gitlab.Reports.Builder
-
Packages that use Reports.Builder Package Description io.github.cdklabs.projen.gitlab -
-
Uses of Reports.Builder in io.github.cdklabs.projen.gitlab
Methods in io.github.cdklabs.projen.gitlab that return Reports.Builder Modifier and Type Method Description static Reports.BuilderReports. builder()Reports.BuilderReports.Builder. cobertura(List<String> cobertura)Deprecated.per {@link https://docs.gitlab.com/ee/update/deprecations.html#artifactsreportscobertura-keyword} usecoverageReportinsteadReports.BuilderReports.Builder. codequality(List<String> codequality)Sets the value ofReports.getCodequality()Reports.BuilderReports.Builder. containerScanning(List<String> containerScanning)Sets the value ofReports.getContainerScanning()Reports.BuilderReports.Builder. coverageReport(CoverageReport coverageReport)Sets the value ofReports.getCoverageReport()Reports.BuilderReports.Builder. dast(List<String> dast)Sets the value ofReports.getDast()Reports.BuilderReports.Builder. dependencyScanning(List<String> dependencyScanning)Sets the value ofReports.getDependencyScanning()Reports.BuilderReports.Builder. dotenv(List<String> dotenv)Sets the value ofReports.getDotenv()Reports.BuilderReports.Builder. junit(List<String> junit)Sets the value ofReports.getJunit()Reports.BuilderReports.Builder. licenseManagement(List<String> licenseManagement)Sets the value ofReports.getLicenseManagement()Reports.BuilderReports.Builder. licenseScanning(List<String> licenseScanning)Sets the value ofReports.getLicenseScanning()Reports.BuilderReports.Builder. lsif(List<String> lsif)Sets the value ofReports.getLsif()Reports.BuilderReports.Builder. metrics(List<String> metrics)Sets the value ofReports.getMetrics()Reports.BuilderReports.Builder. performance(List<String> performance)Sets the value ofReports.getPerformance()Reports.BuilderReports.Builder. requirements(List<String> requirements)Sets the value ofReports.getRequirements()Reports.BuilderReports.Builder. sast(List<String> sast)Sets the value ofReports.getSast()Reports.BuilderReports.Builder. secretDetection(List<String> secretDetection)Sets the value ofReports.getSecretDetection()Reports.BuilderReports.Builder. terraform(List<String> terraform)Sets the value ofReports.getTerraform()Constructors in io.github.cdklabs.projen.gitlab with parameters of type Reports.Builder Constructor Description Jsii$Proxy(Reports.Builder builder)Constructor that initializes the object based on literal property values passed by theReports.Builder.
-