Class EnvStatusController
java.lang.Object
de.gematik.test.tiger.testenvmgr.controller.EnvStatusController
- All Implemented Interfaces:
TigerUpdateListener
@RestController
@RequestMapping("/status")
public class EnvStatusController
extends Object
implements TigerUpdateListener
-
Constructor Summary
ConstructorsConstructorDescriptionEnvStatusController(TigerTestEnvMgr tigerTestEnvMgr, TigerBuildPropertiesService buildProperties) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoid
-
Constructor Details
-
EnvStatusController
public EnvStatusController(TigerTestEnvMgr tigerTestEnvMgr, TigerBuildPropertiesService buildProperties)
-
-
Method Details
-
receiveTestEnvUpdate
- Specified by:
receiveTestEnvUpdatein interfaceTigerUpdateListener
-
getStatus
-
getConfirmShutdown
@GetMapping(path="/confirmShutdown") public void getConfirmShutdown() -
getConfirmContinueExecution
@GetMapping(path="/continueExecution") public void getConfirmContinueExecution() -
getConfirmToFailExecution
@GetMapping(path="/failExecution") public void getConfirmToFailExecution() -
getTigerVersion
-
getBuildDate
-