Annotation Type ControlTask
-
@Documented @Retention(RUNTIME) @Target(METHOD) @Inherited public @interface ControlTaskA control task is a method that can be invoked on a ConfigurationItem, to perform some action. For instance, that starting or stopping of a Container.A @ControlTask method should adhere to the following rules:
- take either no parameters or a
.Map<String, String> - return a
List<Step>
- take either no parameters or a
-
-
Field Summary
Fields Modifier and Type Fields Description static java.lang.StringDEFAULT_DELEGATE
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.Stringdelegatejava.lang.Stringdescriptionjava.lang.Stringlabeljava.lang.StringparameterType
-