public class StubRunnerOptions extends Object
StubRunnerOptionsBuilder
to build this object.StubRunnerOptionsBuilder
Modifier and Type | Class and Description |
---|---|
static class |
StubRunnerOptions.StubRunnerProxyOptions |
public Integer port(StubConfiguration stubConfiguration)
public static StubRunnerOptions fromSystemProps()
public Integer getMinPortValue()
public Integer getMaxPortValue()
public Collection<StubConfiguration> getDependencies()
public Map<StubConfiguration,Integer> getStubIdsToPortMapping()
public org.springframework.core.io.Resource getStubRepositoryRoot()
public String getStubRepositoryRootAsString()
public StubRunnerProperties.StubsMode getStubsMode()
public String getStubsClassifier()
public String getUsername()
public String getPassword()
public StubRunnerOptions.StubRunnerProxyOptions getStubRunnerProxyOptions()
public StubRunnerOptions.StubRunnerProxyOptions getProxyOptions()
public boolean isStubsPerConsumer()
@Deprecated public void setStubsPerConsumer(boolean stubsPerConsumer)
public String getConsumerName()
@Deprecated public void setConsumerName(String consumerName)
public boolean hasMappingsOutputFolder()
public String getMappingsOutputFolder()
@Deprecated public void setMappingsOutputFolder(String mappingsOutputFolder)
public boolean isDeleteStubsAfterTest()
@Deprecated public void setDeleteStubsAfterTest(boolean deleteStubsAfterTest)
@Deprecated public void setProperties(Map<String,String> properties)
public Class<? extends HttpServerStubConfigurer> getHttpServerStubConfigurer()
Copyright © 2016–2019 Spring. All rights reserved.