|
|
@@ -27,7 +27,7 @@ import java.util.List;
|
|
|
*/
|
|
|
@Api(tags = "GitLab Hook API")
|
|
|
@RestController
|
|
|
-public class HookController {
|
|
|
+public class CommitController {
|
|
|
|
|
|
private final BugListService bugListService;
|
|
|
|
|
|
@@ -38,7 +38,7 @@ public class HookController {
|
|
|
private final SeecoderGitlabApi seecoderGitlabApi;
|
|
|
|
|
|
@Autowired
|
|
|
- public HookController(BugListService bugListService, TreeNodeService treeNodeService, CommitService commitService, SeecoderGitlabApi seecoderGitlabApi) {
|
|
|
+ public CommitController(BugListService bugListService, TreeNodeService treeNodeService, CommitService commitService, SeecoderGitlabApi seecoderGitlabApi) {
|
|
|
this.bugListService = bugListService;
|
|
|
this.treeNodeService = treeNodeService;
|
|
|
this.commitService = commitService;
|