Class FolderRole
java.lang.Object
io.jenkins.plugins.folderauth.roles.AbstractRole
io.jenkins.plugins.folderauth.roles.FolderRole
- All Implemented Interfaces:
Comparable<AbstractRole>
-
Field Summary
Fields inherited from class io.jenkins.plugins.folderauth.roles.AbstractRole
name, sids
-
Constructor Summary
ConstructorDescriptionFolderRole
(String name, Set<PermissionWrapper> permissions, Set<String> folders) FolderRole
(String name, Set<PermissionWrapper> permissions, Set<String> folders, Set<String> sids) -
Method Summary
Modifier and TypeMethodDescriptionReturns the names of the folders managed by this roleReturns sorted folder names as a comma separated string listMethods inherited from class io.jenkins.plugins.folderauth.roles.AbstractRole
compareTo, equals, getName, getPermissions, getPermissionsUnsorted, getSids, getSidsCommaSeparated, hashCode
-
Constructor Details
-
FolderRole
-
FolderRole
-
-
Method Details
-
getFolderNames
Returns the names of the folders managed by this role- Returns:
- the names of the folders managed by this role
-
getFolderNamesCommaSeparated
Returns sorted folder names as a comma separated string list- Returns:
- sorted folder names as a comma separated string list
-