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 either no parameters or a Map. - return a List<Step>


Optional Element Summary
 java.lang.String description
           
 java.lang.String label
           
 

label

public abstract java.lang.String label
Default:
""

description

public abstract java.lang.String description
Default:
"no description"