Class FolderRole

java.lang.Object
io.jenkins.plugins.folderauth.roles.AbstractRole
io.jenkins.plugins.folderauth.roles.FolderRole
All Implemented Interfaces:
Comparable<AbstractRole>

public class FolderRole extends AbstractRole
  • Constructor Details

  • Method Details

    • getFolderNames

      @NonNull public Set<String> getFolderNames()
      Returns the names of the folders managed by this role
      Returns:
      the names of the folders managed by this role
    • getFolderNamesCommaSeparated

      @NonNull public String getFolderNamesCommaSeparated()
      Returns sorted folder names as a comma separated string list
      Returns:
      sorted folder names as a comma separated string list