Class DependencyExemptionController


  • @RestController
    @RequestMapping("/dependencies/exemptions")
    public class DependencyExemptionController
    extends Object
    • Method Detail

      • addBuildTypeExemption

        @RequestMapping(path="/addBuildTypeExemption",
                        method=POST)
        public org.springframework.http.ResponseEntity<String> addBuildTypeExemption​(@RequestParam
                                                                                     String sourceId,
                                                                                     @RequestParam
                                                                                     String destinationId)
      • removeBuildTypeExemption

        @RequestMapping(path="/removeBuildTypeExemption",
                        method=POST)
        public org.springframework.http.ResponseEntity<String> removeBuildTypeExemption​(@RequestParam
                                                                                        String sourceId,
                                                                                        @RequestParam
                                                                                        String destinationId)
      • addProjectExemption

        @RequestMapping(path="/addProjectExemption",
                        method=POST)
        public org.springframework.http.ResponseEntity<String> addProjectExemption​(@RequestParam
                                                                                   String sourceId,
                                                                                   @RequestParam
                                                                                   String destinationId)
      • removeProjectExemption

        @RequestMapping(path="/removeProjectExemption",
                        method=POST)
        public org.springframework.http.ResponseEntity<String> removeProjectExemption​(@RequestParam
                                                                                      String sourceId,
                                                                                      @RequestParam
                                                                                      String destinationId)