Uses of Class
hudson.plugins.jobConfigHistory.HistoryDescr

Uses of HistoryDescr in hudson.plugins.jobConfigHistory
 

Subclasses of HistoryDescr in hudson.plugins.jobConfigHistory
 class LazyHistoryDescr
          Lazy loader for HistoryDescr as preparation for paging.
 

Methods in hudson.plugins.jobConfigHistory that return types with arguments of type HistoryDescr
 SortedMap<String,HistoryDescr> OverviewHistoryDao.getJobHistory(String jobName)
          Returns a sorted map of all HistoryDescr for a given job.
 SortedMap<String,HistoryDescr> FileHistoryDao.getJobHistory(String jobName)
           
 SortedMap<String,HistoryDescr> OverviewHistoryDao.getNodeHistory(String nodeName)
          Returns a sorted map of all HistoryDescr for a given node.
 SortedMap<String,HistoryDescr> FileHistoryDao.getNodeHistory(String nodeName)
           
 SortedMap<String,HistoryDescr> HistoryDao.getRevisions(File configFile)
          Returns a sorted map of all revisions for this configFile.
 SortedMap<String,HistoryDescr> FileHistoryDao.getRevisions(File configFile)
           
 SortedMap<String,HistoryDescr> HistoryDao.getRevisions(hudson.model.Node node)
          Returns a sorted map of all revisions for this node.
 SortedMap<String,HistoryDescr> FileHistoryDao.getRevisions(hudson.model.Node node)
           
 SortedMap<String,HistoryDescr> HistoryDao.getRevisions(hudson.XmlFile xmlFile)
          Returns a sorted map of all revisions for this xmlFile.
 SortedMap<String,HistoryDescr> FileHistoryDao.getRevisions(hudson.XmlFile xmlFile)
           
 SortedMap<String,HistoryDescr> OverviewHistoryDao.getSystemHistory(String name)
          Returns a sorted map of all HistoryDescr for a given system configuration.
 SortedMap<String,HistoryDescr> FileHistoryDao.getSystemHistory(String name)
           
 

Methods in hudson.plugins.jobConfigHistory with parameters of type HistoryDescr
static ConfigInfo ConfigInfo.create(String name, boolean configExists, HistoryDescr histDescr, boolean isJob)
          Returns a new ConfigInfo object for a system configuration file.
 



Copyright © 2004–2014. All rights reserved.