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 classAbstractCommandAbstract super-object for commands.classCLIMain class of the CLI.classCommandGroupGroup of commands.classLoginCommandCLIlogincommand.classLogoutCommandlogoutcommand.classTeamCommandGroupteamcommand group.classUserCommandGroupusercommand group.Methods in org.vx68k.bitbucket.api.client.cli with parameters of type Command Modifier and Type Method Description CommandGroupCommandGroup. add(String name, Command command)Add a command.
-