We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8451d62 commit 5a910b0Copy full SHA for 5a910b0
src/main/java/com/vectorcast/plugins/vectorcastexecution/job/BaseJob.java
@@ -771,7 +771,7 @@ public void create()
771
* @throws hudson.model.Descriptor.FormException exception
772
* @throws InvalidProjectFileException exception
773
*/
774
- @RequestMapping(value="/create", method=RequestMethod.POST)
+ @POST
775
protected abstract void doCreate()
776
throws IOException,
777
ServletException,
0 commit comments