Uses of Interface
software.aws.awsprototypingsdk.pipeline.SonarCodeScannerConfig
-
Packages that use SonarCodeScannerConfig Package Description software.aws.awsprototypingsdk.pipeline The pipeline module vends an extension to CDK's CodePipeline construct, named PDKPipeline. -
-
Uses of SonarCodeScannerConfig in software.aws.awsprototypingsdk.pipeline
Subinterfaces of SonarCodeScannerConfig in software.aws.awsprototypingsdk.pipeline Modifier and Type Interface Description interfaceSonarCodeScannerPropsSonarCodeScanners properties.Classes in software.aws.awsprototypingsdk.pipeline that implement SonarCodeScannerConfig Modifier and Type Class Description static classSonarCodeScannerConfig.Jsii$ProxyAn implementation forSonarCodeScannerConfigstatic classSonarCodeScannerProps.Jsii$ProxyAn implementation forSonarCodeScannerPropsMethods in software.aws.awsprototypingsdk.pipeline that return SonarCodeScannerConfig Modifier and Type Method Description SonarCodeScannerConfigSonarCodeScannerConfig.Builder. build()Builds the configured instance.default SonarCodeScannerConfigPDKPipelineProps. getSonarCodeScannerConfig()Configuration for enabling Sonarqube code scanning on a successful synth.SonarCodeScannerConfigPDKPipelineProps.Jsii$Proxy. getSonarCodeScannerConfig()Methods in software.aws.awsprototypingsdk.pipeline with parameters of type SonarCodeScannerConfig Modifier and Type Method Description PDKPipeline.BuilderPDKPipeline.Builder. sonarCodeScannerConfig(SonarCodeScannerConfig sonarCodeScannerConfig)Configuration for enabling Sonarqube code scanning on a successful synth.PDKPipelineProps.BuilderPDKPipelineProps.Builder. sonarCodeScannerConfig(SonarCodeScannerConfig sonarCodeScannerConfig)Sets the value ofPDKPipelineProps.getSonarCodeScannerConfig()
-