- 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_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.
- deleteNode(Node) - Method in class hudson.plugins.jobConfigHistory.FileHistoryDao
-
- deleteNode(Node) - Method in interface hudson.plugins.jobConfigHistory.NodeListenerHistoryDao
-
Deletes the history of an node.
- 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.
- doCheckMaxEntriesPerPage(String) - Method in class hudson.plugins.jobConfigHistory.JobConfigHistory
-
Validates the user entry for the maximum number of history items to show per site.
- 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.JobConfigHistoryBaseAction
-
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.
- doDiffFilesPrevNext(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.jobConfigHistory.JobConfigHistoryBaseAction
-
Action when 'Prev' or 'Next' button in showDiffFiles.jelly is pressed.
- doForwardToRestoreQuestion(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.jobConfigHistory.ComputerConfigHistoryAction
-
Action when 'restore' button in showDiffFiles.jelly is pressed.
- 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.ComputerConfigHistoryAction
-
Action when 'restore' button is pressed: Replace current config file by older version.
- 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.ComputerConfigHistoryAction
-
- 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
-
- getApi() - Method in class hudson.plugins.jobConfigHistory.ComputerConfigHistoryAction
-
- getApi() - Method in class hudson.plugins.jobConfigHistory.JobConfigHistoryProjectAction
-
- getApi() - 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.
- getDeletedNodes(String) - Method in class hudson.plugins.jobConfigHistory.FileHistoryDao
-
- getDeletedNodes(String) - Method in interface hudson.plugins.jobConfigHistory.OverviewHistoryDao
-
Returns a list of deleted nodes 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.ComputerConfigHistoryAction
-
- 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.ComputerConfigHistoryAction
-
Returns JobConfigHistoryBaseAction#getConfigXml(String) as
String.
- 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.ComputerConfigHistoryAction
-
- 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.
- getJobConfigsREST() - Method in class hudson.plugins.jobConfigHistory.JobConfigHistoryProjectAction
-
Returns the configuration history entries for one AbstractItem for the REST API.
- 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.ComputerConfigHistoryAction
-
Takes the two timestamp request parameters and returns the diff between the corresponding
config files of this slave as a list of single lines.
- 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
-
- getMaxEntriesPerPage() - Method in class hudson.plugins.jobConfigHistory.JobConfigHistory
-
- getMaxHistoryEntries() - Method in class hudson.plugins.jobConfigHistory.JobConfigHistory
-
- getNextTimestamp(int) - Method in class hudson.plugins.jobConfigHistory.ComputerConfigHistoryAction
-
Used in the Difference jelly only.
- getNextTimestamp(int) - Method in class hudson.plugins.jobConfigHistory.JobConfigHistoryProjectAction
-
Used in the Difference jelly only.
- getNodeHistory(String) - Method in class hudson.plugins.jobConfigHistory.FileHistoryDao
-
- getNodeHistory(String) - Method in interface hudson.plugins.jobConfigHistory.OverviewHistoryDao
-
Returns a sorted map of all HistoryDescr for a given node.
- getNodes(String) - Method in class hudson.plugins.jobConfigHistory.FileHistoryDao
-
- getNodes(String) - Method in interface hudson.plugins.jobConfigHistory.OverviewHistoryDao
-
Returns a list of nodes with a history.
- 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(Node, 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(Node, String) - Method in interface hudson.plugins.jobConfigHistory.HistoryDao
-
Returns one old configuration of node.
- 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(int) - Method in class hudson.plugins.jobConfigHistory.ComputerConfigHistoryAction
-
Used in the Difference jelly only.
- 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.
- getOperation(int) - Method in class hudson.plugins.jobConfigHistory.JobConfigHistoryProjectAction
-
Used in the Difference jelly only.
- getOperation() - Method in class hudson.plugins.jobConfigHistory.LazyHistoryDescr
-
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.
- getPrevTimestamp(int) - Method in class hudson.plugins.jobConfigHistory.ComputerConfigHistoryAction
-
Used in the Difference jelly only.
- getPrevTimestamp(int) - Method in class hudson.plugins.jobConfigHistory.JobConfigHistoryProjectAction
-
Used in the Difference jelly only.
- 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(Node) - 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.
- getRevisions(Node) - Method in interface hudson.plugins.jobConfigHistory.HistoryDao
-
Returns a sorted map of all revisions for this node.
- 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
-
Deprecated.
since version 2.9
- 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
-
- getSlave() - Method in class hudson.plugins.jobConfigHistory.ComputerConfigHistoryAction
-
Returns the slave.
- getSlaveConfigs() - Method in class hudson.plugins.jobConfigHistory.ComputerConfigHistoryAction
-
Returns the configuration history entries for one Slave.
- getSlaveConfigsREST() - Method in class hudson.plugins.jobConfigHistory.ComputerConfigHistoryAction
-
Returns the configuration history entries for one Slave for the REST API.
- getSystemConfigs() - Method in class hudson.plugins.jobConfigHistory.FileHistoryDao
-
- 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(int) - Method in class hudson.plugins.jobConfigHistory.ComputerConfigHistoryAction
-
Used in the Difference jelly only.
- getTimestamp() - Method in class hudson.plugins.jobConfigHistory.HistoryDescr
-
Returns timestamp of the operation.
- getTimestamp(int) - Method in class hudson.plugins.jobConfigHistory.JobConfigHistoryProjectAction
-
Used in the Difference jelly only.
- getTimestamp() - Method in class hudson.plugins.jobConfigHistory.LazyHistoryDescr
-
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.ComputerConfigHistoryAction
-
- 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(int) - Method in class hudson.plugins.jobConfigHistory.ComputerConfigHistoryAction
-
Used in the Difference jelly only.
- 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.
- getUser(int) - Method in class hudson.plugins.jobConfigHistory.JobConfigHistoryProjectAction
-
Used in the Difference jelly only.
- getUser() - Method in class hudson.plugins.jobConfigHistory.LazyHistoryDescr
-
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.
- getUserID() - Method in class hudson.plugins.jobConfigHistory.LazyHistoryDescr
-
Returns id of the user doing the operation.