Uses of Interface
org.springframework.cloud.contract.stubrunner.StubDownloader
Packages that use StubDownloader
-
Uses of StubDownloader in org.springframework.cloud.contract.stubrunner
Classes in org.springframework.cloud.contract.stubrunner that implement StubDownloaderMethods in org.springframework.cloud.contract.stubrunner that return StubDownloaderModifier and TypeMethodDescriptionAetherStubDownloaderBuilder.build(StubRunnerOptions stubRunnerOptions) ClasspathStubProvider.build(StubRunnerOptions stubRunnerOptions) FileStubDownloader.build(StubRunnerOptions stubRunnerOptions) ScmStubDownloaderBuilder.build(StubRunnerOptions stubRunnerOptions) StubDownloaderBuilder.build(StubRunnerOptions stubRunnerOptions) StubDownloaderBuilderProvider.get(StubRunnerOptions stubRunnerOptions, StubDownloaderBuilder... additionalBuilders) Constructors in org.springframework.cloud.contract.stubrunner with parameters of type StubDownloaderModifierConstructorDescriptionBatchStubRunnerFactory(StubRunnerOptions stubRunnerOptions, StubDownloader stubDownloader) BatchStubRunnerFactory(StubRunnerOptions stubRunnerOptions, StubDownloader stubDownloader, org.springframework.cloud.contract.verifier.messaging.MessageVerifierSender<?> contractVerifierMessaging) ContractDownloader(StubDownloader stubDownloader, StubConfiguration contractsJarStubConfiguration, String contractsPath, String projectGroupId, String projectArtifactId, String projectVersion)