Uses of Enum
com.jenkins.testresultsaggregator.helper.LocalMessages
Packages that use LocalMessages
Package
Description
-
Uses of LocalMessages in com.jenkins.testresultsaggregator
Methods in com.jenkins.testresultsaggregator that return types with arguments of type LocalMessagesModifier and TypeMethodDescriptionTestResultsAggregatorHelper.calculateColumns
(String userSelectionColumns) -
Uses of LocalMessages in com.jenkins.testresultsaggregator.actions
Method parameters in com.jenkins.testresultsaggregator.actions with type arguments of type LocalMessagesModifier and TypeMethodDescriptionvoid
Reporter.publishResuts
(Aggregated aggregated, Properties properties, List<LocalMessages> columns, File rootDirectory) -
Uses of LocalMessages in com.jenkins.testresultsaggregator.helper
Methods in com.jenkins.testresultsaggregator.helper that return LocalMessagesModifier and TypeMethodDescriptionstatic LocalMessages
Returns the enum constant of this type with the specified name.static LocalMessages[]
LocalMessages.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of LocalMessages in com.jenkins.testresultsaggregator.reports
Method parameters in com.jenkins.testresultsaggregator.reports with type arguments of type LocalMessagesModifier and TypeMethodDescriptionHTMLReporter.createOverview
(Aggregated aggregated, List<LocalMessages> columns, String theme, boolean showGroups)