Annotation Interface AggregatedUninstallModules
Holds aggregated data about
UninstallModules elements.-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionReturns the test annotated withUninstallModules.String[]Returns the list of modules to uninstall.
-
Element Details
-
test
String testReturns the test annotated withUninstallModules. -
uninstallModules
String[] uninstallModulesReturns the list of modules to uninstall.
-