Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for removeWarningForTest (0.13 seconds)

  1. build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/rest/compat/RestCompatTestTransformTask.java

        }
    
        /**
         * Removes one or more warnings
         *
         * @param warnings the warning(s) to remove
         * @param testName the test name to remove the warning
         */
        public void removeWarningForTest(String warnings, String testName) {
            transformations.add(new RemoveWarnings(Set.copyOf(Arrays.asList(warnings)), testName));
        }
    
        /**
         * Adds one or more allowed warnings
         *
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Thu Sep 30 16:30:48 GMT 2021
    - 22.3K bytes
    - Click Count (0)
Back to Top