Class DefaultSdkProvider

    • Constructor Detail

      • DefaultSdkProvider

        @Inject
        public DefaultSdkProvider​(DependencyResolver dependencyResolver)
    • Method Detail

      • getSdks

        public Collection<Sdk> getSdks()
        Description copied from interface: SdkProvider
        Returns the set of SDKs available to run tests against. It's okay for the implementation to block briefly while building the list; the results will be cached.
        Specified by:
        getSdks in interface SdkProvider