Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for setPlatform (0.06 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/AbstractDistributionDownloadPluginTests.java

                    distro.setVersion(version);
                }
                if (type != null) {
                    distro.setType(type);
                }
                if (platform != null) {
                    distro.setPlatform(platform);
                }
                if (bundledJdk != null) {
                    distro.setBundledJdk(bundledJdk);
                }
            }).maybeFreeze();
        }
    
    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)
  2. build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/InternalDistributionDownloadPlugin.java

         */
        private static String distributionProjectName(ElasticsearchDistribution distribution) {
            ElasticsearchDistribution.Platform platform = distribution.getPlatform();
            Architecture architecture = distribution.getArchitecture();
            String projectName = "";
    
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Fri Aug 20 19:11:05 GMT 2021
    - 8.8K bytes
    - Click Count (0)
Back to Top