Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for getXmlOuputLocation (0.26 sec)

  1. platforms/jvm/code-quality/src/main/groovy/org/gradle/api/plugins/quality/internal/CheckstyleActionParameters.java

        Property<Boolean> getShowViolations();
    
        Property<Boolean> getIsXmlRequired();
    
        Property<Boolean> getIsHtmlRequired();
    
        Property<Boolean> getIsSarifRequired();
    
        RegularFileProperty getXmlOuputLocation();
    
        RegularFileProperty getHtmlOuputLocation();
    
        RegularFileProperty getSarifOutputLocation();
    
        DirectoryProperty getTemporaryDir();
    
        MapProperty<String, Object> getConfigProperties();
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jun 21 12:23:38 UTC 2023
    - 1.7K bytes
    - Viewed (0)
  2. platforms/jvm/code-quality/src/main/groovy/org/gradle/api/plugins/quality/Checkstyle.java

            parameters.getIsXmlRequired().set(getReports().getXml().getRequired());
            parameters.getIsSarifRequired().set(getReports().getSarif().getRequired());
            parameters.getXmlOuputLocation().set(getReports().getXml().getOutputLocation());
            parameters.getHtmlOuputLocation().set(getReports().getHtml().getOutputLocation());
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jul 19 14:14:12 UTC 2023
    - 11.5K bytes
    - Viewed (0)
Back to top