Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for ServiceFactory (0.14 sec)

  1. platforms/enterprise/enterprise/src/integTest/groovy/org/gradle/internal/enterprise/BaseBuildScanPluginCheckInFixture.groovy

                            return
                        }
    
                        def pluginMetadata = { -> "$runtimeVersion" } as $GradleEnterprisePluginMetadata.name
                        def serviceFactory = {
                            $GradleEnterprisePluginConfig.name config,
                            $GradleEnterprisePluginRequiredServices.name requiredServices,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 21 11:17:11 UTC 2024
    - 11.1K bytes
    - Viewed (0)
  2. platforms/core-execution/build-cache/src/integTest/groovy/org/gradle/caching/internal/BuildCacheBuildOperationsIntegrationTest.groovy

        }
    
        void register(String className, String loadBody, String storeBody) {
            settingsFile << """
                class ${className} extends AbstractBuildCache {}
                class ${className}ServiceFactory implements BuildCacheServiceFactory<${className}> {
                    ${className}Service createBuildCacheService(${className} configuration, Describer describer) {
                        return new ${className}Service(configuration)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 12 08:51:14 UTC 2024
    - 14.9K bytes
    - Viewed (0)
Back to top