Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 13 of 13 for buildModelCreated (0.77 sec)

  1. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/isolated/IsolatedProjectsToolingApiGradleProjectIntegrationTest.groovy

            executer.withArguments(ENABLE_CLI)
            def projectModel = runBuildAction(new FetchGradleProjectForTarget(":included1"))
    
            then:
            fixture.assertStateStored {
                buildModelCreated()
                modelsCreated(":included1", GradleProject, IsolatedGradleProjectInternal)
                modelsCreated(":included1:lib2", IsolatedGradleProjectInternal)
            }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 8.4K bytes
    - Viewed (0)
  2. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/isolated/IsolatedProjectsFixture.groovy

                projects.addAll(paths.toList())
            }
    
            /**
             * The given number of build scoped models are created.
             */
            void buildModelCreated(int count = 1) {
                runsTasks = false
                loadsOnStore = false
                buildModelQueries += count
            }
    
            /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 17.2K bytes
    - Viewed (0)
  3. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/isolated/IsolatedProjectsToolingApiIdeaProjectIntegrationTest.groovy

            executer.withArguments(ENABLE_CLI)
            def result = runBuildAction(new FetchAllIdeaProjects())
    
            then:
            fixture.assertStateStored {
                buildModelCreated()
                modelsCreated(
                    [":", ":buildB", ":buildC", ":buildD"],
                    models(IdeaProject, pluginApplyingModel, IsolatedGradleProjectInternal, IsolatedIdeaModuleInternal)
                )
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 20.9K bytes
    - Viewed (0)
Back to top