Uses of Class
cn.sliew.carp.module.application.vela.api.v1.model.v1.V1DetailWorkflowResponse
Packages that use V1DetailWorkflowResponse
-
Uses of V1DetailWorkflowResponse in cn.sliew.carp.module.application.vela.api.v1
Methods in cn.sliew.carp.module.application.vela.api.v1 that return types with arguments of type V1DetailWorkflowResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<V1DetailWorkflowResponse>ApplicationApi.createOrUpdateApplicationWorkflow(V1CreateWorkflowRequest body, String appName) org.springframework.http.ResponseEntity<V1DetailWorkflowResponse>ApplicationApi.detailWorkflow(String appName, String workflowName) org.springframework.http.ResponseEntity<V1DetailWorkflowResponse>ApplicationApi.updateWorkflow(String appName, String workflowName, V1UpdateWorkflowRequest body)