- get() - Method in class org.jenkinsci.plugins.pipelineConfigHistory.view.GetDiffLines
-
- 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.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.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
-
- getMatchingFiles(String, String) - Method in class org.jenkinsci.plugins.pipelineConfigHistory.view.PipelineConfigHistoryProjectAction
-
Calculate the revision file equality and return a list encapsulating that .
- 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.
- 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
-
- 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.
- 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.