Uses of Class
org.vx68k.bitbucket.api.client.cli.CommandGroup
-
Packages that use CommandGroup Package Description org.vx68k.bitbucket.api.client.cli CLI command implementation for the Bitbucket API Client Library. -
-
Uses of CommandGroup in org.vx68k.bitbucket.api.client.cli
Subclasses of CommandGroup in org.vx68k.bitbucket.api.client.cli Modifier and Type Class Description class
CLI
Main class of the CLI.class
TeamCommandGroup
team
command group.class
UserCommandGroup
user
command group.Methods in org.vx68k.bitbucket.api.client.cli that return CommandGroup Modifier and Type Method Description CommandGroup
CommandGroup. add(String name, Command command)
Add a command.
-