Package hudson.cli.declarative

Code for supporting declarative CLI commands, which are annotated methods on model objects.

See:
          Description

Class Summary
CLIRegisterer Discover CLIMethods and register them as CLICommand implementations.
 

Annotation Types Summary
CLIMethod Annotates methods on model objects to expose them as CLI commands.
CLIResolver Annotates a resolver method that binds a portion of the command line arguments and parameters to an instance whose CLIMethod is invoked for the final processing.
OptionHandlerExtension OptionHandlers that should be auto-discovered.
 

Package hudson.cli.declarative Description

Code for supporting declarative CLI commands, which are annotated methods on model objects.



Copyright © 2004-2013. All Rights Reserved.