Uses of Class
hudson.plugins.jobConfigHistory.ConfigInfo

Packages that use ConfigInfo
hudson.plugins.jobConfigHistory   
 

Uses of ConfigInfo in hudson.plugins.jobConfigHistory
 

Methods in hudson.plugins.jobConfigHistory that return ConfigInfo
static ConfigInfo ConfigInfo.create(hudson.model.AbstractItem item, File file, HistoryDescr histDescr)
          Returns a new ConfigInfo object for a Hudson job.
static ConfigInfo ConfigInfo.create(String name, File file, HistoryDescr histDescr, boolean isJob)
          Returns a new ConfigInfo object for a system configuration file.
 

Methods in hudson.plugins.jobConfigHistory that return types with arguments of type ConfigInfo
 List<ConfigInfo> JobConfigHistoryRootAction.getConfigs()
          Returns the configuration history entries for either AbstractItems or system changes or deleted jobs or all of the above.
 List<ConfigInfo> JobConfigHistoryProjectAction.getJobConfigs()
          Returns the configuration history entries for one AbstractItem.
protected  List<ConfigInfo> JobConfigHistoryRootAction.getJobConfigs(String type)
          Returns the configuration history entries for all jobs or deleted jobs in this Hudson instance.
 List<ConfigInfo> JobConfigHistoryRootAction.getSingleConfigs(org.kohsuke.stapler.StaplerRequest req)
          Returns the configuration history entries for one group of system files.
protected  List<ConfigInfo> JobConfigHistoryRootAction.getSystemConfigs()
          Returns the configuration history entries for all system files in this Hudson instance.
 



Copyright © 2004-2013. All Rights Reserved.