Class ResultAnalyzerController

java.lang.Object
org.xbricks.sperftest.controllers.ResultAnalyzerController

@Controller public class ResultAnalyzerController extends Object
  • Constructor Details

  • Method Details

    • analyzeTestRun

      @GetMapping @RequestMapping("/analyzer/{testname}/{computername}/{testrun}/analyze") public String analyzeTestRun(@PathVariable String testname, @PathVariable String computername, @PathVariable String testrun, org.springframework.ui.Model model)
      Returns:
      Template Name responsible for the action or redirection to somewhere
    • analyzeTestRunWLCResult

      @GetMapping @RequestMapping("/analyzer/{testname}/{computername}/{testrun}/{wlcfile}/analyzewlc") public String analyzeTestRunWLCResult(@PathVariable String testname, @PathVariable String computername, @PathVariable String testrun, @PathVariable String wlcfile, org.springframework.ui.Model model)
      Returns:
      Template Name responsible for the action or redirection to somewhere
    • analyzeTestRunRLCResult

      @GetMapping @RequestMapping("/analyzer/{testname}/{computername}/{testrun}/{rlcfile}/analyzerlc") public String analyzeTestRunRLCResult(@PathVariable String testname, @PathVariable String computername, @PathVariable String testrun, @PathVariable String rlcfile, org.springframework.ui.Model model)
      Returns:
      Template Name responsible for the action or redirection to somewhere
    • analyzeMachine

      @GetMapping @RequestMapping("/analyzer/{testname}/{computername}/analyze") public String analyzeMachine(@PathVariable String testname, @PathVariable String computername, org.springframework.ui.Model model)
      Returns:
      Template Name responsible for the action or redirection to somewhere
    • analyzeTestRun

      @GetMapping @RequestMapping("/analyzer/{testname}/analyze") public String analyzeTestRun(@PathVariable String testname, org.springframework.ui.Model model)
      Returns:
      Template Name responsible for the action or redirection to somewhere