Annotation Type AddonAction
-
@Retention(RUNTIME) @Target(TYPE) @Inherited public @interface AddonActionAdds information to a TestProject action regarding what platforms it can run on and how it is displayed.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.StringdescriptionThe full description of the action.java.lang.StringnameAlternative action name.java.lang.StringsummaryShort summary explaining what the action does.
-
-
-
Element Detail
-
platforms
Platform[] platforms
List of platforms this action supports.- Returns:
- List of platforms.
-
-