Uses of Interface
org.vx68k.bitbucket.api.client.cli.Command
-
Packages that use Command Package Description org.vx68k.bitbucket.api.client.cli CLI command implementation for the Bitbucket API Client Library. -
-
Uses of Command in org.vx68k.bitbucket.api.client.cli
Classes in org.vx68k.bitbucket.api.client.cli that implement Command Modifier and Type Class Description class
AbstractCommand
Abstract super-object for commands.class
CLI
Main class of the CLI.class
CommandGroup
Group of commands.class
LoginCommand
CLIlogin
command.class
LogoutCommand
logout
command.class
TeamCommandGroup
team
command group.class
UserCommandGroup
user
command group.Methods in org.vx68k.bitbucket.api.client.cli with parameters of type Command Modifier and Type Method Description CommandGroup
CommandGroup. add(String name, Command command)
Add a command.
-