Class LoginCommand

  • All Implemented Interfaces:
    Command

    public final class LoginCommand
    extends AbstractCommand
    CLI login command.
    Author:
    Kaz Nishimura
    • Constructor Detail

      • LoginCommand

        public LoginCommand​(BitbucketClient bitbucketClient)
        Initializes the object.
        Parameters:
        bitbucketClient - a Bitbucket API client
    • Method Detail

      • run

        public void run​(String commandName,
                        String[] args)
        Description copied from interface: Command
        Runs the command.
        Parameters:
        commandName - invocation name of the command
        args - command arguments