com.xebialabs.deployit.cli
Annotation Type CliObject


@Retention(value=RUNTIME)
@Documented
public @interface CliObject

Add this annotation to make an object available on the CLI to add helper methods. Note: You need to have a constructor which takes a single argument, the Proxies instance.


Required Element Summary
 java.lang.String name
           
 

Element Detail

name

public abstract java.lang.String name