Class TigerLibConfig


  • public class TigerLibConfig
    extends Object
    • Field Detail

      • activateWorkflowUi

        public boolean activateWorkflowUi
      • createRbelHtmlReports

        public boolean createRbelHtmlReports
    • Constructor Detail

      • TigerLibConfig

        @ConstructorProperties({"rbelPathDebugging","rbelAnsiColors","addCurlCommandsForRaCallsToReport","activateWorkflowUi","createRbelHtmlReports"})
        public TigerLibConfig​(boolean rbelPathDebugging,
                              boolean rbelAnsiColors,
                              boolean addCurlCommandsForRaCallsToReport,
                              boolean activateWorkflowUi,
                              boolean createRbelHtmlReports)
      • TigerLibConfig

        public TigerLibConfig()
    • Method Detail

      • isRbelPathDebugging

        public boolean isRbelPathDebugging()
      • isRbelAnsiColors

        public boolean isRbelAnsiColors()
      • isAddCurlCommandsForRaCallsToReport

        public boolean isAddCurlCommandsForRaCallsToReport()
      • isActivateWorkflowUi

        public boolean isActivateWorkflowUi()
      • isCreateRbelHtmlReports

        public boolean isCreateRbelHtmlReports()
      • setRbelPathDebugging

        public void setRbelPathDebugging​(boolean rbelPathDebugging)
      • setRbelAnsiColors

        public void setRbelAnsiColors​(boolean rbelAnsiColors)
      • setAddCurlCommandsForRaCallsToReport

        public void setAddCurlCommandsForRaCallsToReport​(boolean addCurlCommandsForRaCallsToReport)
      • setActivateWorkflowUi

        public void setActivateWorkflowUi​(boolean activateWorkflowUi)
      • setCreateRbelHtmlReports

        public void setCreateRbelHtmlReports​(boolean createRbelHtmlReports)
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object