Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for isVerificationFailure (0.64 sec)

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

        }
    
        /**
         * Whether this node failed with a verification failure.
         *
         * @return true if failed and threw {@link VerificationException}, false otherwise
         */
        public boolean isVerificationFailure() {
            return getNodeFailure() != null && getNodeFailure().getCause() instanceof VerificationException;
        }
    
        public boolean isFailed() {
    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