Uses of Class
org.springframework.cloud.contract.stubrunner.StubConfiguration
Packages that use StubConfiguration
Package
Description
-
Uses of StubConfiguration in org.springframework.cloud.contract.stubrunner
Fields in org.springframework.cloud.contract.stubrunner declared as StubConfigurationModifier and TypeFieldDescriptionfinal StubConfigurationHttpServerStubConfiguration.stubConfigurationConfiguration of a particular stub.Methods in org.springframework.cloud.contract.stubrunner that return types with arguments of type StubConfigurationModifier and TypeMethodDescriptionAetherStubDownloader.downloadAndUnpackStubJar(StubConfiguration stubConfiguration) StubDownloader.downloadAndUnpackStubJar(StubConfiguration stubConfiguration) Note: Actually the artifact doesn't have to be a JAR.RunningStubs.getAllServices()Map<StubConfiguration,Collection<org.springframework.cloud.contract.spec.Contract>> BatchStubRunner.getContracts()Map<StubConfiguration,Collection<org.springframework.cloud.contract.spec.Contract>> StubFinder.getContracts()Map<StubConfiguration,Collection<org.springframework.cloud.contract.spec.Contract>> StubRunner.getContracts()StubRunnerOptions.getDependencies()StubRunnerOptions.getStubIdsToPortMapping()RunningStubs.validNamesAndPorts()Methods in org.springframework.cloud.contract.stubrunner with parameters of type StubConfigurationModifier and TypeMethodDescriptionAetherStubDownloader.downloadAndUnpackStubJar(StubConfiguration stubConfiguration) StubDownloader.downloadAndUnpackStubJar(StubConfiguration stubConfiguration) Note: Actually the artifact doesn't have to be a JAR.StubRunnerOptions.port(StubConfiguration stubConfiguration) Constructors in org.springframework.cloud.contract.stubrunner with parameters of type StubConfigurationModifierConstructorDescriptionContractDownloader(StubDownloader stubDownloader, StubConfiguration contractsJarStubConfiguration, String contractsPath, String projectGroupId, String projectArtifactId, String projectVersion) HttpServerStubConfiguration(HttpServerStubConfigurer configurer, StubRunnerOptions stubRunnerOptions, StubConfiguration stubConfiguration, Integer port) HttpServerStubConfiguration(HttpServerStubConfigurer configurer, StubRunnerOptions stubRunnerOptions, StubConfiguration stubConfiguration, Integer port, boolean randomPort) StubRunner(StubRunnerOptions stubRunnerOptions, String repositoryPath, StubConfiguration stubsConfiguration) StubRunner(StubRunnerOptions stubRunnerOptions, String repositoryPath, StubConfiguration stubsConfiguration, org.springframework.cloud.contract.verifier.messaging.MessageVerifierSender<?> contractVerifierMessaging) Constructor parameters in org.springframework.cloud.contract.stubrunner with type arguments of type StubConfiguration -
Uses of StubConfiguration in org.springframework.cloud.contract.stubrunner.junit
Methods in org.springframework.cloud.contract.stubrunner.junit that return types with arguments of type StubConfigurationModifier and TypeMethodDescriptionMap<StubConfiguration,Collection<org.springframework.cloud.contract.spec.Contract>> StubRunnerExtension.getContracts()Map<StubConfiguration,Collection<org.springframework.cloud.contract.spec.Contract>> StubRunnerRule.getContracts() -
Uses of StubConfiguration in org.springframework.cloud.contract.stubrunner.spring.cloud.consul
Methods in org.springframework.cloud.contract.stubrunner.spring.cloud.consul with parameters of type StubConfigurationModifier and TypeMethodDescriptionprotected StringConsulStubsRegistrar.name(StubConfiguration stubConfiguration) protected com.ecwid.consul.v1.agent.model.NewServiceConsulStubsRegistrar.newService(StubConfiguration stubConfiguration, Integer port) -
Uses of StubConfiguration in org.springframework.cloud.contract.stubrunner.spring.cloud.eureka
Method parameters in org.springframework.cloud.contract.stubrunner.spring.cloud.eureka with type arguments of type StubConfigurationModifier and TypeMethodDescriptionprotected StringEurekaStubsRegistrar.hostName(Map.Entry<StubConfiguration, Integer> entry) protected intEurekaStubsRegistrar.port(Map.Entry<StubConfiguration, Integer> entry) -
Uses of StubConfiguration in org.springframework.cloud.contract.stubrunner.spring.cloud.zookeeper
Methods in org.springframework.cloud.contract.stubrunner.spring.cloud.zookeeper with parameters of type StubConfigurationModifier and TypeMethodDescriptionprotected org.apache.curator.x.discovery.ServiceInstanceZookeeperStubsRegistrar.serviceInstance(StubConfiguration stubConfiguration, int port) -
Uses of StubConfiguration in org.springframework.cloud.contract.stubrunner.util
Methods in org.springframework.cloud.contract.stubrunner.util that return types with arguments of type StubConfigurationModifier and TypeMethodDescriptionstatic List<StubConfiguration>StubsParser.fromString(Collection<String> collection, String defaultClassifier) The string is expected to be a map with entry called "stubs" that contains a list of Strings in the format groupid:artifactid:version:classifier:port groupid:artifactid:version:classifier groupid:artifactid:version groupid:artifactid In the latter case the provided default stub classifier will be passed.static Map<StubConfiguration,Integer> StubsParser.fromStringWithPort(String notation)