Package de.gematik.test.tiger.lib
Class TigerLibConfig
java.lang.Object
de.gematik.test.tiger.lib.TigerLibConfig
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanbooleanbooleanbooleanbooleanlongbooleanboolean -
Constructor Summary
ConstructorsConstructorDescriptionTigerLibConfig(boolean rbelPathDebugging, boolean rbelAnsiColors, boolean addCurlCommandsForRaCallsToReport, boolean activateWorkflowUi, boolean startBrowser, boolean createRbelHtmlReports, boolean createRbelModificationReports, long pauseExecutionTimeoutSeconds, TigerHttpClientConfig httpClientConfig, boolean trafficVisualization, boolean clearEnvironmentStartupTraffic, boolean runTestsOnStart, boolean enableTestManagementRestApi) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanlonginthashCode()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanvoidsetActivateWorkflowUi(boolean activateWorkflowUi) voidsetAddCurlCommandsForRaCallsToReport(boolean addCurlCommandsForRaCallsToReport) voidsetClearEnvironmentStartupTraffic(boolean clearEnvironmentStartupTraffic) voidsetCreateRbelHtmlReports(boolean createRbelHtmlReports) voidsetCreateRbelModificationReports(boolean createRbelModificationReports) voidsetEnableTestManagementRestApi(boolean enableTestManagementRestApi) voidsetHttpClientConfig(TigerHttpClientConfig httpClientConfig) voidsetPauseExecutionTimeoutSeconds(long pauseExecutionTimeoutSeconds) voidsetRbelAnsiColors(boolean rbelAnsiColors) voidsetRbelPathDebugging(boolean rbelPathDebugging) voidsetRunTestsOnStart(boolean runTestsOnStart) voidsetStartBrowser(boolean startBrowser) voidsetTrafficVisualization(boolean trafficVisualization) toString()
-
Field Details
-
activateWorkflowUi
public boolean activateWorkflowUi -
startBrowser
public boolean startBrowser -
createRbelHtmlReports
public boolean createRbelHtmlReports -
createRbelModificationReports
public boolean createRbelModificationReports -
pauseExecutionTimeoutSeconds
public long pauseExecutionTimeoutSeconds -
httpClientConfig
-
clearEnvironmentStartupTraffic
public boolean clearEnvironmentStartupTraffic -
runTestsOnStart
public boolean runTestsOnStart -
enableTestManagementRestApi
public boolean enableTestManagementRestApi
-
-
Constructor Details
-
TigerLibConfig
@ConstructorProperties({"rbelPathDebugging","rbelAnsiColors","addCurlCommandsForRaCallsToReport","activateWorkflowUi","startBrowser","createRbelHtmlReports","createRbelModificationReports","pauseExecutionTimeoutSeconds","httpClientConfig","trafficVisualization","clearEnvironmentStartupTraffic","runTestsOnStart","enableTestManagementRestApi"}) public TigerLibConfig(boolean rbelPathDebugging, boolean rbelAnsiColors, boolean addCurlCommandsForRaCallsToReport, boolean activateWorkflowUi, boolean startBrowser, boolean createRbelHtmlReports, boolean createRbelModificationReports, long pauseExecutionTimeoutSeconds, TigerHttpClientConfig httpClientConfig, boolean trafficVisualization, boolean clearEnvironmentStartupTraffic, boolean runTestsOnStart, boolean enableTestManagementRestApi) -
TigerLibConfig
public TigerLibConfig()
-
-
Method Details
-
builder
-
isRbelPathDebugging
public boolean isRbelPathDebugging() -
isRbelAnsiColors
public boolean isRbelAnsiColors() -
isAddCurlCommandsForRaCallsToReport
public boolean isAddCurlCommandsForRaCallsToReport() -
isActivateWorkflowUi
public boolean isActivateWorkflowUi() -
isStartBrowser
public boolean isStartBrowser() -
isCreateRbelHtmlReports
public boolean isCreateRbelHtmlReports() -
isCreateRbelModificationReports
public boolean isCreateRbelModificationReports() -
getPauseExecutionTimeoutSeconds
public long getPauseExecutionTimeoutSeconds() -
getHttpClientConfig
-
isTrafficVisualization
public boolean isTrafficVisualization() -
isClearEnvironmentStartupTraffic
public boolean isClearEnvironmentStartupTraffic() -
isRunTestsOnStart
public boolean isRunTestsOnStart() -
isEnableTestManagementRestApi
public boolean isEnableTestManagementRestApi() -
setRbelPathDebugging
public void setRbelPathDebugging(boolean rbelPathDebugging) -
setRbelAnsiColors
public void setRbelAnsiColors(boolean rbelAnsiColors) -
setAddCurlCommandsForRaCallsToReport
public void setAddCurlCommandsForRaCallsToReport(boolean addCurlCommandsForRaCallsToReport) -
setActivateWorkflowUi
public void setActivateWorkflowUi(boolean activateWorkflowUi) -
setStartBrowser
public void setStartBrowser(boolean startBrowser) -
setCreateRbelHtmlReports
public void setCreateRbelHtmlReports(boolean createRbelHtmlReports) -
setCreateRbelModificationReports
public void setCreateRbelModificationReports(boolean createRbelModificationReports) -
setPauseExecutionTimeoutSeconds
public void setPauseExecutionTimeoutSeconds(long pauseExecutionTimeoutSeconds) -
setHttpClientConfig
-
setTrafficVisualization
public void setTrafficVisualization(boolean trafficVisualization) -
setClearEnvironmentStartupTraffic
public void setClearEnvironmentStartupTraffic(boolean clearEnvironmentStartupTraffic) -
setRunTestsOnStart
public void setRunTestsOnStart(boolean runTestsOnStart) -
setEnableTestManagementRestApi
public void setEnableTestManagementRestApi(boolean enableTestManagementRestApi) -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-