Uses of Interface
org.vx68k.bitbucket.api.BitbucketRepository
- 
Packages that use BitbucketRepository 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 BitbucketRepository in org.vx68k.bitbucket.api
Methods in org.vx68k.bitbucket.api that return BitbucketRepository Modifier and Type Method Description BitbucketRepositoryBitbucket. getRepository(String ownerName, String name)Returns a repository resource for a repository.BitbucketRepositoryBitbucketAccount. getRepository(String name)Returns a repository owned by the account.BitbucketRepositoryBitbucketIssue. getRepository()Returns the repository of the issue.BitbucketRepositoryBitbucketIssueTracker. getRepository()Returns the repository of the issue tracker.Methods in org.vx68k.bitbucket.api that return types with arguments of type BitbucketRepository Modifier and Type Method Description Collection<BitbucketRepository>Bitbucket. repositories(String ownerName)Returns aCollectionview of the repositories of an account.Collection<BitbucketRepository>BitbucketAccount. repositories()Returns aCollectionview of the repositories owned by the account. - 
Uses of BitbucketRepository in org.vx68k.bitbucket.api.client
Classes in org.vx68k.bitbucket.api.client that implement BitbucketRepository Modifier and Type Class Description classBitbucketClientRepositoryClient implementation ofBitbucketRepository.Methods in org.vx68k.bitbucket.api.client that return BitbucketRepository Modifier and Type Method Description BitbucketRepositoryBitbucketClient. getRepository(String ownerName, String name)Returns a repository resource for a repository.BitbucketRepositoryBitbucketClientAccount. getRepository(String name)Returns a repository owned by the account.BitbucketRepositoryBitbucketClientIssue. getRepository()BitbucketRepositoryBitbucketClientRepository. getRepository()Methods in org.vx68k.bitbucket.api.client that return types with arguments of type BitbucketRepository Modifier and Type Method Description Collection<BitbucketRepository>BitbucketClient. repositories(String ownerName)Collection<BitbucketRepository>BitbucketClientAccount. repositories()Returns aCollectionview of the repositories owned by the account. - 
Uses of BitbucketRepository in org.vx68k.bitbucket.api.client.webapp
Methods in org.vx68k.bitbucket.api.client.webapp that return BitbucketRepository Modifier and Type Method Description BitbucketRepositoryRepositoryInfo. getRepository()Returns the repository found by the last lookup. - 
Uses of BitbucketRepository in org.vx68k.bitbucket.webhook
Methods in org.vx68k.bitbucket.webhook that return BitbucketRepository Modifier and Type Method Description BitbucketRepositoryBitbucketEvent. getRepository()Returns the repository of this event. 
 -