Class TigerLibConfig

java.lang.Object
de.gematik.test.tiger.lib.TigerLibConfig

public class TigerLibConfig extends Object
  • Field Details

    • activateWorkflowUi

      public boolean activateWorkflowUi
    • startBrowser

      public boolean startBrowser
    • createRbelHtmlReports

      public boolean createRbelHtmlReports
    • createRbelModificationReports

      public boolean createRbelModificationReports
    • pauseExecutionTimeoutSeconds

      public long pauseExecutionTimeoutSeconds
    • httpClientConfig

      public TigerHttpClientConfig 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

      public static TigerLibConfig.TigerLibConfigBuilder 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

      public TigerHttpClientConfig 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

      public void setHttpClientConfig(TigerHttpClientConfig httpClientConfig)
    • 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

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object