Package de.gematik.test.tiger.lib
Class TigerLibConfig.TigerLibConfigBuilder
java.lang.Object
de.gematik.test.tiger.lib.TigerLibConfig.TigerLibConfigBuilder
- Enclosing class:
- TigerLibConfig
-
Method Summary
Modifier and TypeMethodDescriptionactivateWorkflowUi(boolean activateWorkflowUi) addCurlCommandsForRaCallsToReport(boolean addCurlCommandsForRaCallsToReport) build()clearEnvironmentStartupTraffic(boolean clearEnvironmentStartupTraffic) createRbelHtmlReports(boolean createRbelHtmlReports) createRbelModificationReports(boolean createRbelModificationReports) enableTestManagementRestApi(boolean enableTestManagementRestApi) enableTestSelector(boolean enableTestSelector) httpClientConfig(TigerHttpClientConfig httpClientConfig) pauseExecutionTimeoutSeconds(long pauseExecutionTimeoutSeconds) rbelAnsiColors(boolean rbelAnsiColors) rbelPathDebugging(boolean rbelPathDebugging) runTestsOnStart(boolean runTestsOnStart) startBrowser(boolean startBrowser) toString()trafficVisualization(boolean trafficVisualization) workflowUiStartTimeoutInSeconds(int workflowUiStartTimeoutInSeconds)
-
Method Details
-
rbelPathDebugging
- Returns:
this.
-
rbelAnsiColors
- Returns:
this.
-
addCurlCommandsForRaCallsToReport
public TigerLibConfig.TigerLibConfigBuilder addCurlCommandsForRaCallsToReport(boolean addCurlCommandsForRaCallsToReport) - Returns:
this.
-
activateWorkflowUi
- Returns:
this.
-
startBrowser
- Returns:
this.
-
workflowUiStartTimeoutInSeconds
public TigerLibConfig.TigerLibConfigBuilder workflowUiStartTimeoutInSeconds(int workflowUiStartTimeoutInSeconds) - Returns:
this.
-
createRbelHtmlReports
- Returns:
this.
-
createRbelModificationReports
public TigerLibConfig.TigerLibConfigBuilder createRbelModificationReports(boolean createRbelModificationReports) - Returns:
this.
-
pauseExecutionTimeoutSeconds
public TigerLibConfig.TigerLibConfigBuilder pauseExecutionTimeoutSeconds(long pauseExecutionTimeoutSeconds) - Returns:
this.
-
httpClientConfig
public TigerLibConfig.TigerLibConfigBuilder httpClientConfig(TigerHttpClientConfig httpClientConfig) - Returns:
this.
-
trafficVisualization
- Returns:
this.
-
clearEnvironmentStartupTraffic
public TigerLibConfig.TigerLibConfigBuilder clearEnvironmentStartupTraffic(boolean clearEnvironmentStartupTraffic) - Returns:
this.
-
runTestsOnStart
- Returns:
this.
-
enableTestManagementRestApi
public TigerLibConfig.TigerLibConfigBuilder enableTestManagementRestApi(boolean enableTestManagementRestApi) - Returns:
this.
-
enableTestSelector
- Returns:
this.
-
build
-
toString
-