Uses of Class
cn.sliew.carp.module.application.vela.api.v1.model.v1.V1ListWorkflowRecordsResponse
Packages that use V1ListWorkflowRecordsResponse
-
Uses of V1ListWorkflowRecordsResponse 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 V1ListWorkflowRecordsResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<V1ListWorkflowRecordsResponse>ApplicationApi.listWorkflowRecords(String appName, String workflowName, Integer page, Integer pageSize) org.springframework.http.ResponseEntity<V1ListWorkflowRecordsResponse>ApplicationApi.listWorkflowRecordsFromEnv(String appName, String envName, Integer page, Integer pageSize)