com.xebialabs.deployit.plugin.api.udm
Annotation Type ControlTask
@Documented
@Retention(value=RUNTIME)
@Target(value=METHOD)
@Inherited
public @interface ControlTask
A 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 no parameters
- return a List<Step>
description
public abstract java.lang.String description
- Default:
- "no description"