Uses of Class
org.kohsuke.jnt.JNUser

Packages that use JNUser
org.kohsuke.jnt The library that exposes programatic manipulation of java.net. 
org.kohsuke.jnt.tools   
 

Uses of JNUser in org.kohsuke.jnt
 

Subclasses of JNUser in org.kohsuke.jnt
 class JNMyself
          The current logged-in user in java.net.
 

Methods in org.kohsuke.jnt that return JNUser
abstract  JNUser JNIssue.Item.getAuthor()
          Gets the user who created this item.
 JNUser JNIssue.Description.getAuthor()
          Gets the user who added this comment.
abstract  JNUser JNIssue.Activity.getAuthor()
          Gets the user who performed this activity.
 JNUser JNIssue.UpdateActivity.getAuthor()
           
 JNUser JNIssue.CreationActivity.getAuthor()
           
 JNUser JNFile.getModifiedBy()
          The person who modified this file.
 JNUser JNIssue.getReporter()
          Gets the reporter of this issue.
 JNUser JavaNet.getUser(String userName)
          Obtains a JNUser object from an user name.
 

Methods in org.kohsuke.jnt that return types with arguments of type JNUser
 Set<JNUser> JNMembership.getMembers()
          Gets all the members of this project as a Set of JNUsers.
 Set<JNUser> JNProject.getOwners()
          Returns a set of JNUsers that represent project owners.
 Set<JNUser> JNMembership.getUserOf(JNRole role)
          Gets the JNUsers who has a specified role in this project.
 

Methods in org.kohsuke.jnt with parameters of type JNUser
 IssueEditor IssueEditor.assignTo(JNUser u)
          Assigns this issue to the given user.
 void JNMembership.declineRole(JNUser user, String roleName, String reason)
          Declines the specified role request.
 Set<JNRole> JNMembership.getRolesOf(JNUser user)
          Gets the JNRoles that a given user has in this project.
 void JNMembership.grantRole(JNUser user, String roleName)
          Grants the specified role request.
 void JNMembership.revokeRole(JNUser user, String roleName)
          Revokes the specified role from the user.
 

Uses of JNUser in org.kohsuke.jnt.tools
 

Fields in org.kohsuke.jnt.tools declared as JNUser
 JNUser NewBugEmail.reportedBy
          User name who reported the problem.
 



Copyright © 2003-2009 Kohsuke Kawaguchi. All Rights Reserved.