Package com.xebialabs.deployit.cli
Annotation Type CliObject
-
@Retention(RUNTIME) @Documented public @interface CliObjectAdd 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
Required Elements Modifier and Type Required Element Description java.lang.Stringname
-