Uses of Class
com.collabnet.ce.webservices.CTFList
-
Packages that use CTFList Package Description com.collabnet.ce.webservices hudson.plugins.collabnet.auth -
-
Uses of CTFList in com.collabnet.ce.webservices
Methods in com.collabnet.ce.webservices that return CTFList Modifier and Type Method Description CTFList<CTFDocument>
CTFDocumentFolder. getDocuments()
CTFList<CTFDocumentFolder>
CTFDocumentFolder. getFolders()
CTFList<CTFGroup>
CollabNetApp. getGroups()
Get the list of all Groups on the system.CTFList<CTFGroup>
CTFUser. getGroups()
CTFList<CTFUser>
CTFRole. getMembers()
Gets the users who has this role (in the project that the role belongs to.)CTFList<CTFPackage>
CTFProject. getPackages()
CTFList<CTFRelease>
CTFPackage. getReleases()
CTFList<CTFRole>
CTFProject. getRoles()
Roles in this project.CTFList<CTFScmRepository>
CTFProject. getScmRepositories()
CTFList<CTFTracker>
CTFProject. getTrackers()
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 CTFList in hudson.plugins.collabnet.auth
Methods in hudson.plugins.collabnet.auth with parameters of type CTFList 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
-