Uses of Class
cn.sliew.carp.module.application.vela.api.v1.model.v1.V1ProjectBase
Packages that use V1ProjectBase
-
Uses of V1ProjectBase 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 V1ProjectBaseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<V1ProjectBase>ProjectApi.createProject(V1CreateProjectRequest body) org.springframework.http.ResponseEntity<V1ProjectBase>ProjectApi.detailProject(String projectName) org.springframework.http.ResponseEntity<V1ProjectBase>ProjectApi.updateProject(String projectName, V1UpdateProjectRequest body)