Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getXmlOuputLocation (0.24 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)
Back to top