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