Uses of Class
com.jenkins.testresultsaggregator.data.Job
Packages that use Job
Package
Description
-
Uses of Job in com.jenkins.testresultsaggregator.actions
Methods in com.jenkins.testresultsaggregator.actions with parameters of type JobModifier and TypeMethodDescriptionCollector.getBuildDetails
(Job job, Integer number) Collector.getBuildDetailsMode
(Job job, Integer number, int mode) Collector.getDetails
(Job job) Collector.getLastBuildDetails
(Job job) Constructors in com.jenkins.testresultsaggregator.actions with parameters of type JobModifierConstructorDescriptionReportThread
(Job job, boolean compareWithPreviousRun, boolean ignoreRunningJobs, boolean configChanges, boolean ignoreDisabled) -
Uses of Job in com.jenkins.testresultsaggregator.data
Methods in com.jenkins.testresultsaggregator.data that return types with arguments of type JobMethods in com.jenkins.testresultsaggregator.data with parameters of type JobModifier and TypeMethodDescriptionResults.calculateCCClasses
(Job job) Results.calculateCCConditions
(Job job) Results.calculateCCFiles
(Job job) Results.calculateCCLines
(Job job) Results.calculateCCMethods
(Job job) Results.calculateCCPackages
(Job job) Results.calculateChanges
(Job job) void
Results.calculateFailed
(Job job) void
Results.calculatePass
(Job job) void
Results.calculatePercentage
(Job job) void
Results.calculateSkipped
(Job job) Results.calculateSonar
(Job job) Results.calculateTimestamp
(Job job, String outOfDateResults) void
Results.calculateTotal
(Job job) Method parameters in com.jenkins.testresultsaggregator.data with type arguments of type JobConstructor parameters in com.jenkins.testresultsaggregator.data with type arguments of type Job -
Uses of Job in com.jenkins.testresultsaggregator.helper
Methods in com.jenkins.testresultsaggregator.helper with parameters of type JobModifier and TypeMethodDescriptionvoid
Helper.calculateNewResults
(Job job, boolean ignoreRunningJobs) -
Uses of Job in com.jenkins.testresultsaggregator.reports
Method parameters in com.jenkins.testresultsaggregator.reports with type arguments of type JobModifier and TypeMethodDescriptionHTMLReporter.createIgnoredData
(Set<Job> ignoredDataJobs, String theme)