- WireMockPactGenerator - Class in com.atlassian.ta.wiremockpactgenerator
-
- WireMockPactGenerator.Builder - Class in com.atlassian.ta.wiremockpactgenerator
-
- WireMockPactGeneratorException - Exception in com.atlassian.ta.wiremockpactgenerator
-
- WireMockPactGeneratorException(String) - Constructor for exception com.atlassian.ta.wiremockpactgenerator.WireMockPactGeneratorException
-
- WireMockPactGeneratorException(String, Throwable) - Constructor for exception com.atlassian.ta.wiremockpactgenerator.WireMockPactGeneratorException
-
- WireMockPactGeneratorUserOptions - Class in com.atlassian.ta.wiremockpactgenerator
-
- WireMockPactGeneratorUserOptions(String, String, List<String>, List<String>, boolean, List<String>, List<String>, boolean) - Constructor for class com.atlassian.ta.wiremockpactgenerator.WireMockPactGeneratorUserOptions
-
- withBody(String) - Method in class com.atlassian.ta.wiremockpactgenerator.pactgenerator.PactGeneratorRequest.Builder
-
- withBody(String) - Method in class com.atlassian.ta.wiremockpactgenerator.pactgenerator.PactGeneratorResponse.Builder
-
- withHeaders(Map<String, List<String>>) - Method in class com.atlassian.ta.wiremockpactgenerator.pactgenerator.PactGeneratorRequest.Builder
-
- withHeaders(Map<String, List<String>>) - Method in class com.atlassian.ta.wiremockpactgenerator.pactgenerator.PactGeneratorResponse.Builder
-
- withIncludeNotConfiguredResponses(boolean) - Method in class com.atlassian.ta.wiremockpactgenerator.WireMockPactGenerator.Builder
-
When a request does not match any stubbing in WireMock a default 404 response is generated.
- withIsConfiguredResponse(boolean) - Method in class com.atlassian.ta.wiremockpactgenerator.pactgenerator.PactGeneratorResponse.Builder
-
- withMethod(String) - Method in class com.atlassian.ta.wiremockpactgenerator.pactgenerator.PactGeneratorRequest.Builder
-
- withRequestHeaderIncludeList(String...) - Method in class com.atlassian.ta.wiremockpactgenerator.WireMockPactGenerator.Builder
-
Specify what request headers should be recorded in the pact interaction (all headers if unset).
- withRequestHeaderWhitelist(String...) - Method in class com.atlassian.ta.wiremockpactgenerator.WireMockPactGenerator.Builder
-
- withRequestPathBlacklist(String...) - Method in class com.atlassian.ta.wiremockpactgenerator.WireMockPactGenerator.Builder
-
- withRequestPathExcludeList(String...) - Method in class com.atlassian.ta.wiremockpactgenerator.WireMockPactGenerator.Builder
-
Specify path patterns of requests that should not be recorded as pact interactions.
- withRequestPathIncludeList(String...) - Method in class com.atlassian.ta.wiremockpactgenerator.WireMockPactGenerator.Builder
-
Specify path patterns of requests that should be recorded as pact interactions (everything if unset).
- withRequestPathWhitelist(String...) - Method in class com.atlassian.ta.wiremockpactgenerator.WireMockPactGenerator.Builder
-
- withResponseHeaderIncludeList(String...) - Method in class com.atlassian.ta.wiremockpactgenerator.WireMockPactGenerator.Builder
-
Specify what response headers should be recorded in the pact interaction (all headers if unset).
- withResponseHeaderWhitelist(String...) - Method in class com.atlassian.ta.wiremockpactgenerator.WireMockPactGenerator.Builder
-
- withStatus(int) - Method in class com.atlassian.ta.wiremockpactgenerator.pactgenerator.PactGeneratorResponse.Builder
-
- withStrictApplicationJson(boolean) - Method in class com.atlassian.ta.wiremockpactgenerator.WireMockPactGenerator.Builder
-
According to [RFC-4627](https://tools.ietf.org/html/rfc4627) Section 2.
- withUnexpectedErrorHandler(Consumer<RuntimeException>) - Method in class com.atlassian.ta.wiremockpactgenerator.WireMockPactGenerator.Builder
-
There's no mechanism to instruct WireMock to fail when an unexpected error occurs in WireMockPactGenerator
for that reason the default behaviour is to terminate the Java process which might be too intrusive.
- withUrl(String) - Method in class com.atlassian.ta.wiremockpactgenerator.pactgenerator.PactGeneratorRequest.Builder
-
- withWireMockPactGeneratorExceptionWrapper(Validation.Work<T>, String) - Static method in class com.atlassian.ta.wiremockpactgenerator.support.Validation
-