Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for parentOfRunTasksOperation (1.2 sec)

  1. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/r25/BuildProgressCrossVersionSpec.groovy

            configureBuild.descriptor.name == "Configure build"
            configureBuild.descriptor.parent == runBuild.descriptor
    
            def runTasksParent = parentOfRunTasksOperation(events, runBuild)
    
            def runTasks = events.operation("Run tasks")
            runTasks.descriptor.name == "Run tasks"
            runTasks.descriptor.parent == runTasksParent.descriptor
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:20 UTC 2023
    - 7.7K bytes
    - Viewed (0)
Back to top