Uses of Class
com.atlassian.jira.rest.v2.issue.UserBean

Packages that use UserBean
com.atlassian.jira.rest.v2.issue   
 

Uses of UserBean in com.atlassian.jira.rest.v2.issue
 

Methods in com.atlassian.jira.rest.v2.issue that return UserBean
 UserBean UserBeanBuilder.buildFull()
          Returns a new UserBean with all properties set.
 UserBean UserBeanBuilder.buildShort()
          Returns a new UserBean with the name, self, and author properties set.
protected static UserBean WorklogBean.getUserBean(javax.ws.rs.core.UriInfo uriInfo, String username, UserManager userManager)
          Returns a UserBean for the user with the given name.
 

Method parameters in com.atlassian.jira.rest.v2.issue with type arguments of type UserBean
 WatchersBean.Builder WatchersBean.Builder.watchers(List<UserBean> users)
           
 

Constructors in com.atlassian.jira.rest.v2.issue with parameters of type UserBean
AttachmentBean(URI self, String filename, UserBean author, Date created, long filesize, String mimeType, HashMap<String,String> properties, String content, String thumbnail)
           
 

Constructor parameters in com.atlassian.jira.rest.v2.issue with type arguments of type UserBean
WatchersBean(String selfUri, Boolean watching, List<UserBean> userBeans, int count)
          Creates a new SimpleListWrapper backed by the given list and returns at most maxResults items to the client.
 



Copyright © 2002-2011 Atlassian. All Rights Reserved.