Uses of Class
cn.sliew.carp.module.application.vela.api.v1.model.v1.V1EmptyResponse
Packages that use V1EmptyResponse
-
Uses of V1EmptyResponse 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 V1EmptyResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<V1EmptyResponse>ApplicationApi.addApplicationTrait(String appName, String compName, V1CreateApplicationTraitRequest body) org.springframework.http.ResponseEntity<V1EmptyResponse>ProjectApi.applyDistribution(String projectName, V1CreateConfigDistributionRequest body) org.springframework.http.ResponseEntity<V1EmptyResponse>ApplicationApi.deleteApplication(String appName) org.springframework.http.ResponseEntity<V1EmptyResponse>ApplicationApi.deleteApplicationEnv(String appName, String envName) org.springframework.http.ResponseEntity<V1EmptyResponse>ApplicationApi.deleteApplicationPolicy(String appName, String policyName, Boolean force) org.springframework.http.ResponseEntity<V1EmptyResponse>ApplicationApi.deleteApplicationTrigger(String appName, String token) org.springframework.http.ResponseEntity<V1EmptyResponse>ApplicationApi.deleteComponent(String appName, String compName) org.springframework.http.ResponseEntity<V1EmptyResponse>ConfigApi.deleteConfig(String configName) org.springframework.http.ResponseEntity<V1EmptyResponse>ProjectApi.deleteDistribution(String projectName, String distributionName) org.springframework.http.ResponseEntity<V1EmptyResponse>RbacApi.deletePlatformPermission(String permissionName) org.springframework.http.ResponseEntity<V1EmptyResponse>RbacApi.deletePlatformRole(String roleName) org.springframework.http.ResponseEntity<V1EmptyResponse>ProjectApi.deleteProject(String projectName) org.springframework.http.ResponseEntity<V1EmptyResponse>ProjectApi.deleteProjectConfig(String projectName, String configName) org.springframework.http.ResponseEntity<V1EmptyResponse>ProjectApi.deleteProjectRole(String projectName, String roleName) org.springframework.http.ResponseEntity<V1EmptyResponse>ProjectApi.deleteProjectUser(V1UpdateProjectUserRequest body, String projectName, String userName) org.springframework.http.ResponseEntity<V1EmptyResponse>UsersApi.deleteUser(String username) org.springframework.http.ResponseEntity<V1EmptyResponse>UsersApi.disableUser(String username) org.springframework.http.ResponseEntity<V1EmptyResponse>UsersApi.enableUser(String username) org.springframework.http.ResponseEntity<V1EmptyResponse>org.springframework.http.ResponseEntity<V1EmptyResponse>ProjectApi.listProjectTargets(String projectName) org.springframework.http.ResponseEntity<V1EmptyResponse>ApplicationApi.recycleApplicationEnv(String appName, String envName) org.springframework.http.ResponseEntity<V1EmptyResponse>PipelineApi.resumePipelineRun(String projectName, String pipelineName, String runName, String step) org.springframework.http.ResponseEntity<V1EmptyResponse>ApplicationApi.resumeWorkflowRecord(String appName, String workflowName, String record, String step) org.springframework.http.ResponseEntity<V1EmptyResponse>PipelineApi.terminatePipelineRun(String projectName, String pipelineName, String runName) org.springframework.http.ResponseEntity<V1EmptyResponse>ApplicationApi.terminateWorkflowRecord(String appName, String workflowName, String record) org.springframework.http.ResponseEntity<V1EmptyResponse>PluginApi.uninstallPlugin(String pluginId)