Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f19ad6d

Browse filesBrowse files
authored
Update WireMockRuleConfiguration.java
1 parent e1dfe33 commit f19ad6d
Copy full SHA for f19ad6d

File tree

Expand file treeCollapse file tree

1 file changed

+17
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+17
-0
lines changed

‎src/test/java/org/kohsuke/github/junit/WireMockRuleConfiguration.java

Copy file name to clipboardExpand all lines: src/test/java/org/kohsuke/github/junit/WireMockRuleConfiguration.java
+17Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -411,4 +411,21 @@ public boolean getDisableStrictHttpHeaders() {
411411
return parent.getDisableStrictHttpHeaders();
412412
}
413413

414+
/**
415+
* Gets the data truncation settings.
416+
*
417+
* @return the data truncation settings
418+
*/
419+
public DataTruncationSettings getDataTruncationSettings() {
420+
return parent.getDataTruncationSettings();
421+
}
422+
423+
/**
424+
* Gets the network address rules.
425+
*
426+
* @return the network address rules
427+
*/
428+
public NetworkAddressRules getProxyTargetRules() {
429+
return parent.getProxyTargetRules();
430+
}
414431
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.