Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for startExecution (0.23 sec)

  1. subprojects/core/src/main/java/org/gradle/execution/plan/Node.java

         * i.e. a task action has thrown an exception.
         */
        @Nullable
        public abstract Throwable getNodeFailure();
    
        public void startExecution(Consumer<Node> nodeStartAction) {
            assert state == ExecutionState.SHOULD_RUN && allDependenciesComplete() && allDependenciesSuccessful();
            state = ExecutionState.EXECUTING;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Aug 24 13:30:48 UTC 2023
    - 22.7K bytes
    - Viewed (0)
Back to top