Class WatcherServiceController
java.lang.Object
eu.rarogsoftware.rarog.platform.plugins.quickreload.rest.WatcherServiceController
@RequestMapping(path="watcher",
produces="application/json")
@AdminOnly
public class WatcherServiceController
extends Object
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static final record
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioninstall
(WatcherServiceController.PathBean pathBean) org.springframework.http.ResponseEntity<Void>
org.springframework.http.ResponseEntity<Void>
-
Constructor Details
-
WatcherServiceController
-
-
Method Details
-
getListOfWatchedBinaries
-
stopWatcher
-
startWatcher
-
addToWatchList
@PostMapping("/watch") public org.springframework.http.ResponseEntity<Map<String,Object>> addToWatchList(@RequestBody WatcherServiceController.PathBean pathBean) -
install
@PostMapping("/install") public org.springframework.http.ResponseEntity<Map<String,Object>> install(@RequestBody WatcherServiceController.PathBean pathBean) -
remoteFromWatchList
@PostMapping("/unwatch") public org.springframework.http.ResponseEntity<Map<String,Object>> remoteFromWatchList(@RequestBody WatcherServiceController.PathBean pathBean)
-