Interface ChangePermissionOrLabel

All Superinterfaces:
GerritPermission
All Known Implementing Classes:
AbstractLabelPermission, AbstractLabelPermission.WithValue, ChangePermission, LabelPermission, LabelPermission.WithValue, LabelRemovalPermission, LabelRemovalPermission.WithValue

public interface ChangePermissionOrLabel extends GerritPermission
  • Method Details

    • hintForException

      default Optional<String> hintForException()
      A hint that explains under which conditions this permission is permitted.

      This is useful for permissions that are not directly assigned but are indirectly permitted by the user having other permissions or being the change owner.