Uses of Class
org.vx68k.bitbucket.api.client.webapp.UserContext
-
Packages that use UserContext Package Description org.vx68k.bitbucket.api.client.webapp Classes for the Example App. -
-
Uses of UserContext in org.vx68k.bitbucket.api.client.webapp
Methods in org.vx68k.bitbucket.api.client.webapp that return UserContext Modifier and Type Method Description protected UserContext
RepositoryInfo. getUserContext()
Returns the user context given to the constructor.UserContext
TeamInfo. getUserContext()
Returns the user context given to the constructor.UserContext
UserInfo. getUserContext()
Returns the user context given to the constructor.Constructors in org.vx68k.bitbucket.api.client.webapp with parameters of type UserContext Constructor Description OAuthLoginFilter(UserContext context)
Constructs this object.RepositoryInfo(UserContext context)
Constructs this object.TeamInfo(UserContext context)
Constructs this object.UserInfo(UserContext context)
Constructs this object.
-