- DEFAULT_EXCLUDE - Static variable in class hudson.plugins.jobConfigHistory.JobConfigHistoryConsts
-
Default regexp pattern of configuration files not to save.
- DEFAULT_HISTORY_DIR - Static variable in class hudson.plugins.jobConfigHistory.JobConfigHistoryConsts
-
Default root directory for storing history.
- deleted - Variable in class bmsi.util.Diff.change
-
# lines of file 0 changed here.
- DELETED_MARKER - Static variable in class hudson.plugins.jobConfigHistory.JobConfigHistoryConsts
-
name of history xml file.
- deleteItem(Item) - Method in class hudson.plugins.jobConfigHistory.FileHistoryDao
-
- deleteItem(Item) - Method in interface hudson.plugins.jobConfigHistory.ItemListenerHistoryDao
-
Deletes the history of an item.
- deletes - Variable in class bmsi.util.DiffPrint.Base
-
- Diff - Class in bmsi.util
-
A class to compare vectors of objects.
- Diff(Object[], Object[]) - Constructor for class bmsi.util.Diff
-
Prepare to find differences between two arrays.
- diff(Diff.ScriptBuilder) - Method in class bmsi.util.Diff
-
Get the results of comparison as an edit script.
- Diff.change - Class in bmsi.util
-
The result of comparison is an "edit script": a chain of change objects.
- Diff.change(int, int, int, int, Diff.change) - Constructor for class bmsi.util.Diff.change
-
Cons an additional entry onto the front of an edit script OLD.
- Diff.ScriptBuilder - Interface in bmsi.util
-
- diff_2(boolean) - Method in class bmsi.util.Diff
-
- DiffPrint - Class in bmsi.util
-
A simple framework for printing change lists produced by Diff.
- DiffPrint() - Constructor for class bmsi.util.DiffPrint
-
- DiffPrint.Base - Class in bmsi.util
-
A Base class for printing edit scripts produced by Diff.
- DiffPrint.Base(Object[], Object[]) - Constructor for class bmsi.util.DiffPrint.Base
-
- DiffPrint.ContextPrint - Class in bmsi.util
-
Prints an edit script in context diff format.
- DiffPrint.ContextPrint(Object[], Object[]) - Constructor for class bmsi.util.DiffPrint.ContextPrint
-
- DiffPrint.EdPrint - Class in bmsi.util
-
Prints an edit script in a format suitable for input to ed.
- DiffPrint.EdPrint(Object[], Object[]) - Constructor for class bmsi.util.DiffPrint.EdPrint
-
- DiffPrint.NormalPrint - Class in bmsi.util
-
Print a change list in the standard diff format.
- DiffPrint.NormalPrint(Object[], Object[]) - Constructor for class bmsi.util.DiffPrint.NormalPrint
-
- DiffPrint.UnifiedPrint - Class in bmsi.util
-
Prints an edit script in context diff format.
- DiffPrint.UnifiedPrint(Object[], Object[]) - Constructor for class bmsi.util.DiffPrint.UnifiedPrint
-
- displayName() - Static method in class hudson.plugins.jobConfigHistory.Messages
-
Job Config History
- doCheckExcludePattern(String) - Method in class hudson.plugins.jobConfigHistory.JobConfigHistory
-
Validates the user entry for the regular expression of system file names
to exclude from saving.
- doCheckMaxDaysToKeepEntries(String) - Method in class hudson.plugins.jobConfigHistory.JobConfigHistory
-
Validates the user entry for the maximum number of days to keep history items.
- doCheckMaxHistoryEntries(String) - Method in class hudson.plugins.jobConfigHistory.JobConfigHistory
-
Validates the user entry for the maximum number of history items to keep.
- doDiffFiles(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.jobConfigHistory.JobConfigHistoryProjectAction
-
Parses the incoming POST request and redirects as
GET showDiffFiles.
- doDiffFiles(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.jobConfigHistory.JobConfigHistoryRootAction
-
Parses the incoming POST request and redirects as
GET showDiffFiles.
- doForwardToRestoreQuestion(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.jobConfigHistory.JobConfigHistoryProjectAction
-
Action when 'restore' button in showDiffFiles.jelly is pressed.
- doForwardToRestoreQuestion(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.jobConfigHistory.JobConfigHistoryRootAction
-
Action when 'restore' button in history.jelly is pressed.
- doRestore(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.jobConfigHistory.JobConfigHistoryProjectAction
-
Action when 'restore' button is pressed: Replace current config file by older version.
- doRestore(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.jobConfigHistory.JobConfigHistoryRootAction
-
Action when 'restore' button is pressed: Restore deleted project.
- doRun() - Method in class hudson.plugins.jobConfigHistory.JobConfigHistoryPurger
-
- getAccessControlledObject() - Method in class hudson.plugins.jobConfigHistory.JobConfigHistoryBaseAction
-
Returns the object for which we want to provide access control.
- getAccessControlledObject() - Method in class hudson.plugins.jobConfigHistory.JobConfigHistoryProjectAction
-
Returns the object for which we want to provide access control.
- getAccessControlledObject() - Method in class hudson.plugins.jobConfigHistory.JobConfigHistoryRootAction
-
- getConfigFile(File) - Method in class hudson.plugins.jobConfigHistory.JobConfigHistory
-
- getConfigs() - Method in class hudson.plugins.jobConfigHistory.JobConfigHistoryRootAction
-
Returns the configuration history entries for either AbstractItem
s or system changes or deleted jobs or all of the above.
- getConfiguredHistoryRootDir() - Method in class hudson.plugins.jobConfigHistory.JobConfigHistory
-
Returns the File object representing the configured root history directory.
- getCssClass() - Method in class hudson.plugins.jobConfigHistory.SideBySideView.Line.Item
-
Returns the cssClass of the Item.
- getDate() - Method in class hudson.plugins.jobConfigHistory.ConfigInfo
-
Returns the date of the change.
- getDefaultExcludePattern() - Method in class hudson.plugins.jobConfigHistory.JobConfigHistory
-
Used by the configuration page.
- getDefaultRootDir() - Method in class hudson.plugins.jobConfigHistory.JobConfigHistory
-
- getDeletedJobs(String) - Method in class hudson.plugins.jobConfigHistory.FileHistoryDao
-
- getDeletedJobs(String) - Method in interface hudson.plugins.jobConfigHistory.OverviewHistoryDao
-
Returns a list of deleted jobs with a history.
- getDiffAsString(File, File, String[], String[]) - Method in class hudson.plugins.jobConfigHistory.JobConfigHistoryBaseAction
-
Returns a unified diff between two string arrays.
- getDiffLines(List<String>) - Method in class hudson.plugins.jobConfigHistory.JobConfigHistoryBaseAction
-
Returns side-by-side (i.e. human-readable) diff view lines.
- getDisplayName() - Method in class hudson.plugins.jobConfigHistory.JobConfigBadgeAction
-
Non-use interface method.
- getDisplayName() - Method in class hudson.plugins.jobConfigHistory.JobConfigHistoryBaseAction
-
- getExcludePattern() - Method in class hudson.plugins.jobConfigHistory.JobConfigHistory
-
- getExcludeRegexpPattern() - Method in class hudson.plugins.jobConfigHistory.JobConfigHistory
-
Used for testing to verify invalid pattern not loaded.
- getFile() - Method in class hudson.plugins.jobConfigHistory.JobConfigHistoryProjectAction
-
Returns JobConfigHistoryBaseAction#getConfigXml(String) as
String.
- getFile() - Method in class hudson.plugins.jobConfigHistory.JobConfigHistoryRootAction
-
Returns JobConfigHistoryBaseAction#getConfigXml(String) as
String.
- getHistoryRootDir() - Method in class hudson.plugins.jobConfigHistory.JobConfigHistory
-
- getHudson() - Method in class hudson.plugins.jobConfigHistory.JobConfigHistoryBaseAction
-
Returns the hudson instance.
- getIcon() - Method in class hudson.plugins.jobConfigHistory.JobConfigBadgeAction
-
Returns the path to our nice little icon.
- getIconFileName() - Method in class hudson.plugins.jobConfigHistory.JobConfigBadgeAction
-
Non-use interface method.
- getIconFileName() - Method in class hudson.plugins.jobConfigHistory.JobConfigHistoryProjectAction
-
Make method final, as we always want the same icon file.
- getIconFileName() - Method in class hudson.plugins.jobConfigHistory.JobConfigHistoryRootAction
-
Make method final, as we always want the same icon file.
- getIsJob() - Method in class hudson.plugins.jobConfigHistory.ConfigInfo
-
Returns true if this object represents a Hudson job
as opposed to representing a system configuration.
- getJob() - Method in class hudson.plugins.jobConfigHistory.ConfigInfo
-
Returns the name of the job.
- getJobConfigs() - Method in class hudson.plugins.jobConfigHistory.JobConfigHistoryProjectAction
-
Returns the configuration history entries for one AbstractItem.
- getJobConfigs(String) - Method in class hudson.plugins.jobConfigHistory.JobConfigHistoryRootAction
-
Returns the configuration history entries for all jobs or deleted jobs in
this Hudson instance.
- getJobHistory(String) - Method in class hudson.plugins.jobConfigHistory.FileHistoryDao
-
- getJobHistory(String) - Method in interface hudson.plugins.jobConfigHistory.OverviewHistoryDao
-
Returns a sorted map of all HistoryDescr for a given job.
- getJobs(String) - Method in class hudson.plugins.jobConfigHistory.FileHistoryDao
-
- getJobs(String) - Method in interface hudson.plugins.jobConfigHistory.OverviewHistoryDao
-
Returns a list of jobs with a history.
- getLastAvailableConfigXml(String) - Method in class hudson.plugins.jobConfigHistory.JobConfigHistoryRootAction
-
Retrieves the last or second to last config.xml.
- getLeft() - Method in class hudson.plugins.jobConfigHistory.SideBySideView.Line
-
Returns the left version of a modificated line.
- getLineNumber() - Method in class hudson.plugins.jobConfigHistory.SideBySideView.Line.Item
-
Returns the line number of the Item.
- getLines() - Method in class hudson.plugins.jobConfigHistory.JobConfigHistoryProjectAction
-
Takes the two timestamp request parameters and returns the diff between the corresponding
config files of this project as a list of single lines.
- getLines() - Method in class hudson.plugins.jobConfigHistory.JobConfigHistoryRootAction
-
Returns the diff between two config files as a list of single lines.
- getLines() - Method in class hudson.plugins.jobConfigHistory.SideBySideView
-
- getMaxDaysToKeepEntries() - Method in class hudson.plugins.jobConfigHistory.JobConfigHistory
-
- getMaxHistoryEntries() - Method in class hudson.plugins.jobConfigHistory.JobConfigHistory
-
- getOldConfigXml(String, String) - Method in class hudson.plugins.jobConfigHistory.JobConfigHistoryRootAction
-
Gets the version of the config.xml that was saved at a certain time.
- getOldRevision(AbstractItem, String) - Method in class hudson.plugins.jobConfigHistory.FileHistoryDao
-
- getOldRevision(XmlFile, String) - Method in class hudson.plugins.jobConfigHistory.FileHistoryDao
-
- getOldRevision(File, String) - Method in class hudson.plugins.jobConfigHistory.FileHistoryDao
-
- getOldRevision(String, String) - Method in class hudson.plugins.jobConfigHistory.FileHistoryDao
-
- getOldRevision(AbstractItem, String) - Method in interface hudson.plugins.jobConfigHistory.HistoryDao
-
Returns one old configuration of item.
- getOldRevision(XmlFile, String) - Method in interface hudson.plugins.jobConfigHistory.HistoryDao
-
Returns one old configuration of xmlFile.
- getOldRevision(File, String) - Method in interface hudson.plugins.jobConfigHistory.HistoryDao
-
Returns one old configuration of file.
- getOldRevision(String, String) - Method in interface hudson.plugins.jobConfigHistory.HistoryDao
-
Returns one old configuration of file.
- getOperation() - Method in class hudson.plugins.jobConfigHistory.ConfigInfo
-
Returns the type of the operation.
- getOperation() - Method in class hudson.plugins.jobConfigHistory.HistoryDescr
-
Returns name of the operation.
- getOutputType() - Method in class hudson.plugins.jobConfigHistory.JobConfigHistoryBaseAction
-
Returns how the config file should be formatted in configOutput.jelly: as plain text or xml.
- getProject() - Method in class hudson.plugins.jobConfigHistory.JobConfigHistoryProjectAction
-
Returns the project for which we want to see the config history, the config files or the diff.
- getRecurrencePeriod() - Method in class hudson.plugins.jobConfigHistory.JobConfigHistoryPurger
-
- getRequestParameter(String) - Method in class hudson.plugins.jobConfigHistory.JobConfigHistoryBaseAction
-
Returns the parameter named parameterName from current request.
- getRevisions(XmlFile) - Method in class hudson.plugins.jobConfigHistory.FileHistoryDao
-
- getRevisions(File) - Method in class hudson.plugins.jobConfigHistory.FileHistoryDao
-
- getRevisions(XmlFile) - Method in interface hudson.plugins.jobConfigHistory.HistoryDao
-
Returns a sorted map of all revisions for this xmlFile.
- getRevisions(File) - Method in interface hudson.plugins.jobConfigHistory.HistoryDao
-
Returns a sorted map of all revisions for this configFile.
- getRight() - Method in class hudson.plugins.jobConfigHistory.SideBySideView.Line
-
Returns the right version of a modificated line.
- getSaveItemGroupConfiguration() - Method in class hudson.plugins.jobConfigHistory.JobConfigHistory
-
- getSaveModuleConfiguration() - Method in class hudson.plugins.jobConfigHistory.JobConfigHistory
-
- getShowBuildBadges() - Method in class hudson.plugins.jobConfigHistory.JobConfigHistory
-
- getSingleConfigs(String) - Method in class hudson.plugins.jobConfigHistory.JobConfigHistoryRootAction
-
Returns the configuration history entries for one group of system files
or deleted jobs.
- getSkipDuplicateHistory() - Method in class hudson.plugins.jobConfigHistory.JobConfigHistory
-
- getSystemConfigs() - Method in class hudson.plugins.jobConfigHistory.FileHistoryDao
-
- getSystemConfigs() - Method in class hudson.plugins.jobConfigHistory.JobConfigHistoryRootAction
-
Returns the configuration history entries for all system files in this
Hudson instance.
- getSystemConfigs() - Method in interface hudson.plugins.jobConfigHistory.OverviewHistoryDao
-
Returns a list of all system configuration files with a history.
- getSystemHistory(String) - Method in class hudson.plugins.jobConfigHistory.FileHistoryDao
-
- getSystemHistory(String) - Method in interface hudson.plugins.jobConfigHistory.OverviewHistoryDao
-
Returns a sorted map of all HistoryDescr for a given system configuration.
- getTag() - Method in class hudson.plugins.jobConfigHistory.SideBySideView.Line
-
- getText() - Method in class hudson.plugins.jobConfigHistory.SideBySideView.Line.Item
-
Returns the text of the Item.
- getTimestamp() - Method in class hudson.plugins.jobConfigHistory.HistoryDescr
-
Returns timestamp of the operation.
- getTooltip() - Method in class hudson.plugins.jobConfigHistory.JobConfigBadgeAction
-
Returns tooltip so users know what our nice little icon stands for.
- getUrlName() - Method in class hudson.plugins.jobConfigHistory.JobConfigBadgeAction
-
Non-use interface method.
- getUrlName() - Method in class hudson.plugins.jobConfigHistory.JobConfigHistoryBaseAction
-
- getUrlName() - Method in class hudson.plugins.jobConfigHistory.JobConfigHistoryRootAction
-
- getUser() - Method in class hudson.plugins.jobConfigHistory.ConfigInfo
-
Returns the display name of the user.
- getUser() - Method in class hudson.plugins.jobConfigHistory.HistoryDescr
-
Returns display name of the user doing the operation.
- getUserID() - Method in class hudson.plugins.jobConfigHistory.ConfigInfo
-
Returns the id of the user.
- getUserID() - Method in class hudson.plugins.jobConfigHistory.HistoryDescr
-
Returns id of the user doing the operation.