Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for IncubatingApiReportParameter (0.1 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. build-logic/buildquality/src/main/kotlin/gradlebuild/incubation/action/IncubatingApiReportParameter.kt

    import org.gradle.api.file.DirectoryProperty
    import org.gradle.api.file.RegularFileProperty
    import org.gradle.api.provider.Property
    import org.gradle.workers.WorkParameters
    
    
    interface IncubatingApiReportParameter : WorkParameters {
        val repositoryRoot: DirectoryProperty
        val srcDirs: ConfigurableFileCollection
        val htmlReportFile: RegularFileProperty
        val textReportFile: RegularFileProperty
    Created: Wed Dec 31 11:36:14 GMT 2025
    - Last Modified: Mon Jun 02 09:57:54 GMT 2025
    - 1.2K bytes
    - Click Count (0)
Back to Top