Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetModelViaNestedAction (0.38 sec)

  1. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/r68/ActionRunsMultipleLevelsOfNestedActions.java

            List<GetModelViaNestedAction> projectActions = new ArrayList<GetModelViaNestedAction>();
            for (BasicGradleProject project : buildModel.getProjects()) {
                projectActions.add(new GetModelViaNestedAction(project));
            }
            return controller.run(projectActions);
        }
    
        static class GetModelViaNestedAction implements BuildAction<Models> {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:20 UTC 2023
    - 2.3K bytes
    - Viewed (0)
Back to top