Class EnvStatusController

    • Constructor Detail

      • EnvStatusController

        public EnvStatusController​(TigerTestEnvMgr tigerTestEnvMgr)
    • Method Detail

      • getStatus

        @GetMapping(produces="application/json")
        public TigerEnvStatusDto getStatus()
      • getConfirmQuit

        @GetMapping(path="/quit")
        public void getConfirmQuit()
      • getConfirmContinueExecution

        @GetMapping(path="/continueExecution")
        public void getConfirmContinueExecution()
      • getConfirmToFailExecution

        @GetMapping(path="/failExecution")
        public void getConfirmToFailExecution()
      • getTigerVersion

        @GetMapping(path="/version")
        public String getTigerVersion()
      • getBuildDate

        @GetMapping(path="/build")
        public String getBuildDate()