Package de.gematik.test.tiger.lib
Class TigerLibConfig.TigerLibConfigBuilder
- java.lang.Object
-
- de.gematik.test.tiger.lib.TigerLibConfig.TigerLibConfigBuilder
-
- Enclosing class:
- TigerLibConfig
public static class TigerLibConfig.TigerLibConfigBuilder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TigerLibConfig.TigerLibConfigBuilderactivateMonitorUI(boolean activateMonitorUI)TigerLibConfig.TigerLibConfigBuilderaddCurlCommandsForRaCallsToReport(boolean addCurlCommandsForRaCallsToReport)TigerLibConfigbuild()TigerLibConfig.TigerLibConfigBuilderrbelAnsiColors(boolean rbelAnsiColors)TigerLibConfig.TigerLibConfigBuilderrbelPathDebugging(boolean rbelPathDebugging)StringtoString()
-
-
-
Method Detail
-
activateMonitorUI
public TigerLibConfig.TigerLibConfigBuilder activateMonitorUI(boolean activateMonitorUI)
- Returns:
this.
-
rbelPathDebugging
public TigerLibConfig.TigerLibConfigBuilder rbelPathDebugging(boolean rbelPathDebugging)
- Returns:
this.
-
rbelAnsiColors
public TigerLibConfig.TigerLibConfigBuilder rbelAnsiColors(boolean rbelAnsiColors)
- Returns:
this.
-
addCurlCommandsForRaCallsToReport
public TigerLibConfig.TigerLibConfigBuilder addCurlCommandsForRaCallsToReport(boolean addCurlCommandsForRaCallsToReport)
- Returns:
this.
-
build
public TigerLibConfig build()
-
-