Class LoginCommand
- java.lang.Object
-
- org.vx68k.bitbucket.api.client.cli.AbstractCommand
-
- org.vx68k.bitbucket.api.client.cli.LoginCommand
-
- All Implemented Interfaces:
Command
public final class LoginCommand extends AbstractCommand
CLIlogin
command.- Author:
- Kaz Nishimura
-
-
Constructor Summary
Constructors Constructor Description LoginCommand(BitbucketClient bitbucketClient)
Initializes the object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run(String commandName, String[] args)
Runs the command.-
Methods inherited from class org.vx68k.bitbucket.api.client.cli.AbstractCommand
getBitbucketClient
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.vx68k.bitbucket.api.client.cli.Command
getDescription
-
-
-
-
Constructor Detail
-
LoginCommand
public LoginCommand(BitbucketClient bitbucketClient)
Initializes the object.- Parameters:
bitbucketClient
- a Bitbucket API client
-
-