public class StubRunnerOptions extends Object
StubRunnerOptionsBuilder| Modifier and Type | Class and Description |
|---|---|
static class |
StubRunnerOptions.StubRunnerProxyOptions |
| Modifier and Type | Method and Description |
|---|---|
Collection<StubConfiguration> |
getDependencies() |
Integer |
getMaxPortValue() |
Integer |
getMinPortValue() |
StubRunnerOptions.StubRunnerProxyOptions |
getProxyOptions() |
Map<StubConfiguration,Integer> |
getStubIdsToPortMapping() |
Integer |
port(StubConfiguration stubConfiguration) |
String |
toString() |
public Integer port(StubConfiguration stubConfiguration)
public Integer getMinPortValue()
public Integer getMaxPortValue()
public Collection<StubConfiguration> getDependencies()
public Map<StubConfiguration,Integer> getStubIdsToPortMapping()
public StubRunnerOptions.StubRunnerProxyOptions getProxyOptions()
Copyright © 2016–2017 Spring. All rights reserved.