Uses of Class
hudson.plugins.jobConfigHistory.HistoryDescr
-
Uses of HistoryDescr in hudson.plugins.jobConfigHistory
Subclasses of HistoryDescr in hudson.plugins.jobConfigHistoryModifier and TypeClassDescriptionclass
Lazy loader for HistoryDescr as preparation for paging.Fields in hudson.plugins.jobConfigHistory declared as HistoryDescrMethods in hudson.plugins.jobConfigHistory that return types with arguments of type HistoryDescrModifier 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.Methods in hudson.plugins.jobConfigHistory with parameters of type HistoryDescrModifier and TypeMethodDescriptionstatic ConfigInfo
ConfigInfo.create
(String name, boolean configExists, HistoryDescr histDescr, boolean isJob) Returns a new ConfigInfo object for a system configuration file.