| Modifier and Type | Class and Description |
|---|---|
class |
LazyHistoryDescr
Lazy loader for HistoryDescr as preparation for paging.
|
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
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.