Class JiraServerPureController

    • Constructor Detail

      • JiraServerPureController

        public JiraServerPureController()
    • Method Detail

      • initialize

        @PostConstruct
        public void initialize()
      • getNodeWithoutPW

        @ResponseBody
        @RequestMapping(value="/getNodeExceptPW.do",
                        method=GET)
        public org.springframework.http.ResponseEntity<JiraServerPureEntity> getNodeWithoutPW​(JiraServerPureDTO jiraServerPureDTO)
                                                                                       throws java.lang.Exception
        Throws:
        java.lang.Exception
      • verifyALMAccount

        @ResponseBody
        @PostMapping("/verifyAccount.do")
        public org.springframework.http.ResponseEntity<?> verifyALMAccount​(@RequestBody
                                                                           VerifyALMAccountDTO accountDTO)
      • verifyNewALMAccount

        @ResponseBody
        @PostMapping("/verifyNewAccount.do")
        public org.springframework.http.ResponseEntity<?> verifyNewALMAccount​(@RequestBody
                                                                              VerifyALMAccountDTO accountDTO)
      • getNodeWithDecryption

        @ResponseBody
        @RequestMapping(value="/getNodeWithDecryption.do",
                        method=GET)
        public org.springframework.http.ResponseEntity<JiraServerPureEntity> getNodeWithDecryption​(JiraServerPureDTO jiraServerPureDTO)
                                                                                            throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getJiraServerMonitor

        @ResponseBody
        @GetMapping("/getJiraServerMonitor.do")
        public org.springframework.http.ResponseEntity<java.util.List<JiraServerPureEntity>> getJiraServerMonitor​(JiraServerDTO jiraServerDTO,
                                                                                                                  org.springframework.ui.ModelMap model,
                                                                                                                  javax.servlet.http.HttpServletRequest request)
                                                                                                           throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getServerTypeMap

        @ResponseBody
        @RequestMapping(value="/serverTypeMap.do",
                        method=GET)
        public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String,​java.lang.String>> getServerTypeMap​(JiraServerDTO jiraServerDTO,
                                                                                                                                org.springframework.ui.ModelMap model,
                                                                                                                                javax.servlet.http.HttpServletRequest request)
                                                                                                                         throws java.lang.Exception
        Throws:
        java.lang.Exception
      • makeEncryption

        @ResponseBody
        @RequestMapping(value="/makeEncryption.do",
                        method=GET)
        public org.springframework.http.ResponseEntity<java.lang.String> makeEncryption​(java.lang.String str)
                                                                                 throws java.lang.Exception
        Throws:
        java.lang.Exception