Package | Description |
---|---|
org.springframework.cloud.contract.stubrunner |
Modifier and Type | Class and Description |
---|---|
class |
AetherStubDownloader |
Modifier and Type | Method and Description |
---|---|
StubDownloader |
ScmStubDownloaderBuilder.build(StubRunnerOptions stubRunnerOptions) |
StubDownloader |
FileStubDownloader.build(StubRunnerOptions stubRunnerOptions) |
StubDownloader |
ClasspathStubProvider.build(StubRunnerOptions stubRunnerOptions) |
StubDownloader |
StubDownloaderBuilder.build(StubRunnerOptions stubRunnerOptions) |
StubDownloader |
AetherStubDownloaderBuilder.build(StubRunnerOptions stubRunnerOptions) |
StubDownloader |
StubDownloaderBuilderProvider.get(StubRunnerOptions stubRunnerOptions,
StubDownloaderBuilder... additionalBuilders) |
Constructor and Description |
---|
BatchStubRunnerFactory(StubRunnerOptions stubRunnerOptions,
StubDownloader stubDownloader) |
BatchStubRunnerFactory(StubRunnerOptions stubRunnerOptions,
StubDownloader stubDownloader,
MessageVerifier<?> contractVerifierMessaging) |
ContractDownloader(StubDownloader stubDownloader,
StubConfiguration contractsJarStubConfiguration,
String contractsPath,
String projectGroupId,
String projectArtifactId,
String projectVersion) |
Copyright © 2016–2022 Spring. All rights reserved.