Uses of Class
org.kohsuke.jnt.JNRole

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

Uses of JNRole in org.kohsuke.jnt
 

Methods in org.kohsuke.jnt that return JNRole
 JNRole JavaNet.getRole(String roleName)
          Obtains a JNRole object from a role name.
 

Methods in org.kohsuke.jnt that return types with arguments of type JNRole
 Set<JNRole> JNMembership.getRoles()
          Gets all the roles used in this project as a Set of JNRoles.
 Set<JNRole> JNMembership.getRolesOf(JNUser user)
          Gets the JNRoles that a given user has in this project.
 

Methods in org.kohsuke.jnt with parameters of type JNRole
 Set<JNUser> JNMembership.getUserOf(JNRole role)
          Gets the JNUsers who has a specified role in this project.
 



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