Uses of Interface
org.vx68k.bitbucket.api.BitbucketIssue
-
Packages that use BitbucketIssue 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. -
-
Uses of BitbucketIssue in org.vx68k.bitbucket.api
Methods in org.vx68k.bitbucket.api that return BitbucketIssue Modifier and Type Method Description BitbucketIssueBitbucketIssue.Comment. getIssue()Returns the issue to which the comment belongs.BitbucketIssueBitbucketIssueTracker. getIssue(int id)Returns the issue specified by an identifier.Methods in org.vx68k.bitbucket.api that return types with arguments of type BitbucketIssue Modifier and Type Method Description Collection<BitbucketIssue>BitbucketIssueTracker. issues()Returns a collection view of the issues.Collection<BitbucketIssue>BitbucketIssueTracker. issues(String filter)Returns a collection view of the issues that match a filter expression. -
Uses of BitbucketIssue in org.vx68k.bitbucket.api.client
Classes in org.vx68k.bitbucket.api.client that implement BitbucketIssue Modifier and Type Class Description classBitbucketClientIssueClient implementation ofBitbucketIssue.Methods in org.vx68k.bitbucket.api.client that return BitbucketIssue Modifier and Type Method Description BitbucketIssueBitbucketClientRepository. getIssue(int id)Returns the issue specified by an identifier.Methods in org.vx68k.bitbucket.api.client that return types with arguments of type BitbucketIssue Modifier and Type Method Description Collection<BitbucketIssue>BitbucketClientRepository. issues()Returns a collection view of the issues.Collection<BitbucketIssue>BitbucketClientRepository. issues(String filter)
-