Uses of Class
com.jenkins.testresultsaggregator.data.Aggregated
Packages that use Aggregated
Package
Description
-
Uses of Aggregated in com.jenkins.testresultsaggregator
Methods in com.jenkins.testresultsaggregator that return AggregatedModifier and TypeMethodDescriptionTestResultsAggregatorHelper.getPreviousData
(Run build, List<Data> validatedData) TestResultsAggregatorTestResultBuildAction.getResult()
Methods in com.jenkins.testresultsaggregator with parameters of type AggregatedModifier and TypeMethodDescriptionvoid
TestResultsAggregatorHelper.previousSavedResults
(List<Data> validatedData, Aggregated previousAggregated) Constructors in com.jenkins.testresultsaggregator with parameters of type AggregatedModifierConstructorDescriptionTestResultsAggregatorTestResultBuildAction
(Aggregated aggregatedResults) -
Uses of Aggregated in com.jenkins.testresultsaggregator.actions
Methods in com.jenkins.testresultsaggregator.actions that return AggregatedModifier and TypeMethodDescriptionAnalyzer.analyze
(Aggregated aggregatedSavedData, List<Data> listData, Properties properties, boolean compareWithPrevious) static Aggregated
TestResultHistoryUtil.getPreviousBuildTestResults
(Run<?, ?> owner) static Aggregated
TestResultHistoryUtil.getTestResults
(Run<?, ?> owner) Methods in com.jenkins.testresultsaggregator.actions with parameters of type AggregatedModifier and TypeMethodDescriptionAnalyzer.analyze
(Aggregated aggregatedSavedData, List<Data> listData, Properties properties, boolean compareWithPrevious) void
Reporter.publishResuts
(Aggregated aggregated, Properties properties, List<LocalMessages> columns, File rootDirectory) -
Uses of Aggregated in com.jenkins.testresultsaggregator.data
Methods in com.jenkins.testresultsaggregator.data that return Aggregated -
Uses of Aggregated in com.jenkins.testresultsaggregator.reports
Methods in com.jenkins.testresultsaggregator.reports with parameters of type AggregatedModifier and TypeMethodDescriptionHTMLReporter.createOverview
(Aggregated aggregated, List<LocalMessages> columns, String theme, boolean showGroups) void
XMLReporter.generateXMLReport
(Aggregated aggregated) void