Uses of Interface
org.vx68k.bitbucket.api.BitbucketUser
-
Packages that use BitbucketUser 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. -
-
Uses of BitbucketUser in org.vx68k.bitbucket.api
Methods in org.vx68k.bitbucket.api that return BitbucketUser Modifier and Type Method Description BitbucketUser
BitbucketIssue. getAssignee()
Returns the assignee of the issue.BitbucketUser
BitbucketIssue. getReporter()
Returns the reporter of the issue.BitbucketUser
BitbucketIssue.Comment. getUser()
Returns the user who made the comment. -
Uses of BitbucketUser in org.vx68k.bitbucket.api.client
Classes in org.vx68k.bitbucket.api.client that implement BitbucketUser Modifier and Type Class Description class
BitbucketClientUser
Client implementation ofBitbucketUser
.Methods in org.vx68k.bitbucket.api.client that return BitbucketUser Modifier and Type Method Description BitbucketUser
BitbucketClientIssue. getAssignee()
BitbucketUser
BitbucketClientIssue. getReporter()
-
Uses of BitbucketUser in org.vx68k.bitbucket.api.client.webapp
Methods in org.vx68k.bitbucket.api.client.webapp that return BitbucketUser Modifier and Type Method Description BitbucketUser
UserContext. getLoggedInUser()
Returns the logged-in user.
-