public static final class MockProxyServer.Builder extends Object
Modifier and Type | Method and Description |
---|---|
MockProxyServer.Builder |
addExpectedServerResponse(MockServerResponse expectedServerResponse) |
MockProxyServer.Builder |
addExpectedServerResponses(Iterable<MockServerResponse> expectedServerResponses) |
MockProxyServer |
build() |
MockProxyServer.Builder |
setConnectionTimeout(Duration connectionTimeout) |
MockProxyServer.Builder |
setExpectedServerResponses(Set<MockServerResponse> expectedServerResponses) |
MockProxyServer.Builder |
setPort(int port) |
public MockProxyServer.Builder setPort(int port)
public MockProxyServer.Builder setConnectionTimeout(Duration connectionTimeout)
public MockProxyServer.Builder setExpectedServerResponses(Set<MockServerResponse> expectedServerResponses)
public MockProxyServer.Builder addExpectedServerResponse(MockServerResponse expectedServerResponse)
public MockProxyServer.Builder addExpectedServerResponses(Iterable<MockServerResponse> expectedServerResponses)
public MockProxyServer build()
Copyright © 2020 Atlassian. All rights reserved.