Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for checkBwc (0.05 seconds)

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

  1. build-tools-internal/src/test/java/org/elasticsearch/gradle/DistributionDownloadPluginTests.java

                checkBwc("minor", configName, BWC_MINOR_VERSION, archiveType, platform, BWC_MINOR);
                checkBwc("staged", configName, BWC_STAGED_VERSION, archiveType, platform, BWC_STAGED);
                checkBwc("bugfix", configName, BWC_BUGFIX_VERSION, archiveType, platform, BWC_BUGFIX);
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Tue Jun 22 07:24:59 GMT 2021
    - 6.4K bytes
    - Click Count (0)
  2. build-tools-internal/src/test/java/org/elasticsearch/gradle/AbstractDistributionDownloadPluginTests.java

        );
    
        protected static String projectName(String base, boolean bundledJdk) {
            String prefix = bundledJdk == false ? "no-jdk-" : "";
            return prefix + base;
        }
    
        protected void checkBwc(
            String projectName,
            String config,
            Version version,
            ElasticsearchDistributionType type,
            ElasticsearchDistribution.Platform platform,
            BwcVersions bwcVersions
        ) {
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Tue Jun 22 07:24:59 GMT 2021
    - 4.7K bytes
    - Click Count (0)
Back to Top