Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for CONFIGURE_BUILD (0.12 sec)

  1. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/r76/BuildPhaseOperationEventCrossVersionTest.groovy

            assertStartEventHas(progressEvents[0], "CONFIGURE_ROOT_BUILD", 3)
            // We then configure included build c
            assertStartEventHas(progressEvents[1], "CONFIGURE_BUILD", 1)
            // End of included build
            assertSuccessfulFinishEventHas(progressEvents[2], "CONFIGURE_BUILD")
            // End of root build
            assertSuccessfulFinishEventHas(progressEvents[3], "CONFIGURE_ROOT_BUILD")
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 15 10:41:50 UTC 2024
    - 10.4K bytes
    - Viewed (0)
  2. platforms/core-runtime/logging/src/test/groovy/org/gradle/internal/logging/console/BuildStatusRendererTest.groovy

        }
    
        def startConfigureBuild(Long id, Long parentId, int totalProgress) {
            return start(id, parentId, BuildOperationCategory.CONFIGURE_BUILD, totalProgress)
        }
    
        def startConfigureProject(Long id, Long parentId) {
            return start(id, parentId, BuildOperationCategory.CONFIGURE_PROJECT)
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:05:18 UTC 2023
    - 10.3K bytes
    - Viewed (0)
Back to top