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 interfaceBitbucketUserUser on Bitbucket Cloud.Methods in org.vx68k.bitbucket.api that return BitbucketAccount Modifier and Type Method Description BitbucketAccountBitbucketRepository. getOwner()Returns the owner of the repository.BitbucketAccountBitbucket. getTeam(String name)Returns an account resource for a team.BitbucketAccountBitbucket. 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 classBitbucketClientAccountClient implementation ofBitbucketAccount.classBitbucketClientUserClient implementation ofBitbucketUser.Methods in org.vx68k.bitbucket.api.client that return BitbucketAccount Modifier and Type Method Description BitbucketAccountBitbucketClientRepository. getOwner()Returns the owner of the repository.BitbucketAccountBitbucketClient. getTeam(String name)Returns an account resource for a team.BitbucketAccountBitbucketClient. 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 BitbucketAccountTeamInfo. getTeam()Returns the team found by the last lookup.BitbucketAccountUserInfo. 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 BitbucketAccountBitbucketEvent. getActor()Returns the actor of this event.
-