Uses of Interface
org.vx68k.bitbucket.api.BitbucketAccount
-
Packages that use BitbucketAccount Package Description org.vx68k.bitbucket.api Interfaces and common classes for the Bitbucket API.org.vx68k.bitbucket.api.client Client implementation for the Bitbucket API.org.vx68k.bitbucket.api.client.webapp Classes for the Example App.org.vx68k.bitbucket.webhook Webhook implementation for Bitbucket Cloud. -
-
Uses of BitbucketAccount in org.vx68k.bitbucket.api
Subinterfaces of BitbucketAccount in org.vx68k.bitbucket.api Modifier and Type Interface Description interface
BitbucketUser
User on Bitbucket Cloud.Methods in org.vx68k.bitbucket.api that return BitbucketAccount Modifier and Type Method Description BitbucketAccount
BitbucketRepository. getOwner()
Returns the owner of the repository.BitbucketAccount
Bitbucket. getTeam(String name)
Returns an account resource for a team.BitbucketAccount
Bitbucket. getUser(String name)
Returns an account resource for a user. -
Uses of BitbucketAccount in org.vx68k.bitbucket.api.client
Classes in org.vx68k.bitbucket.api.client that implement BitbucketAccount Modifier and Type Class Description class
BitbucketClientAccount
Client implementation ofBitbucketAccount
.class
BitbucketClientUser
Client implementation ofBitbucketUser
.Methods in org.vx68k.bitbucket.api.client that return BitbucketAccount Modifier and Type Method Description BitbucketAccount
BitbucketClientRepository. getOwner()
Returns the owner of the repository.BitbucketAccount
BitbucketClient. getTeam(String name)
Returns an account resource for a team.BitbucketAccount
BitbucketClient. getUser(String name)
Returns an account resource for a user. -
Uses of BitbucketAccount in org.vx68k.bitbucket.api.client.webapp
Methods in org.vx68k.bitbucket.api.client.webapp that return BitbucketAccount Modifier and Type Method Description BitbucketAccount
TeamInfo. getTeam()
Returns the team found by the last lookup.BitbucketAccount
UserInfo. getUser()
Returns the user found by the last lookup. -
Uses of BitbucketAccount in org.vx68k.bitbucket.webhook
Methods in org.vx68k.bitbucket.webhook that return BitbucketAccount Modifier and Type Method Description BitbucketAccount
BitbucketEvent. getActor()
Returns the actor of this event.
-