Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for taskIdentifier (0.13 sec)

  1. subprojects/core/src/main/java/org/gradle/api/internal/initialization/BuildLogicBuildQueue.java

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.api.internal.initialization;
    
    import org.gradle.composite.internal.TaskIdentifier;
    import org.gradle.internal.build.BuildState;
    import org.gradle.internal.build.StandAloneNestedBuild;
    import org.gradle.internal.buildtree.BuildTreeLifecycleController;
    import org.gradle.internal.service.scopes.Scope;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 12 02:21:10 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  2. subprojects/core/src/main/java/org/gradle/composite/internal/BuildTreeWorkGraphController.java

         */
        IncludedBuildTaskResource locateTask(TaskIdentifier taskIdentifier);
    
        /**
         * Runs the given action against a new, empty work graph. This allows tasks to be run while calculating the task graph of the build tree, for example to run `buildSrc` tasks or
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 12 02:21:10 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  3. subprojects/core/src/main/java/org/gradle/internal/build/BuildWorkGraphController.java

         *
         * <p>This method does not schedule the task for execution, use {@link BuildWorkGraph#schedule(Collection)} to schedule the task.
         */
        ExportedTaskNode locateTask(TaskIdentifier taskIdentifier);
    
        /**
         * Creates a new, empty work graph for this build.
         *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 12 02:21:10 UTC 2024
    - 1.8K bytes
    - Viewed (0)
Back to top