Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for withImplementation (0.12 sec)

  1. platforms/core-execution/execution/src/integTest/groovy/org/gradle/internal/execution/MutableUnitOfWorkBuilder.groovy

            return this
        }
    
        MutableUnitOfWorkBuilder createsFiles(TestFile... outputFiles) {
            create = Arrays.asList(outputFiles)
            return this
        }
    
        MutableUnitOfWorkBuilder withImplementation(ImplementationSnapshot implementation) {
            this.implementation = implementation
            return this
        }
    
        MutableUnitOfWorkBuilder withProperty(String name, Object value) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Nov 22 09:41:28 UTC 2023
    - 9.2K bytes
    - Viewed (0)
Back to top