public class StubRunnerOptions extends Object
StubRunnerOptionsBuilder
Modifier and Type | Class and Description |
---|---|
static class |
StubRunnerOptions.StubRunnerProxyOptions |
Modifier and Type | Method and Description |
---|---|
String |
getConsumerName() |
Collection<StubConfiguration> |
getDependencies() |
Integer |
getMaxPortValue() |
Integer |
getMinPortValue() |
String |
getPassword() |
StubRunnerOptions.StubRunnerProxyOptions |
getProxyOptions() |
Map<StubConfiguration,Integer> |
getStubIdsToPortMapping() |
String |
getStubRepositoryRoot() |
StubRunnerOptions.StubRunnerProxyOptions |
getStubRunnerProxyOptions() |
String |
getStubsClassifier() |
String |
getUsername() |
boolean |
isStubsPerConsumer() |
boolean |
isWorkOffline() |
Integer |
port(StubConfiguration stubConfiguration) |
void |
setConsumerName(String consumerName) |
void |
setStubsPerConsumer(boolean stubsPerConsumer) |
String |
toString() |
public Integer port(StubConfiguration stubConfiguration)
public Integer getMinPortValue()
public Integer getMaxPortValue()
public Collection<StubConfiguration> getDependencies()
public Map<StubConfiguration,Integer> getStubIdsToPortMapping()
public String getStubRepositoryRoot()
public boolean isWorkOffline()
public String getStubsClassifier()
public String getUsername()
public String getPassword()
public StubRunnerOptions.StubRunnerProxyOptions getStubRunnerProxyOptions()
public StubRunnerOptions.StubRunnerProxyOptions getProxyOptions()
public boolean isStubsPerConsumer()
public void setStubsPerConsumer(boolean stubsPerConsumer)
public String getConsumerName()
public void setConsumerName(String consumerName)
Copyright © 2016–2018 Spring. All rights reserved.