Uses of Class
hudson.plugins.jobConfigHistory.ConfigInfo

Uses of ConfigInfo in hudson.plugins.jobConfigHistory
 

Methods in hudson.plugins.jobConfigHistory that return ConfigInfo
static ConfigInfo ConfigInfo.create(String name, boolean configExists, 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 AbstractItem s or system changes or deleted jobs or all of the above.
 List<ConfigInfo> JobConfigHistoryProjectAction.getJobConfigs()
          Returns the configuration history entries for one AbstractItem.
 List<ConfigInfo> JobConfigHistoryProjectAction.getJobConfigsREST()
          Returns the configuration history entries for one AbstractItem for the REST API.
 List<ConfigInfo> JobConfigHistoryRootAction.getSingleConfigs(String name)
          Returns the configuration history entries for one group of system files or deleted jobs.
 List<ConfigInfo> ComputerConfigHistoryAction.getSlaveConfigs()
          Returns the configuration history entries for one Slave.
 List<ConfigInfo> ComputerConfigHistoryAction.getSlaveConfigsREST()
          Returns the configuration history entries for one Slave for the REST API.
 

Methods in hudson.plugins.jobConfigHistory with parameters of type ConfigInfo
 String JobConfigHistoryRootAction.createLinkToFiles(ConfigInfo config, String type)
          Creates links to the correct configOutput.jellys for job history vs.
 



Copyright © 2004–2014. All rights reserved.