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 CLIlogincommand.- Author:
- Kaz Nishimura
 
- 
- 
Constructor SummaryConstructors Constructor Description LoginCommand(BitbucketClient bitbucketClient)Initializes the object.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrun(String commandName, String[] args)Runs the command.- 
Methods inherited from class org.vx68k.bitbucket.api.client.cli.AbstractCommandgetBitbucketClient
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.vx68k.bitbucket.api.client.cli.CommandgetDescription
 
- 
 
- 
- 
- 
Constructor Detail- 
LoginCommandpublic LoginCommand(BitbucketClient bitbucketClient) Initializes the object.- Parameters:
- bitbucketClient- a Bitbucket API client
 
 
- 
 
-