Uses of Class
com.collabnet.ce.webservices.CTFRole
-
Packages that use CTFRole Package Description com.collabnet.ce.webservices hudson.plugins.collabnet.auth -
-
Uses of CTFRole in com.collabnet.ce.webservices
Methods in com.collabnet.ce.webservices that return CTFRole Modifier and Type Method Description CTFRole
CTFProject. createRole(String title, String description)
Methods in com.collabnet.ce.webservices that return types with arguments of type CTFRole Modifier and Type Method Description CTFList<CTFRole>
CTFProject. getRoles()
Roles in this project.CTFList<CTFRole>
CTFProject. getUserRoles(CTFUser u)
CTFList<CTFRole>
CTFProject. getUserRoles(String username)
Gets all the roles that the given user has in this project. -
Uses of CTFRole in hudson.plugins.collabnet.auth
Method parameters in hudson.plugins.collabnet.auth with type arguments of type CTFRole Modifier and Type Method Description static Collection<CollabNetRole>
CNProjectACL.CollabNetRoles. getMatchingRoles(CTFList<CTFRole> userRoleSet)
Get the applicable Jenkins roles matching a set of user role names
-