Merge branch 'master' of http://1.14.125.6:3000/mianbin/ops-pro
This commit is contained in:
commit
9413b4f199
@ -25,11 +25,9 @@ public class PostprocessController {
|
||||
|
||||
|
||||
/**
|
||||
* @Author hopeli
|
||||
* @Description
|
||||
* @Date 10:47 2025/4/28
|
||||
* @Param postprocess
|
||||
* @return String
|
||||
* 创建流水线后置配置
|
||||
* @param postprocess
|
||||
* @return
|
||||
*/
|
||||
@RequestMapping(path="/createPost",method = RequestMethod.POST)
|
||||
public Result<String> createPost(@RequestBody @NotNull @Valid Postprocess postprocess){
|
||||
@ -38,11 +36,9 @@ public class PostprocessController {
|
||||
}
|
||||
|
||||
/**
|
||||
* @Author hopeli
|
||||
* @Description
|
||||
* @Date 11:17 2025/4/28
|
||||
* @Param postprocess
|
||||
* @return void
|
||||
* 更新流水线后置配置
|
||||
* @param postprocess
|
||||
* @return
|
||||
*/
|
||||
@RequestMapping(path="/updatePost",method = RequestMethod.POST)
|
||||
public Result<Void> updatePost(@RequestBody @NotNull @Valid Postprocess postprocess){
|
||||
@ -52,10 +48,8 @@ public class PostprocessController {
|
||||
|
||||
|
||||
/**
|
||||
* @Author hopeli
|
||||
* @Description
|
||||
* @Date 11:17 2025/4/28
|
||||
* @Param
|
||||
* 查询流水线后置配置信息
|
||||
* @param pipelineId
|
||||
* @return
|
||||
*/
|
||||
@RequestMapping(path="/findPipelinePost",method = RequestMethod.POST)
|
||||
@ -66,10 +60,8 @@ public class PostprocessController {
|
||||
|
||||
|
||||
/**
|
||||
* @Author hopeli
|
||||
* @Description
|
||||
* @Date 11:22 2025/4/28
|
||||
* @Param
|
||||
* 查询流水线任务后置配置信息
|
||||
* @param taskId
|
||||
* @return
|
||||
*/
|
||||
@RequestMapping(path="/findTaskPost",method = RequestMethod.POST)
|
||||
@ -80,10 +72,8 @@ public class PostprocessController {
|
||||
|
||||
|
||||
/**
|
||||
* @Author hopeli
|
||||
* @Description
|
||||
* @Date 11:22 2025/4/28
|
||||
* @Param
|
||||
* 删除流水线任务后置配置信息
|
||||
* @param postId
|
||||
* @return
|
||||
*/
|
||||
@RequestMapping(path="/deletePost",method = RequestMethod.POST)
|
||||
@ -94,10 +84,8 @@ public class PostprocessController {
|
||||
|
||||
|
||||
/**
|
||||
* @Author hopeli
|
||||
* @Description
|
||||
* @Date 11:22 2025/4/28
|
||||
* @Param
|
||||
* 查询后置配置信息
|
||||
* @param postId
|
||||
* @return
|
||||
*/
|
||||
@RequestMapping(path="/findOnePost",method = RequestMethod.POST)
|
||||
|
Loading…
x
Reference in New Issue
Block a user