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 BitbucketRepository
Bitbucket. getRepository(String ownerName, String name)
Returns a repository resource for a repository.BitbucketRepository
BitbucketAccount. getRepository(String name)
Returns a repository owned by the account.BitbucketRepository
BitbucketIssue. getRepository()
Returns the repository of the issue.BitbucketRepository
BitbucketIssueTracker. 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 aCollection
view of the repositories of an account.Collection<BitbucketRepository>
BitbucketAccount. repositories()
Returns aCollection
view 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 class
BitbucketClientRepository
Client implementation ofBitbucketRepository
.Methods in org.vx68k.bitbucket.api.client that return BitbucketRepository Modifier and Type Method Description BitbucketRepository
BitbucketClient. getRepository(String ownerName, String name)
Returns a repository resource for a repository.BitbucketRepository
BitbucketClientAccount. getRepository(String name)
Returns a repository owned by the account.BitbucketRepository
BitbucketClientIssue. getRepository()
BitbucketRepository
BitbucketClientRepository. 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 aCollection
view 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 BitbucketRepository
RepositoryInfo. 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 BitbucketRepository
BitbucketEvent. getRepository()
Returns the repository of this event.
-