Class AllowedTo

  • All Implemented Interfaces:
    java.io.Serializable

    public class AllowedTo
    extends java.lang.Object
    implements java.io.Serializable
    This class is used by the ProtectedBranchesAPi to set up the allowed_to_push, allowed_to_merge, and allowed_to_unprotect values.
    See Also:
    Serialized Form
    • Constructor Detail

      • AllowedTo

        public AllowedTo​(AccessLevel accessLevel,
                         java.lang.Long userId,
                         java.lang.Long groupId)