Package javaposse.jobdsl.dsl
Annotation Interface RequiresPlugins
Container annotation for declaring multiple
RequiresPlugin annotations.- Since:
- 1.51
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionA list ofRequiresPluginannotations to indicate that more than one plugin must be installed to use the features provided by the annotated DSL method.
-
Element Details
-
value
RequiresPlugin[] valueA list ofRequiresPluginannotations to indicate that more than one plugin must be installed to use the features provided by the annotated DSL method.- Returns:
- a list of
RequiresPluginannotations
-