Class StubRunnerOptions
java.lang.Object
org.springframework.cloud.contract.stubrunner.StubRunnerOptions
Technical options related to running StubRunner
Use
StubRunnerOptionsBuilder to build this object.- Author:
- Marcin Grzejszczak, EddĂș MelĂ©ndez
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classOptions for a proxy. -
Method Summary
Modifier and TypeMethodDescriptionstatic StubRunnerOptionsClass<? extends HttpServerStubConfigurer>org.springframework.core.io.Resourcebooleanbooleanbooleanbooleanbooleanport(StubConfiguration stubConfiguration) toString()
-
Method Details
-
fromSystemProps
-
port
-
getMinPortValue
-
getMaxPortValue
-
getDependencies
-
getStubIdsToPortMapping
-
getStubRepositoryRoot
public org.springframework.core.io.Resource getStubRepositoryRoot() -
getStubRepositoryRootAsString
-
getStubsMode
-
getStubsClassifier
-
getUsername
-
getPassword
-
getStubRunnerProxyOptions
-
getProxyOptions
-
isStubsPerConsumer
public boolean isStubsPerConsumer() -
getConsumerName
-
hasMappingsOutputFolder
public boolean hasMappingsOutputFolder() -
getMappingsOutputFolder
-
isDeleteStubsAfterTest
public boolean isDeleteStubsAfterTest() -
isGenerateStubs
public boolean isGenerateStubs() -
isFailOnNoStubs
public boolean isFailOnNoStubs() -
getProperties
-
getServerId
-
getHttpServerStubConfigurer
-
toString
-