|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 JNRole s. |
Set<JNRole> |
JNMembership.getRolesOf(JNUser user)
Gets the JNRole s 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 JNUser s who has a specified role in this project. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |