Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for suiteConfiguration (0.63 sec)

  1. platforms/software/build-init/src/main/java/org/gradle/buildinit/plugins/internal/BuildScriptBuilder.java

         *
         * @return An expression that can be used to refer to the task later.
         */
        public SuiteConfiguration suiteConfiguration(@Nullable String comment, BlockStatement containingBlock, String taskName, String taskType, Action<? super ScriptBlockBuilder> blockContentsBuilder) {
            SuiteConfiguration conf = new SuiteConfiguration(comment, taskName, taskType);
            containingBlock.add(conf);
            blockContentsBuilder.execute(conf.body);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Dec 21 12:02:29 UTC 2023
    - 90K bytes
    - Viewed (0)
Back to top