Uses of Class
hudson.plugins.jobConfigHistory.HistoryDescr
-
Uses of HistoryDescr in hudson.plugins.jobConfigHistory
Modifier and TypeClassDescriptionclass
Lazy loader for HistoryDescr as preparation for paging.Modifier and TypeMethodDescriptionFileHistoryDao.getJobHistory
(String jobName) OverviewHistoryDao.getJobHistory
(String jobName) Returns a sorted map of all HistoryDescr for a given job.FileHistoryDao.getRevisions
(Node node) FileHistoryDao.getRevisions
(XmlFile xmlFile) HistoryDao.getRevisions
(Node node) Returns a sorted map of all revisions for this node.HistoryDao.getRevisions
(XmlFile xmlFile) Returns a sorted map of all revisions for this xmlFile.FileHistoryDao.getSystemConfigsMap()
OverviewHistoryDao.getSystemConfigsMap()
FileHistoryDao.getSystemHistory
(String name) OverviewHistoryDao.getSystemHistory
(String name) Returns a sorted map of all HistoryDescr for a given system configuration.Modifier and TypeMethodDescriptionstatic ConfigInfo
ConfigInfo.create
(String name, boolean configExists, HistoryDescr histDescr, boolean isJob) Returns a new ConfigInfo object for a system configuration file.