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() |
String |
getPassword() |
StubRunnerOptions.StubRunnerProxyOptions |
getProxyOptions() |
Map<StubConfiguration,Integer> |
getStubIdsToPortMapping() |
String |
getStubRepositoryRoot() |
StubRunnerOptions.StubRunnerProxyOptions |
getStubRunnerProxyOptions() |
String |
getStubsClassifier() |
String |
getUsername() |
boolean |
isWorkOffline() |
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 String getStubRepositoryRoot()
public boolean isWorkOffline()
public String getStubsClassifier()
public String getUsername()
public String getPassword()
public StubRunnerOptions.StubRunnerProxyOptions getStubRunnerProxyOptions()
public StubRunnerOptions.StubRunnerProxyOptions getProxyOptions()
Copyright © 2016–2017 Spring. All rights reserved.