Uses of Class
org.vx68k.bitbucket.api.client.BitbucketClientRepository
-
Packages that use BitbucketClientRepository Package Description org.vx68k.bitbucket.api.client Client implementation for the Bitbucket API. -
-
Uses of BitbucketClientRepository in org.vx68k.bitbucket.api.client
Methods in org.vx68k.bitbucket.api.client that return types with arguments of type BitbucketClientRepository Modifier and Type Method Description static Function<JsonObject,BitbucketClientRepository>
BitbucketClientRepository. creator()
Returns a function to create a repository from a JSON object.static Function<JsonObject,BitbucketClientRepository>
BitbucketClientRepository. creator(BitbucketClient bitbucketClient)
Returns a function to create a repository from a JSON object.
-