Class Reports.Jsii$Proxy

  • All Implemented Interfaces:
    Reports, software.amazon.jsii.JsiiSerializable
    Enclosing interface:
    Reports

    @Stability(Experimental)
    @Internal
    public static final class Reports.Jsii$Proxy
    extends software.amazon.jsii.JsiiObject
    implements Reports
    An implementation for Reports
    • Constructor Detail

      • Jsii$Proxy

        protected Jsii$Proxy​(software.amazon.jsii.JsiiObjectRef objRef)
        Constructor that initializes the object based on values retrieved from the JsiiObject.
        Parameters:
        objRef - Reference to the JSII managed object.
      • Jsii$Proxy

        protected Jsii$Proxy​(Reports.Builder builder)
        Constructor that initializes the object based on literal property values passed by the Reports.Builder.
    • Method Detail

      • getCobertura

        public final List<String> getCobertura()
        Description copied from interface: Reports
        (deprecated) Path for file(s) that should be parsed as Cobertura XML coverage report.

        Specified by:
        getCobertura in interface Reports
      • getCodequality

        public final List<String> getCodequality()
        Description copied from interface: Reports
        (experimental) Path to file or list of files with code quality report(s) (such as Code Climate).
        Specified by:
        getCodequality in interface Reports
      • getContainerScanning

        public final List<String> getContainerScanning()
        Description copied from interface: Reports
        (experimental) Path to file or list of files with Container scanning vulnerabilities report(s).
        Specified by:
        getContainerScanning in interface Reports
      • getDast

        public final List<String> getDast()
        Description copied from interface: Reports
        (experimental) Path to file or list of files with DAST vulnerabilities report(s).
        Specified by:
        getDast in interface Reports
      • getDependencyScanning

        public final List<String> getDependencyScanning()
        Description copied from interface: Reports
        (experimental) Path to file or list of files with Dependency scanning vulnerabilities report(s).
        Specified by:
        getDependencyScanning in interface Reports
      • getDotenv

        public final List<String> getDotenv()
        Description copied from interface: Reports
        (experimental) Path to file or list of files containing runtime-created variables for this job.
        Specified by:
        getDotenv in interface Reports
      • getJunit

        public final List<String> getJunit()
        Description copied from interface: Reports
        (experimental) Path for file(s) that should be parsed as JUnit XML result.
        Specified by:
        getJunit in interface Reports
      • getLicenseManagement

        public final List<String> getLicenseManagement()
        Description copied from interface: Reports
        (experimental) Deprecated in 12.8: Path to file or list of files with license report(s).
        Specified by:
        getLicenseManagement in interface Reports
      • getLicenseScanning

        public final List<String> getLicenseScanning()
        Description copied from interface: Reports
        (experimental) Path to file or list of files with license report(s).
        Specified by:
        getLicenseScanning in interface Reports
      • getLsif

        public final List<String> getLsif()
        Description copied from interface: Reports
        (experimental) Path to file or list of files containing code intelligence (Language Server Index Format).
        Specified by:
        getLsif in interface Reports
      • getMetrics

        public final List<String> getMetrics()
        Description copied from interface: Reports
        (experimental) Path to file or list of files with custom metrics report(s).
        Specified by:
        getMetrics in interface Reports
      • getPerformance

        public final List<String> getPerformance()
        Description copied from interface: Reports
        (experimental) Path to file or list of files with performance metrics report(s).
        Specified by:
        getPerformance in interface Reports
      • getRequirements

        public final List<String> getRequirements()
        Description copied from interface: Reports
        (experimental) Path to file or list of files with requirements report(s).
        Specified by:
        getRequirements in interface Reports
      • getSast

        public final List<String> getSast()
        Description copied from interface: Reports
        (experimental) Path to file or list of files with SAST vulnerabilities report(s).
        Specified by:
        getSast in interface Reports
      • getSecretDetection

        public final List<String> getSecretDetection()
        Description copied from interface: Reports
        (experimental) Path to file or list of files with secret detection report(s).
        Specified by:
        getSecretDetection in interface Reports
      • getTerraform

        public final List<String> getTerraform()
        Description copied from interface: Reports
        (experimental) Path to file or list of files with terraform plan(s).
        Specified by:
        getTerraform in interface Reports
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object