Uses of Class
com.alibaba.nacos.config.server.model.ConfigHistoryInfo
-
Packages that use ConfigHistoryInfo Package Description com.alibaba.nacos.config.server.controller com.alibaba.nacos.config.server.model com.alibaba.nacos.config.server.service -
-
Uses of ConfigHistoryInfo in com.alibaba.nacos.config.server.controller
Methods in com.alibaba.nacos.config.server.controller that return ConfigHistoryInfo Modifier and Type Method Description ConfigHistoryInfoHistoryController. getConfigHistoryInfo(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Long nid, org.springframework.ui.ModelMap modelMap)查看配置历史信息详情Methods in com.alibaba.nacos.config.server.controller that return types with arguments of type ConfigHistoryInfo Modifier and Type Method Description Page<ConfigHistoryInfo>HistoryController. listConfigHistory(String dataId, String group, String tenant, String appName, Integer pageNo, Integer pageSize, org.springframework.ui.ModelMap modelMap) -
Uses of ConfigHistoryInfo in com.alibaba.nacos.config.server.model
Fields in com.alibaba.nacos.config.server.model with type parameters of type ConfigHistoryInfo Modifier and Type Field Description Page<ConfigHistoryInfo>HistoryContext. configsMethods in com.alibaba.nacos.config.server.model that return types with arguments of type ConfigHistoryInfo Modifier and Type Method Description Page<ConfigHistoryInfo>HistoryContext. getConfigs()Method parameters in com.alibaba.nacos.config.server.model with type arguments of type ConfigHistoryInfo Modifier and Type Method Description voidHistoryContext. setConfigs(Page<ConfigHistoryInfo> configs)Constructor parameters in com.alibaba.nacos.config.server.model with type arguments of type ConfigHistoryInfo Constructor Description HistoryContext(String serverId, String dataId, String group, int statusCode, String statusMsg, Page<ConfigHistoryInfo> configs) -
Uses of ConfigHistoryInfo in com.alibaba.nacos.config.server.service
Methods in com.alibaba.nacos.config.server.service that return ConfigHistoryInfo Modifier and Type Method Description ConfigHistoryInfoPersistService. detailConfigHistory(Long nid)Methods in com.alibaba.nacos.config.server.service that return types with arguments of type ConfigHistoryInfo Modifier and Type Method Description Page<ConfigHistoryInfo>PersistService. findConfigHistory(String dataId, String group, String tenant, int pageNo, int pageSize)list配置的历史变更记录
-