Uses of Class
hudson.plugins.jobConfigHistory.ConfigInfo
-
Uses of ConfigInfo in hudson.plugins.jobConfigHistory
Methods in hudson.plugins.jobConfigHistory that return ConfigInfoModifier and TypeMethodDescriptionstatic ConfigInfoConfigInfo.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 ConfigInfoModifier and TypeMethodDescriptionfinal List<ConfigInfo>ComputerConfigHistoryAction.getAgentConfigs()Returns the configuration history entries for oneSlave.final List<ConfigInfo>ComputerConfigHistoryAction.getAgentConfigs(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>ComputerConfigHistoryAction.getAgentConfigsREST()Returns the configuration history entries for oneSlavefor the REST API.final List<ConfigInfo>JobConfigHistoryRootAction.getConfigs()Returns the configuration history entries for eitherAbstractItems 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 oneAbstractItemfor 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.Methods in hudson.plugins.jobConfigHistory with parameters of type ConfigInfoModifier and TypeMethodDescriptionfinal StringJobConfigHistoryRootAction.createLinkToFiles(ConfigInfo config, String type) Creates links to the correct configOutput.jelly for job history vs.
ComputerConfigHistoryAction.getAgentConfigs()instead.