- ScmStubDownloaderBuilder - Class in org.springframework.cloud.contract.stubrunner
-
- ScmStubDownloaderBuilder() - Constructor for class org.springframework.cloud.contract.stubrunner.ScmStubDownloaderBuilder
-
- serviceDiscovery(ServiceInstance) - Method in class org.springframework.cloud.contract.stubrunner.spring.cloud.zookeeper.ZookeeperStubsRegistrar
-
- serviceInstance(StubConfiguration, int) - Method in class org.springframework.cloud.contract.stubrunner.spring.cloud.zookeeper.ZookeeperStubsRegistrar
-
- setClassifier(String) - Method in class org.springframework.cloud.contract.stubrunner.spring.StubRunnerProperties
-
- setConsumerName(String) - Method in class org.springframework.cloud.contract.stubrunner.spring.StubRunnerProperties
-
- setDeleteStubsAfterTest(boolean) - Method in class org.springframework.cloud.contract.stubrunner.spring.StubRunnerProperties
-
- setFailOnNoStubs(boolean) - Method in class org.springframework.cloud.contract.stubrunner.spring.StubRunnerProperties
-
- setGenerateStubs(boolean) - Method in class org.springframework.cloud.contract.stubrunner.spring.StubRunnerProperties
-
- setHttpServerStubConfigurer(Class) - Method in class org.springframework.cloud.contract.stubrunner.spring.StubRunnerProperties
-
- setIds(String[]) - Method in class org.springframework.cloud.contract.stubrunner.spring.StubRunnerProperties
-
- setIdsToServiceIds(Map<String, String>) - Method in class org.springframework.cloud.contract.stubrunner.spring.cloud.StubMapperProperties
-
- setMappingsOutputFolder(String) - Method in class org.springframework.cloud.contract.stubrunner.spring.StubRunnerProperties
-
- setMaxPort(int) - Method in class org.springframework.cloud.contract.stubrunner.spring.StubRunnerProperties
-
- setMinPort(int) - Method in class org.springframework.cloud.contract.stubrunner.spring.StubRunnerProperties
-
- setPassword(String) - Method in class org.springframework.cloud.contract.stubrunner.spring.StubRunnerProperties
-
- setProperties(String[]) - Method in class org.springframework.cloud.contract.stubrunner.spring.StubRunnerProperties
-
- setProxyHost(String) - Method in class org.springframework.cloud.contract.stubrunner.spring.StubRunnerProperties
-
- setProxyPort(Integer) - Method in class org.springframework.cloud.contract.stubrunner.spring.StubRunnerProperties
-
- setRepositoryRoot(String) - Method in class org.springframework.cloud.contract.stubrunner.spring.StubRunnerProperties
-
- setServerId(String) - Method in class org.springframework.cloud.contract.stubrunner.spring.StubRunnerProperties
-
- setStubsMode(StubRunnerProperties.StubsMode) - Method in class org.springframework.cloud.contract.stubrunner.spring.StubRunnerProperties
-
- setStubsPerConsumer(boolean) - Method in class org.springframework.cloud.contract.stubrunner.spring.StubRunnerProperties
-
- setUsername(String) - Method in class org.springframework.cloud.contract.stubrunner.spring.StubRunnerProperties
-
- SpringCloudLoadBalancerAutoConfiguration - Class in org.springframework.cloud.contract.stubrunner.spring.cloud.loadbalancer
-
Provides autoconfiguraion for the Spring Cloud Load Balancer module.
- SpringCloudLoadBalancerAutoConfiguration() - Constructor for class org.springframework.cloud.contract.stubrunner.spring.cloud.loadbalancer.SpringCloudLoadBalancerAutoConfiguration
-
- start(HttpServerStubConfiguration) - Method in interface org.springframework.cloud.contract.stubrunner.HttpServerStub
-
Starts the server.
- start(HttpServerStubConfiguration) - Method in class org.springframework.cloud.contract.stubrunner.provider.wiremock.WireMockHttpServerStub
-
- stop() - Method in interface org.springframework.cloud.contract.stubrunner.HttpServerStub
-
Stops the server.
- stop() - Method in class org.springframework.cloud.contract.stubrunner.provider.wiremock.WireMockHttpServerStub
-
- stubConfiguration - Variable in class org.springframework.cloud.contract.stubrunner.HttpServerStubConfiguration
-
Configuration of a particular stub.
- StubConfiguration - Class in org.springframework.cloud.contract.stubrunner
-
Represents a configuration of a single stub.
- StubConfiguration(String, String, String) - Constructor for class org.springframework.cloud.contract.stubrunner.StubConfiguration
-
- StubConfiguration(String, String, String, String) - Constructor for class org.springframework.cloud.contract.stubrunner.StubConfiguration
-
- StubConfiguration(String, String) - Constructor for class org.springframework.cloud.contract.stubrunner.StubConfiguration
-
- StubConfiguration(String) - Constructor for class org.springframework.cloud.contract.stubrunner.StubConfiguration
-
- StubDownloader - Interface in org.springframework.cloud.contract.stubrunner
-
Contract for providing a tuple containing configuration of a downloaded and unpacked
stub, together with the file location of that extracted artifact.
- StubDownloaderBuilder - Interface in org.springframework.cloud.contract.stubrunner
-
- StubDownloaderBuilderProvider - Class in org.springframework.cloud.contract.stubrunner
-
- StubDownloaderBuilderProvider() - Constructor for class org.springframework.cloud.contract.stubrunner.StubDownloaderBuilderProvider
-
- StubFinder - Interface in org.springframework.cloud.contract.stubrunner
-
Contract for finding registered stubs.
- stubFlowRegistrar(AutowireCapableBeanFactory, BatchStubRunner) - Method in class org.springframework.cloud.contract.stubrunner.messaging.integration.StubRunnerIntegrationConfiguration
-
- stubFlowRegistrar(ConfigurableListableBeanFactory, BatchStubRunner) - Method in class org.springframework.cloud.contract.stubrunner.messaging.jms.StubRunnerJmsConfiguration
-
- stubFlowRegistrar(ConfigurableListableBeanFactory, BatchStubRunner) - Method in class org.springframework.cloud.contract.stubrunner.messaging.kafka.StubRunnerKafkaConfiguration
-
- stubFlowRegistrar(AutowireCapableBeanFactory, BatchStubRunner) - Method in class org.springframework.cloud.contract.stubrunner.messaging.stream.StubRunnerStreamConfiguration
-
- StubMapperProperties - Class in org.springframework.cloud.contract.stubrunner.spring.cloud
-
Maps Ivy based ids to service Ids.
- StubMapperProperties() - Constructor for class org.springframework.cloud.contract.stubrunner.spring.cloud.StubMapperProperties
-
- StubNotFoundException - Exception in org.springframework.cloud.contract.stubrunner
-
Exception thrown when a stub was not found.
- StubNotFoundException(String, String) - Constructor for exception org.springframework.cloud.contract.stubrunner.StubNotFoundException
-
- StubNotFoundException(String) - Constructor for exception org.springframework.cloud.contract.stubrunner.StubNotFoundException
-
- StubRunner - Class in org.springframework.cloud.contract.stubrunner
-
Represents a single instance of ready-to-run stubs.
- StubRunner(StubRunnerOptions, String, StubConfiguration) - Constructor for class org.springframework.cloud.contract.stubrunner.StubRunner
-
- StubRunner(StubRunnerOptions, String, StubConfiguration, MessageVerifier<?>) - Constructor for class org.springframework.cloud.contract.stubrunner.StubRunner
-
- StubRunnerBoot - Class in org.springframework.cloud.contract.stubrunner.server
-
- StubRunnerBoot() - Constructor for class org.springframework.cloud.contract.stubrunner.server.StubRunnerBoot
-
- StubRunnerCamelConfiguration - Class in org.springframework.cloud.contract.stubrunner.messaging.camel
-
Camel configuration that iterates over the downloaded Groovy DSLs and registers a route
for each DSL.
- StubRunnerCamelConfiguration() - Constructor for class org.springframework.cloud.contract.stubrunner.messaging.camel.StubRunnerCamelConfiguration
-
- StubRunnerConfiguration - Class in org.springframework.cloud.contract.stubrunner.spring
-
- StubRunnerConfiguration() - Constructor for class org.springframework.cloud.contract.stubrunner.spring.StubRunnerConfiguration
-
- stubRunnerDiscoveryClientWrapper(BeanFactory) - Method in class org.springframework.cloud.contract.stubrunner.spring.cloud.StubRunnerSpringCloudAutoConfiguration
-
- StubRunnerExtension - Class in org.springframework.cloud.contract.stubrunner.junit
-
JUnit 5 extension that allows to download and run stubs.
- StubRunnerExtension() - Constructor for class org.springframework.cloud.contract.stubrunner.junit.StubRunnerExtension
-
- StubRunnerExtension.PortStubRunnerExtension - Class in org.springframework.cloud.contract.stubrunner.junit
-
Helper class with additional port, related methods once you pick a stub to
download.
- StubRunnerIntegrationConfiguration - Class in org.springframework.cloud.contract.stubrunner.messaging.integration
-
Spring Integration configuration that iterates over the downloaded Groovy DSLs and
registers a flow for each DSL.
- StubRunnerIntegrationConfiguration() - Constructor for class org.springframework.cloud.contract.stubrunner.messaging.integration.StubRunnerIntegrationConfiguration
-
- StubRunnerJmsConfiguration - Class in org.springframework.cloud.contract.stubrunner.messaging.jms
-
Spring Integration configuration that iterates over the downloaded Groovy DSLs and
registers a flow for each DSL.
- StubRunnerJmsConfiguration() - Constructor for class org.springframework.cloud.contract.stubrunner.messaging.jms.StubRunnerJmsConfiguration
-
- StubRunnerKafkaConfiguration - Class in org.springframework.cloud.contract.stubrunner.messaging.kafka
-
Spring Integration configuration that iterates over the downloaded Groovy DSLs and
registers a flow for each DSL.
- StubRunnerKafkaConfiguration() - Constructor for class org.springframework.cloud.contract.stubrunner.messaging.kafka.StubRunnerKafkaConfiguration
-
- stubRunnerOptions - Variable in class org.springframework.cloud.contract.stubrunner.HttpServerStubConfiguration
-
Options of Stub Runner itself.
- StubRunnerOptions - Class in org.springframework.cloud.contract.stubrunner
-
- StubRunnerOptions.StubRunnerProxyOptions - Class in org.springframework.cloud.contract.stubrunner
-
Options for a proxy.
- StubRunnerOptionsBuilder - Class in org.springframework.cloud.contract.stubrunner
-
- StubRunnerOptionsBuilder() - Constructor for class org.springframework.cloud.contract.stubrunner.StubRunnerOptionsBuilder
-
- StubRunnerOptionsBuilder(StubRunnerOptions) - Constructor for class org.springframework.cloud.contract.stubrunner.StubRunnerOptionsBuilder
-
- StubRunnerPort - Annotation Type in org.springframework.cloud.contract.stubrunner.spring
-
The annotated field with this annotation will have the port of a running stub injected.
- StubRunnerProperties - Class in org.springframework.cloud.contract.stubrunner.spring
-
- StubRunnerProperties() - Constructor for class org.springframework.cloud.contract.stubrunner.spring.StubRunnerProperties
-
- StubRunnerProperties.StubsMode - Enum in org.springframework.cloud.contract.stubrunner.spring
-
An enumeration stub modes.
- StubRunnerPropertyUtils - Class in org.springframework.cloud.contract.stubrunner
-
Reads property from system prop and from env var.
- StubRunnerProxyOptions(String, int) - Constructor for class org.springframework.cloud.contract.stubrunner.StubRunnerOptions.StubRunnerProxyOptions
-
- StubRunnerRule - Class in org.springframework.cloud.contract.stubrunner.junit
-
JUnit class rule that allows you to download the provided stubs.
- StubRunnerRule() - Constructor for class org.springframework.cloud.contract.stubrunner.junit.StubRunnerRule
-
- StubRunnerRule.PortStubRunnerRule - Class in org.springframework.cloud.contract.stubrunner.junit
-
Helper class with additional port, related methods once you pick a stub to
download.
- StubRunnerSpringCloudAutoConfiguration - Class in org.springframework.cloud.contract.stubrunner.spring.cloud
-
Wraps DiscoveryClient
in a Stub Runner implementation that tries to find a
corresponding WireMock server for a searched dependency.
- StubRunnerSpringCloudAutoConfiguration() - Constructor for class org.springframework.cloud.contract.stubrunner.spring.cloud.StubRunnerSpringCloudAutoConfiguration
-
- StubRunnerSpringCloudConsulAutoConfiguration - Class in org.springframework.cloud.contract.stubrunner.spring.cloud.consul
-
Autoconfiguration for registering stubs in a Zookeeper Service discovery.
- StubRunnerSpringCloudConsulAutoConfiguration() - Constructor for class org.springframework.cloud.contract.stubrunner.spring.cloud.consul.StubRunnerSpringCloudConsulAutoConfiguration
-
- StubRunnerSpringCloudEurekaAutoConfiguration - Class in org.springframework.cloud.contract.stubrunner.spring.cloud.eureka
-
Autoconfiguration for registering stubs in a Eureka Service discovery.
- StubRunnerSpringCloudEurekaAutoConfiguration() - Constructor for class org.springframework.cloud.contract.stubrunner.spring.cloud.eureka.StubRunnerSpringCloudEurekaAutoConfiguration
-
- StubRunnerSpringCloudEurekaAutoConfiguration.CloudConfig - Class in org.springframework.cloud.contract.stubrunner.spring.cloud.eureka
-
- StubRunnerSpringCloudEurekaAutoConfiguration.NonCloudConfig - Class in org.springframework.cloud.contract.stubrunner.spring.cloud.eureka
-
- StubRunnerSpringCloudZookeeperAutoConfiguration - Class in org.springframework.cloud.contract.stubrunner.spring.cloud.zookeeper
-
Autoconfiguration for registering stubs in a Zookeeper Service discovery.
- StubRunnerSpringCloudZookeeperAutoConfiguration() - Constructor for class org.springframework.cloud.contract.stubrunner.spring.cloud.zookeeper.StubRunnerSpringCloudZookeeperAutoConfiguration
-
- StubRunnerStreamConfiguration - Class in org.springframework.cloud.contract.stubrunner.messaging.stream
-
Spring Cloud Stream configuration that iterates over the downloaded Groovy DSLs and
registers a flow for each DSL.
- StubRunnerStreamConfiguration() - Constructor for class org.springframework.cloud.contract.stubrunner.messaging.stream.StubRunnerStreamConfiguration
-
- StubRunnerStreamsIntegrationAutoConfiguration - Class in org.springframework.cloud.contract.stubrunner.messaging
-
Supports
AutoConfigureStubRunner
by
loading in AutoConfigurations related to Stream and Integration only if the relevant
jars are in classpath.
- StubRunnerStreamsIntegrationAutoConfiguration() - Constructor for class org.springframework.cloud.contract.stubrunner.messaging.StubRunnerStreamsIntegrationAutoConfiguration
-
- StubRunnerWireMockTestExecutionListener - Class in org.springframework.cloud.contract.stubrunner.provider.wiremock
-
Marks context to be restarted if at least one stub has a fixed port.
- StubRunnerWireMockTestExecutionListener() - Constructor for class org.springframework.cloud.contract.stubrunner.provider.wiremock.StubRunnerWireMockTestExecutionListener
-
- StubRunning - Interface in org.springframework.cloud.contract.stubrunner
-
Contract for running stubs.
- stubs() - Method in class org.springframework.cloud.contract.stubrunner.server.HttpStubsController
-
- stubsMode(StubRunnerProperties.StubsMode) - Method in class org.springframework.cloud.contract.stubrunner.junit.StubRunnerExtension
-
- stubsMode(StubRunnerProperties.StubsMode) - Method in class org.springframework.cloud.contract.stubrunner.junit.StubRunnerRule
-
- StubsParser - Class in org.springframework.cloud.contract.stubrunner.util
-
Utility to parse string into a list of configuration of stubs.
- stubsRegistrar(StubRunning, ConsulClient, StubMapperProperties, ConsulDiscoveryProperties, InetUtils) - Method in class org.springframework.cloud.contract.stubrunner.spring.cloud.consul.StubRunnerSpringCloudConsulAutoConfiguration
-
- stubsRegistrar(StubRunning, ServiceRegistry<EurekaRegistration>, ApplicationContext, StubMapperProperties, InetUtils, EurekaInstanceConfigBean, EurekaClientConfigBean) - Method in class org.springframework.cloud.contract.stubrunner.spring.cloud.eureka.StubRunnerSpringCloudEurekaAutoConfiguration.CloudConfig
-
- stubsRegistrar(StubRunning, ServiceRegistry<EurekaRegistration>, ApplicationContext, StubMapperProperties, InetUtils, EurekaInstanceConfigBean, EurekaClientConfigBean) - Method in class org.springframework.cloud.contract.stubrunner.spring.cloud.eureka.StubRunnerSpringCloudEurekaAutoConfiguration.NonCloudConfig
-
- StubsRegistrar - Interface in org.springframework.cloud.contract.stubrunner.spring.cloud
-
Contract for registering stubs in a Service Discovery.
- stubsRegistrar(StubRunning, CuratorFramework, StubMapperProperties, ZookeeperDiscoveryProperties) - Method in class org.springframework.cloud.contract.stubrunner.spring.cloud.zookeeper.StubRunnerSpringCloudZookeeperAutoConfiguration
-
- StubTrigger - Interface in org.springframework.cloud.contract.stubrunner
-
Contract for triggering stub messages.