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