- get(String) - Method in class io.jenkins.plugins.forensics.miner.RepositoryStatistics
-
Returns the statistics for the specified file.
- getAgeInDays() - Method in class io.jenkins.plugins.forensics.miner.FileStatistics
-
Returns the age of this file.
- getBlame(String) - Method in class io.jenkins.plugins.forensics.blame.Blames
-
Returns the blame information for the specified file.
- getCommit(int) - Method in class io.jenkins.plugins.forensics.blame.FileBlame
-
Returns the commit ID for the specified line.
- getEmail(int) - Method in class io.jenkins.plugins.forensics.blame.FileBlame
-
Returns the author email for the specified line.
- getErrorMessages() - Method in class io.jenkins.plugins.forensics.blame.Blames
-
- getErrorMessages() - Method in class io.jenkins.plugins.forensics.miner.RepositoryStatistics
-
- getErrorMessages() - Method in class io.jenkins.plugins.forensics.util.FilteredLog
-
Returns the error messages that have been reported since the creation of this set of issues.
- getFileName() - Method in class io.jenkins.plugins.forensics.blame.FileBlame
-
- getFileName() - Method in class io.jenkins.plugins.forensics.miner.FileStatistics
-
- getFiles() - Method in class io.jenkins.plugins.forensics.blame.Blames
-
Returns all files with blames.
- getFiles() - Method in class io.jenkins.plugins.forensics.blame.FileLocations
-
Returns the absolute file names of all files.
- getFiles() - Method in class io.jenkins.plugins.forensics.miner.RepositoryStatistics
-
Returns the absolute file names of the files that are part of the repository.
- getFileStatistics() - Method in class io.jenkins.plugins.forensics.miner.RepositoryStatistics
-
Returns the statistics for all repository files.
- getInfoMessages() - Method in class io.jenkins.plugins.forensics.blame.Blames
-
- getInfoMessages() - Method in class io.jenkins.plugins.forensics.miner.RepositoryStatistics
-
- getInfoMessages() - Method in class io.jenkins.plugins.forensics.util.FilteredLog
-
Returns the info messages that have been reported since the creation of this set of issues.
- getLastModifiedInDays() - Method in class io.jenkins.plugins.forensics.miner.FileStatistics
-
Returns the last modification time of this file.
- getLines() - Method in class io.jenkins.plugins.forensics.blame.FileBlame
-
- getLines(String) - Method in class io.jenkins.plugins.forensics.blame.FileLocations
-
Returns the added lines for the specified file.
- getName(int) - Method in class io.jenkins.plugins.forensics.blame.FileBlame
-
Returns the author name for the specified line.
- getNumberOfAuthors() - Method in class io.jenkins.plugins.forensics.miner.FileStatistics
-
- getNumberOfCommits() - Method in class io.jenkins.plugins.forensics.miner.FileStatistics
-
- getScm(Run<?, ?>) - Method in class io.jenkins.plugins.forensics.util.ScmResolver
-
Returns the SCM in a given build.