Uses of Class
com.jenkins.testresultsaggregator.data.Aggregated
Package
Description
-
Uses of Aggregated in com.jenkins.testresultsaggregator
Modifier and TypeMethodDescriptionTestResultsAggregatorHelper.getPreviousData
(Run build, List<Data> validatedData) TestResultsAggregatorTestResultBuildAction.getResult()
Modifier and TypeMethodDescriptionvoid
TestResultsAggregatorHelper.previousSavedResults
(List<Data> validatedData, Aggregated previousAggregated) ModifierConstructorDescriptionTestResultsAggregatorTestResultBuildAction
(Aggregated aggregatedResults) -
Uses of Aggregated in com.jenkins.testresultsaggregator.actions
Modifier and TypeMethodDescriptionAnalyzer.analyze
(Aggregated aggregatedSavedData, List<Data> listData, Properties properties, boolean compareWithPrevious) static Aggregated
TestResultHistoryUtil.getPreviousBuildTestResults
(Run<?, ?> owner) static Aggregated
TestResultHistoryUtil.getTestResults
(Run<?, ?> owner) Modifier 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
-
Uses of Aggregated in com.jenkins.testresultsaggregator.reports
Modifier and TypeMethodDescriptionHTMLReporter.createOverview
(Aggregated aggregated, List<LocalMessages> columns, String theme, boolean showGroups) void
XMLReporter.generateXMLReport
(Aggregated aggregated) void