Class UserCommandGroup
- java.lang.Object
-
- org.vx68k.bitbucket.api.client.cli.AbstractCommand
-
- org.vx68k.bitbucket.api.client.cli.CommandGroup
-
- org.vx68k.bitbucket.api.client.cli.UserCommandGroup
-
- All Implemented Interfaces:
Command
public class UserCommandGroup extends CommandGroup
user
command group.- Author:
- Kaz Nishimura
-
-
Constructor Summary
Constructors Constructor Description UserCommandGroup(BitbucketClient bitbucketClient)
Constructs this object.
-
Method Summary
-
Methods inherited from class org.vx68k.bitbucket.api.client.cli.CommandGroup
add, run
-
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
-
UserCommandGroup
public UserCommandGroup(BitbucketClient bitbucketClient)
Constructs this object.- Parameters:
bitbucketClient
- value for the Bitbucket API client
-
-