Package hudson.cli.declarative


package hudson.cli.declarative
Code for supporting declarative CLI commands, which are annotated methods on model objects.
  • Class
    Description
    Annotates methods on model objects to expose them as CLI commands.
    Discover CLIMethods and register them as CLICommand implementations.
    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.
    OptionHandlers that should be auto-discovered.