Skip navigation links
A B C D E F G H I L M O P R S T U V _ 

A

accept(File) - Method in class org.jenkinsci.plugins.pipelineConfigHistory.model.PipelineHistoryFileFilter
 
addLine(SideBySideView.Line) - Method in class org.jenkinsci.plugins.pipelineConfigHistory.view.SideBySideView
Adds a line.

B

BADGE_ACTION_ICON_PATH - Static variable in class org.jenkinsci.plugins.pipelineConfigHistory.PipelineConfigHistoryConsts
Path to the build padge icon.
BadgeAction - Class in org.jenkinsci.plugins.pipelineConfigHistory.view
 
BadgeAction(String) - Constructor for class org.jenkinsci.plugins.pipelineConfigHistory.view.BadgeAction
 
BadgeAction_ToolTip() - Static method in class org.jenkinsci.plugins.pipelineConfigHistory.Messages
Key BadgeAction.ToolTip: pipeline config changed since last build.
BUILD_XML_FILENAME - Static variable in class org.jenkinsci.plugins.pipelineConfigHistory.PipelineConfigHistoryConsts
build xml's filename.

C

changeHistoryLocation(WorkflowJob, String, String) - Method in class org.jenkinsci.plugins.pipelineConfigHistory.model.FilePipelineItemHistoryDao
 
changeHistoryLocation(WorkflowJob, String, String) - Method in interface org.jenkinsci.plugins.pipelineConfigHistory.model.PipelineItemHistoryDao
Change the history of this WorkflowJob, if present.
clearDuplicateLines() - Method in class org.jenkinsci.plugins.pipelineConfigHistory.view.SideBySideView
Deletes all dupes in the given lines.
computeXmlDiff(XmlFile, XmlFile) - Static method in class org.jenkinsci.plugins.pipelineConfigHistory.PluginUtils
Compare two xml files, ignore whitespace.
configure(StaplerRequest, JSONObject) - Method in class org.jenkinsci.plugins.pipelineConfigHistory.model.PipelineConfigHistoryGlobalConfiguration
 
createFor(WorkflowJob) - Method in class org.jenkinsci.plugins.pipelineConfigHistory.view.PipelineConfigHistoryActionFactory
 
createHistory(WorkflowJob, int) - Method in class org.jenkinsci.plugins.pipelineConfigHistory.model.FilePipelineItemHistoryDao
 
createHistory(WorkflowJob, int) - Method in interface org.jenkinsci.plugins.pipelineConfigHistory.model.PipelineItemHistoryDao
Creates the history entry of this WorkflowJob.

D

DEFAULT_HISTORY_DIR - Static variable in class org.jenkinsci.plugins.pipelineConfigHistory.PipelineConfigHistoryConsts
Path to the history base.
deleteHistory(WorkflowJob) - Method in class org.jenkinsci.plugins.pipelineConfigHistory.model.FilePipelineItemHistoryDao
 
deleteHistory(WorkflowJob) - Method in interface org.jenkinsci.plugins.pipelineConfigHistory.model.PipelineItemHistoryDao
Deletes the history of this WorkflowJob, if present.
DiffLineGenerator - Class in org.jenkinsci.plugins.pipelineConfigHistory.view
 
DiffLineGenerator(String, String) - Constructor for class org.jenkinsci.plugins.pipelineConfigHistory.view.DiffLineGenerator
 
DirectoryUtils - Class in org.jenkinsci.plugins.pipelineConfigHistory
 
DISPLAY_NAME - Static variable in class org.jenkinsci.plugins.pipelineConfigHistory.PipelineConfigHistoryConsts
This plugin's name.
doCheckMaxDaysToKeepEntries(String) - Method in class org.jenkinsci.plugins.pipelineConfigHistory.model.PipelineConfigHistoryGlobalConfiguration
Validates the user entry for the maximum number of days to keep history items.
doCheckMaxHistoryEntries(String) - Method in class org.jenkinsci.plugins.pipelineConfigHistory.model.PipelineConfigHistoryGlobalConfiguration
Validates the user entry for the maximum number of history items to keep.
doDiffFiles(StaplerRequest, StaplerResponse) - Method in class org.jenkinsci.plugins.pipelineConfigHistory.view.PipelineConfigHistoryProjectAction
Show a diff file overview or all diffs combined in one page, depending on the showDiffsInOneSite-parameter.
doRun() - Method in class org.jenkinsci.plugins.pipelineConfigHistory.PipelineConfigHistoryPurger
 

E

EQUAL - Variable in class org.jenkinsci.plugins.pipelineConfigHistory.view.Match
 
equals(Object) - Method in class org.jenkinsci.plugins.pipelineConfigHistory.model.PipelineHistoryDescription
Compare this object to another object via its getter-available fields.

F

FilePipelineItemHistoryDao - Class in org.jenkinsci.plugins.pipelineConfigHistory.model
A PipelineItemHistoryDao-Implementation for storing the history directly in the file system (where Jenkins is stored).
FilePipelineItemHistoryDao(File) - Constructor for class org.jenkinsci.plugins.pipelineConfigHistory.model.FilePipelineItemHistoryDao
 
FilePipelineItemHistoryDao(File, int) - Constructor for class org.jenkinsci.plugins.pipelineConfigHistory.model.FilePipelineItemHistoryDao
 
fileToString(File) - Static method in class org.jenkinsci.plugins.pipelineConfigHistory.PluginUtils
Get a file's content as String.

G

get() - Static method in class org.jenkinsci.plugins.pipelineConfigHistory.model.PipelineConfigHistoryGlobalConfiguration
 
get() - Method in class org.jenkinsci.plugins.pipelineConfigHistory.view.GetDiffLines
Returns a list of SideBySideView lines.
getAllFilesExceptHistoryXmlFromDirectory(File) - Static method in class org.jenkinsci.plugins.pipelineConfigHistory.DirectoryUtils
Get all files the given directory contains, except the history xml in the root dir.
getAllFilesExceptHistoryXmlFromDirectory(File) - Method in class org.jenkinsci.plugins.pipelineConfigHistory.view.PipelineConfigHistoryProjectAction
Get all files the given directory contains, except the history xml in the root dir.
getBuildNumber() - Method in class org.jenkinsci.plugins.pipelineConfigHistory.model.PipelineHistoryDescription
 
getBuildNumber(String) - Method in class org.jenkinsci.plugins.pipelineConfigHistory.view.PipelineConfigHistoryProjectAction
Get the given revision's associated build's buildNumber.
getBuildXml(File) - Static method in class org.jenkinsci.plugins.pipelineConfigHistory.PluginUtils
Get the build xml file contained in the buildRootDir.
getCssClass() - Method in class org.jenkinsci.plugins.pipelineConfigHistory.view.SideBySideView.Line.Item
Returns the cssClass of the Item.
GetDiffLines - Class in org.jenkinsci.plugins.pipelineConfigHistory.view
Returns side-by-side (i.e. human-readable) diff view lines.
GetDiffLines(List<String>) - Constructor for class org.jenkinsci.plugins.pipelineConfigHistory.view.GetDiffLines
Constructor.
getDisplayName() - Method in class org.jenkinsci.plugins.pipelineConfigHistory.view.BadgeAction
 
getDisplayName() - Method in class org.jenkinsci.plugins.pipelineConfigHistory.view.PipelineConfigHistoryProjectAction
 
getFile1() - Method in class org.jenkinsci.plugins.pipelineConfigHistory.view.Match
 
getFile2() - Method in class org.jenkinsci.plugins.pipelineConfigHistory.view.Match
 
getFileByHashCode(String, String) - Method in class org.jenkinsci.plugins.pipelineConfigHistory.view.PipelineConfigHistoryProjectAction
Return a file from a given config by its hashcode.
getFileContentByHashCode(String, String, boolean) - Method in class org.jenkinsci.plugins.pipelineConfigHistory.view.PipelineConfigHistoryProjectAction
Return a file's content from a given config by its hashcode.
getFileContentByHashCode(String, String) - Method in class org.jenkinsci.plugins.pipelineConfigHistory.view.PipelineConfigHistoryProjectAction
Return a file's content from a given config by its hashcode.
getFileName() - Method in class org.jenkinsci.plugins.pipelineConfigHistory.view.Match
 
getFileNameDisplayable(String, File) - Method in class org.jenkinsci.plugins.pipelineConfigHistory.view.PipelineConfigHistoryProjectAction
 
getFullFileName() - Method in class org.jenkinsci.plugins.pipelineConfigHistory.view.Match
Get the full file name (largest common suffix).
getFullName() - Method in class org.jenkinsci.plugins.pipelineConfigHistory.model.PipelineHistoryDescription
 
getHistoryDao() - Static method in class org.jenkinsci.plugins.pipelineConfigHistory.PluginUtils
Get the history dao which is used to manage the config history storage.
getHistoryRootDirectory(WorkflowJob) - Method in class org.jenkinsci.plugins.pipelineConfigHistory.model.FilePipelineItemHistoryDao
 
getIconFileName() - Method in class org.jenkinsci.plugins.pipelineConfigHistory.view.BadgeAction
 
getIconFileName() - Method in class org.jenkinsci.plugins.pipelineConfigHistory.view.PipelineConfigHistoryProjectAction
 
getInstance() - Static method in class org.jenkinsci.plugins.pipelineConfigHistory.model.PipelineHistoryFileFilter
This is a singleton.
getJenkinsfilePath(WorkflowJob) - Static method in class org.jenkinsci.plugins.pipelineConfigHistory.PluginUtils
Get the path to a workflowJob's current jenkinsfile.
getJenkinsfilePath() - Method in class org.jenkinsci.plugins.pipelineConfigHistory.view.PipelineConfigHistoryProjectAction
 
getJenkinsfilePathFromFlowDefinition(FlowDefinition) - Static method in class org.jenkinsci.plugins.pipelineConfigHistory.PluginUtils
Get the path to a flowDefinition's current jenkinsfile.
getJenkinsRootDir() - Static method in class org.jenkinsci.plugins.pipelineConfigHistory.PluginUtils
Get the current Jenkins root directory.
getKind() - Method in class org.jenkinsci.plugins.pipelineConfigHistory.view.Match
 
getLeft() - Method in class org.jenkinsci.plugins.pipelineConfigHistory.view.SideBySideView.Line
Returns the left version of a modificated line.
getLibDir(File) - Static method in class org.jenkinsci.plugins.pipelineConfigHistory.PluginUtils
Get the library directory for a given root directory (normally a build dir).
getLineNumber() - Method in class org.jenkinsci.plugins.pipelineConfigHistory.view.SideBySideView.Line.Item
Returns the line number of the Item.
getLines() - Method in class org.jenkinsci.plugins.pipelineConfigHistory.view.DiffLineGenerator
Calculate the line-wise diff between the two files and return a @link{SideBySideView} representation.
getLines(File, File) - Method in class org.jenkinsci.plugins.pipelineConfigHistory.view.PipelineConfigHistoryProjectAction
Calculate the line-wise diff of the given files.
getLines(Match) - Method in class org.jenkinsci.plugins.pipelineConfigHistory.view.PipelineConfigHistoryProjectAction
Calculate the line-wise diff of the files contained in the given match.
getLines(String, String) - Method in class org.jenkinsci.plugins.pipelineConfigHistory.view.PipelineConfigHistoryProjectAction
Calculate the line-wise diff of the given files (as \n-containing strings).
getLines() - Method in class org.jenkinsci.plugins.pipelineConfigHistory.view.SideBySideView
Returns the lines of the SideBySideView.
getMatchingFiles(String, String) - Method in class org.jenkinsci.plugins.pipelineConfigHistory.view.PipelineConfigHistoryProjectAction
Calculate the revision file equality and return a list encapsulating that .
getMaxDaysToKeepEntries() - Method in class org.jenkinsci.plugins.pipelineConfigHistory.model.PipelineConfigHistoryGlobalConfiguration
 
getMaxDaysToKeepEntriesOptional() - Method in class org.jenkinsci.plugins.pipelineConfigHistory.model.PipelineConfigHistoryGlobalConfiguration
 
getMaxHistoryEntries() - Method in class org.jenkinsci.plugins.pipelineConfigHistory.model.PipelineConfigHistoryGlobalConfiguration
 
getMaxHistoryEntriesOptional() - Method in class org.jenkinsci.plugins.pipelineConfigHistory.model.PipelineConfigHistoryGlobalConfiguration
 
getMissingRequiredPlugins() - Static method in class org.jenkinsci.plugins.pipelineConfigHistory.PluginUtils
Get the missing required plugins as String.
getMostRecentRevision(WorkflowJob) - Method in class org.jenkinsci.plugins.pipelineConfigHistory.model.FilePipelineItemHistoryDao
 
getMostRecentRevision(WorkflowJob) - Method in interface org.jenkinsci.plugins.pipelineConfigHistory.model.PipelineItemHistoryDao
 
getOriginalBuildNumberFromReplay(PipelineHistoryDescription) - Method in class org.jenkinsci.plugins.pipelineConfigHistory.model.FilePipelineItemHistoryDao
 
getOriginalBuildNumberFromReplay(PipelineHistoryDescription) - Method in interface org.jenkinsci.plugins.pipelineConfigHistory.model.PipelineItemHistoryDao
 
getOriginalNumberFromBuildXml(File) - Static method in class org.jenkinsci.plugins.pipelineConfigHistory.PluginUtils
Get the original number for builds which are replays from other builds.
getOriginalNumberFromReplayBuild(String) - Method in class org.jenkinsci.plugins.pipelineConfigHistory.view.PipelineConfigHistoryProjectAction
Get the original build number this revision's associated build is a replay from.
getPipelineHistoryDescription(String) - Method in class org.jenkinsci.plugins.pipelineConfigHistory.view.PipelineConfigHistoryProjectAction
Get the PipelineHistoryDescription describing the config this timestamp represents.
getPipelineHistoryDescriptions() - Method in class org.jenkinsci.plugins.pipelineConfigHistory.view.PipelineConfigHistoryProjectAction
Get a list of all PipelineHistoryDescriptions.
getProject() - Method in class org.jenkinsci.plugins.pipelineConfigHistory.view.PipelineConfigHistoryProjectAction
Get the current pipeline project.
getRecurrencePeriod() - Method in class org.jenkinsci.plugins.pipelineConfigHistory.PipelineConfigHistoryPurger
 
getRevision(WorkflowJob, String) - Method in class org.jenkinsci.plugins.pipelineConfigHistory.model.FilePipelineItemHistoryDao
 
getRevision(PipelineHistoryDescription) - Method in class org.jenkinsci.plugins.pipelineConfigHistory.model.FilePipelineItemHistoryDao
 
getRevision(WorkflowJob, String) - Method in interface org.jenkinsci.plugins.pipelineConfigHistory.model.PipelineItemHistoryDao
Returns an old revision.
getRevision(PipelineHistoryDescription) - Method in interface org.jenkinsci.plugins.pipelineConfigHistory.model.PipelineItemHistoryDao
 
getRevision(String) - Method in class org.jenkinsci.plugins.pipelineConfigHistory.view.PipelineConfigHistoryProjectAction
Get the wanted pipeline revision of the current project.
getRevisions(WorkflowJob) - Method in class org.jenkinsci.plugins.pipelineConfigHistory.model.FilePipelineItemHistoryDao
 
getRevisions(WorkflowJob) - Method in interface org.jenkinsci.plugins.pipelineConfigHistory.model.PipelineItemHistoryDao
For a given Pipeline Job, return all revisions.
getRight() - Method in class org.jenkinsci.plugins.pipelineConfigHistory.view.SideBySideView.Line
Returns the right version of a modificated line.
getRootDirectory() - Method in class org.jenkinsci.plugins.pipelineConfigHistory.model.FilePipelineItemHistoryDao
 
getRootScriptName() - Method in class org.jenkinsci.plugins.pipelineConfigHistory.model.PipelineHistoryDescription
 
getRootScriptSimpleName() - Method in class org.jenkinsci.plugins.pipelineConfigHistory.model.PipelineHistoryDescription
Get the root script filename
getScriptFromXmlFile(File, boolean) - Method in class org.jenkinsci.plugins.pipelineConfigHistory.view.PipelineConfigHistoryProjectAction
Return the content of the script-Tag in the given xml file.
getScriptFromXmlFile(String, String, boolean) - Method in class org.jenkinsci.plugins.pipelineConfigHistory.view.PipelineConfigHistoryProjectAction
Return the content of the script-Tag in the given xml file.
getTag() - Method in class org.jenkinsci.plugins.pipelineConfigHistory.view.SideBySideView.Line
 
getText() - Method in class org.jenkinsci.plugins.pipelineConfigHistory.view.SideBySideView.Line.Item
Returns the text of the Item.
getTimestamp() - Method in class org.jenkinsci.plugins.pipelineConfigHistory.model.PipelineHistoryDescription
 
getTimestampWellFormatted(String) - Method in class org.jenkinsci.plugins.pipelineConfigHistory.view.PipelineConfigHistoryProjectAction
Get your timestamp well formatted.
getTooltip() - Method in class org.jenkinsci.plugins.pipelineConfigHistory.view.BadgeAction
 
getUrlName() - Method in class org.jenkinsci.plugins.pipelineConfigHistory.view.BadgeAction
 
getUrlName() - Method in class org.jenkinsci.plugins.pipelineConfigHistory.view.PipelineConfigHistoryProjectAction
 
getWorkflowJob() - Method in class org.jenkinsci.plugins.pipelineConfigHistory.model.PipelineHistoryDescription
 
getWorkflowJob(String) - Static method in class org.jenkinsci.plugins.pipelineConfigHistory.PluginUtils
get the workflowJob associated with the given fullName.

H

hasFile1() - Method in class org.jenkinsci.plugins.pipelineConfigHistory.view.Match
 
hasFile2() - Method in class org.jenkinsci.plugins.pipelineConfigHistory.view.Match
 
hashCode() - Method in class org.jenkinsci.plugins.pipelineConfigHistory.model.PipelineHistoryDescription
 
hasText() - Method in class org.jenkinsci.plugins.pipelineConfigHistory.view.SideBySideView.Line.Item
 
HISTORY_XML_FILENAME - Static variable in class org.jenkinsci.plugins.pipelineConfigHistory.PipelineConfigHistoryConsts
single configuration history xml's filename.

I

ICON_PATH - Static variable in class org.jenkinsci.plugins.pipelineConfigHistory.PipelineConfigHistoryConsts
Path to the config history icon.
ID_FORMATTER - Static variable in class org.jenkinsci.plugins.pipelineConfigHistory.PipelineConfigHistoryConsts
Format for timestamped dirs.
isAnyMatchUnequal(String, String) - Method in class org.jenkinsci.plugins.pipelineConfigHistory.view.PipelineConfigHistoryProjectAction
Determine whether the given revisions are unequal.
isBuiltfromReplay(PipelineHistoryDescription) - Method in class org.jenkinsci.plugins.pipelineConfigHistory.model.FilePipelineItemHistoryDao
 
isBuiltfromReplay(PipelineHistoryDescription) - Method in interface org.jenkinsci.plugins.pipelineConfigHistory.model.PipelineItemHistoryDao
 
isBuiltfromReplay(String) - Method in class org.jenkinsci.plugins.pipelineConfigHistory.view.PipelineConfigHistoryProjectAction
Determine whether the given revision's associated build is a replay from anoter build.
isEmpty() - Method in class org.jenkinsci.plugins.pipelineConfigHistory.view.SideBySideView.Line
 
isEqual(Path, Path, boolean) - Static method in class org.jenkinsci.plugins.pipelineConfigHistory.DirectoryUtils
checks if the directory file lists are equal.
isHistoryPresent(WorkflowJob) - Method in class org.jenkinsci.plugins.pipelineConfigHistory.model.FilePipelineItemHistoryDao
 
isHistoryPresent(WorkflowJob) - Method in interface org.jenkinsci.plugins.pipelineConfigHistory.model.PipelineItemHistoryDao
Determines whether there are history entries present or not.
isSkipping() - Method in class org.jenkinsci.plugins.pipelineConfigHistory.view.SideBySideView.Line
Should we skip this line.
Item() - Constructor for class org.jenkinsci.plugins.pipelineConfigHistory.view.SideBySideView.Line.Item
 

L

Line() - Constructor for class org.jenkinsci.plugins.pipelineConfigHistory.view.SideBySideView.Line
 

M

Match - Class in org.jenkinsci.plugins.pipelineConfigHistory.view
 
Match(File, File, Match.Kind) - Constructor for class org.jenkinsci.plugins.pipelineConfigHistory.view.Match
Get a new file match.
Match.Kind - Enum in org.jenkinsci.plugins.pipelineConfigHistory.view
 
Messages - Class in org.jenkinsci.plugins.pipelineConfigHistory
Generated localization support class.
Messages() - Constructor for class org.jenkinsci.plugins.pipelineConfigHistory.Messages
 

O

onAttached(Run<?, ?>) - Method in class org.jenkinsci.plugins.pipelineConfigHistory.view.BadgeAction
 
onCompleted(FlowExecution) - Method in class org.jenkinsci.plugins.pipelineConfigHistory.model.PipelineConfigHistoryFlowExecutionListener
 
onCreated(Item) - Method in class org.jenkinsci.plugins.pipelineConfigHistory.model.PipelineConfigHistoryItemListener
 
onDeleted(Item) - Method in class org.jenkinsci.plugins.pipelineConfigHistory.model.PipelineConfigHistoryItemListener
 
onLoad(Run<?, ?>) - Method in class org.jenkinsci.plugins.pipelineConfigHistory.view.BadgeAction
 
onLocationChanged(Item, String, String) - Method in class org.jenkinsci.plugins.pipelineConfigHistory.model.PipelineConfigHistoryItemListener
 
org.jenkinsci.plugins.pipelineConfigHistory - package org.jenkinsci.plugins.pipelineConfigHistory
 
org.jenkinsci.plugins.pipelineConfigHistory.model - package org.jenkinsci.plugins.pipelineConfigHistory.model
 
org.jenkinsci.plugins.pipelineConfigHistory.view - package org.jenkinsci.plugins.pipelineConfigHistory.view
 

P

parsedDate(String) - Static method in class org.jenkinsci.plugins.pipelineConfigHistory.PluginUtils
Returns a Date.
PipelineConfigHistoryActionFactory - Class in org.jenkinsci.plugins.pipelineConfigHistory.view
 
PipelineConfigHistoryActionFactory() - Constructor for class org.jenkinsci.plugins.pipelineConfigHistory.view.PipelineConfigHistoryActionFactory
 
PipelineConfigHistoryConsts - Class in org.jenkinsci.plugins.pipelineConfigHistory
Holder for constants.
PipelineConfigHistoryFlowExecutionListener - Class in org.jenkinsci.plugins.pipelineConfigHistory.model
This only listens to builds (FlowExecution).
PipelineConfigHistoryFlowExecutionListener() - Constructor for class org.jenkinsci.plugins.pipelineConfigHistory.model.PipelineConfigHistoryFlowExecutionListener
 
PipelineConfigHistoryGlobalConfiguration - Class in org.jenkinsci.plugins.pipelineConfigHistory.model
 
PipelineConfigHistoryGlobalConfiguration() - Constructor for class org.jenkinsci.plugins.pipelineConfigHistory.model.PipelineConfigHistoryGlobalConfiguration
 
PipelineConfigHistoryItemListener - Class in org.jenkinsci.plugins.pipelineConfigHistory.model
Saves the pipeline config if the pipeline is created, removed, moved or renamed.
PipelineConfigHistoryItemListener() - Constructor for class org.jenkinsci.plugins.pipelineConfigHistory.model.PipelineConfigHistoryItemListener
 
PipelineConfigHistoryProjectAction - Class in org.jenkinsci.plugins.pipelineConfigHistory.view
 
PipelineConfigHistoryProjectAction(WorkflowJob) - Constructor for class org.jenkinsci.plugins.pipelineConfigHistory.view.PipelineConfigHistoryProjectAction
 
PipelineConfigHistoryPurger - Class in org.jenkinsci.plugins.pipelineConfigHistory
 
PipelineConfigHistoryPurger() - Constructor for class org.jenkinsci.plugins.pipelineConfigHistory.PipelineConfigHistoryPurger
 
PipelineHistoryDescription - Class in org.jenkinsci.plugins.pipelineConfigHistory.model
 
PipelineHistoryDescription(String, String, String, int) - Constructor for class org.jenkinsci.plugins.pipelineConfigHistory.model.PipelineHistoryDescription
Get a PipelineHistoryDescription encapsulating the given information.
PipelineHistoryFileFilter - Class in org.jenkinsci.plugins.pipelineConfigHistory.model
A filter to return only those directories of a file listing that represent pipeline configuration history directories.
PipelineItemHistoryDao - Interface in org.jenkinsci.plugins.pipelineConfigHistory.model
Config file I/O.
PLUGIN_BASE_PATH - Static variable in class org.jenkinsci.plugins.pipelineConfigHistory.PipelineConfigHistoryConsts
Path to the pipeline-config-history base.
PluginUtils - Class in org.jenkinsci.plugins.pipelineConfigHistory
 
purgeEntriesByAge(int, WorkflowJob) - Method in class org.jenkinsci.plugins.pipelineConfigHistory.model.FilePipelineItemHistoryDao
 
purgeEntriesByAge(int, WorkflowJob) - Method in interface org.jenkinsci.plugins.pipelineConfigHistory.model.PipelineItemHistoryDao
 

R

requiredPluginsInstalled() - Static method in class org.jenkinsci.plugins.pipelineConfigHistory.PluginUtils
Test if the required plugins are installed.

S

scriptInXmlFileIsEqual(XmlFile, XmlFile) - Static method in class org.jenkinsci.plugins.pipelineConfigHistory.PluginUtils
Test if the scripts contained in the two files are equal.
setCssClass(String) - Method in class org.jenkinsci.plugins.pipelineConfigHistory.view.SideBySideView.Line.Item
Sets cssClass.
setLineNumber(Integer) - Method in class org.jenkinsci.plugins.pipelineConfigHistory.view.SideBySideView.Line.Item
 
setSkipping(boolean) - Method in class org.jenkinsci.plugins.pipelineConfigHistory.view.SideBySideView.Line
Sets skipping.
setTag(DiffRow.Tag) - Method in class org.jenkinsci.plugins.pipelineConfigHistory.view.SideBySideView.Line
 
setText(String) - Method in class org.jenkinsci.plugins.pipelineConfigHistory.view.SideBySideView.Line.Item
 
SideBySideView - Class in org.jenkinsci.plugins.pipelineConfigHistory.view
Holds information for the SideBySideView.
SideBySideView() - Constructor for class org.jenkinsci.plugins.pipelineConfigHistory.view.SideBySideView
 
SideBySideView.Line - Class in org.jenkinsci.plugins.pipelineConfigHistory.view
Holds information about a single line, which consists of the left and right information of the diff.
SideBySideView.Line.Item - Class in org.jenkinsci.plugins.pipelineConfigHistory.view
Simple representation of a diff element.
SINGLE_1 - Variable in class org.jenkinsci.plugins.pipelineConfigHistory.view.Match
 
SINGLE_2 - Variable in class org.jenkinsci.plugins.pipelineConfigHistory.view.Match
 

T

type() - Method in class org.jenkinsci.plugins.pipelineConfigHistory.view.PipelineConfigHistoryActionFactory
 

U

UNEQUAL - Variable in class org.jenkinsci.plugins.pipelineConfigHistory.view.Match
 
updateHistory(WorkflowJob, int) - Method in class org.jenkinsci.plugins.pipelineConfigHistory.model.FilePipelineItemHistoryDao
 
updateHistory(WorkflowJob, int) - Method in interface org.jenkinsci.plugins.pipelineConfigHistory.model.PipelineItemHistoryDao
Updates the history entry of this WorkflowJob.

V

valueOf(String) - Static method in enum org.jenkinsci.plugins.pipelineConfigHistory.view.Match.Kind
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jenkinsci.plugins.pipelineConfigHistory.view.Match.Kind
Returns an array containing the constants of this enum type, in the order they are declared.

_

_BadgeAction_ToolTip() - Static method in class org.jenkinsci.plugins.pipelineConfigHistory.Messages
Key BadgeAction.ToolTip: pipeline config changed since last build.
A B C D E F G H I L M O P R S T U V _ 
Skip navigation links

Copyright © 2016–2019. All rights reserved.