Class LogoutCommand

  • All Implemented Interfaces:
    Command

    public final class LogoutCommand
    extends AbstractCommand
    logout command.
    Since:
    5.0
    Author:
    Kaz Nishimura
    • Constructor Detail

      • LogoutCommand

        public LogoutCommand​(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