com.cloudbees.sdk.cli
Annotation Type CLICommand


@Retention(value=RUNTIME)
@Target(value=TYPE)
@Indexed
public @interface CLICommand

Marks a class as a discoverable implementation of ACommand bound to a particular command name.

This is a binding annotation, so additional characteristics about a command needs to be defined as separate annotations instead of additional elements, such as BeesCommand.

Author:
Kohsuke Kawaguchi

Required Element Summary
 String value
          Name of the command.
 

Element Detail

value

public abstract String value
Name of the command.



Copyright © 2011-2013. All Rights Reserved.