Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for xpackfoo (0.2 seconds)

  1. build-tools-internal/src/integTest/groovy/org/elasticsearch/gradle/internal/test/rest/RestResourcesPluginFuncTest.groovy

                apply plugin: 'elasticsearch.rest-resources'
    
                restResources {
                    restApi {
                        include 'foo', 'xpackfoo'
                    }
                }
            """
            String apiFoo = "foo.json"
            String apiXpackFoo = "xpackfoo.json"
            String apiBar = "bar.json"
            String apiXpackBar = "xpackbar.json"
            setupRestResources([apiFoo, apiBar, apiXpackFoo, apiXpackBar])
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Tue Jul 20 21:05:16 GMT 2021
    - 7K bytes
    - Click Count (0)
Back to Top