Uses of Class
hudson.plugins.jobConfigHistory.ConfigInfo
-
Uses of ConfigInfo in hudson.plugins.jobConfigHistory
Modifier and TypeMethodDescriptionstatic ConfigInfo
ConfigInfo.create
(String name, boolean configExists, HistoryDescr histDescr, boolean isJob) Returns a new ConfigInfo object for a system configuration file.Modifier and TypeMethodDescriptionfinal List<ConfigInfo>
ComputerConfigHistoryAction.getAgentConfigs()
Returns the configuration history entries for oneSlave
.final List<ConfigInfo>
ComputerConfigHistoryAction.getAgentConfigsREST()
Returns the configuration history entries for oneSlave
for the REST API.final List<ConfigInfo>
JobConfigHistoryRootAction.getConfigs()
Returns the configuration history entries for eitherAbstractItem
s or system changes or deleted jobs or all of the above.final List<ConfigInfo>
JobConfigHistoryRootAction.getConfigs
(int from, int to) Calculates a list containing the .subList(from, to) of the newest-first list of job config revision entries.final List<ConfigInfo>
JobConfigHistoryProjectAction.getJobConfigs()
Returns the configuration history entries for oneAbstractItem
.final List<ConfigInfo>
JobConfigHistoryProjectAction.getJobConfigs
(int from, int to) Calculates a list containing the .subList(from, to) of the newest-first list of job config revision entries.JobConfigHistoryRootAction.getJobConfigs
(String type) Returns the configuration history entries for all jobs or deleted jobs in this Jenkins instance.final List<ConfigInfo>
JobConfigHistoryProjectAction.getJobConfigsREST()
Returns the configuration history entries for oneAbstractItem
for the REST API.final List<ConfigInfo>
JobConfigHistoryRootAction.getSingleConfigs
(String name) Returns the configuration history entries for one group of system files or deleted jobs.final List<ConfigInfo>
JobConfigHistoryRootAction.getSingleConfigs
(String name, int from, int to) final List<ConfigInfo>
ComputerConfigHistoryAction.getSlaveConfigs()
Deprecated.final List<ConfigInfo>
ComputerConfigHistoryAction.getSlaveConfigsREST()
Deprecated.UseComputerConfigHistoryAction.getAgentConfigs()
instead.JobConfigHistoryRootAction.getSystemConfigs()
Returns the configuration history entries for all system files in this Jenkins instance.Modifier and TypeMethodDescriptionfinal String
JobConfigHistoryRootAction.createLinkToFiles
(ConfigInfo config, String type) Creates links to the correct configOutput.jelly for job history vs.
ComputerConfigHistoryAction.getAgentConfigs()
instead.