Uses of Class
com.atlassian.gadgets.GadgetRequestContext.User
Packages that use GadgetRequestContext.User
Package
Description
This package contains the main APIs for interacting with gadgets.
-
Uses of GadgetRequestContext.User in com.atlassian.gadgets
Methods in com.atlassian.gadgets that return types with arguments of type GadgetRequestContext.UserModifier and TypeMethodDescriptionio.atlassian.fugue.Option<GadgetRequestContext.User>GadgetRequestContext.getUser()Returns the current user or none if user is anonymous.Methods in com.atlassian.gadgets with parameters of type GadgetRequestContext.UserModifier and TypeMethodDescriptionGadgetRequestContext.Builder.user(GadgetRequestContext.User user) Sets the current user.