Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for setContinueOnFailure (0.29 sec)

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

     *
     * <p>The methods of this interface are not thread safe.
     */
    @NotThreadSafe
    public interface ExecutionPlan extends Describable, Closeable {
        void addFilter(Spec<? super Task> filter);
    
        void setContinueOnFailure(boolean continueOnFailure);
    
        void setScheduledWork(ScheduledWork work);
    
        /**
         * Adds an entry task to the execution plan. If called multiple times then execution plan follows the method invocation order.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 23 19:05:29 UTC 2023
    - 2.5K bytes
    - Viewed (0)
Back to top