Search Options

Display Count
Sort
Preferred Language
Advanced Search

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

The search processing time has exceeded the limit. The displayed results may be partial.

  1. build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/test/rest/transform/warnings/InjectAllowedWarnings.java

        }
    
        @Override
        @Input
        public String getSkipFeatureName() {
            return isRegex ? "allowed_warnings_regex" : "allowed_warnings";
        }
    
        @Input
        public List<String> getAllowedWarnings() {
            return allowedWarnings;
        }
    
        @Override
        public boolean shouldApply(RestTestContext testContext) {
            return testName == null || testContext.getTestName().equals(testName);
        }
    
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Thu Jul 15 08:50:42 GMT 2021
    - 3.3K bytes
    - Click Count (0)
Back to Top