Uses of Class
org.gitlab4j.api.models.AllowedTo
Packages that use AllowedTo
-
Uses of AllowedTo in org.gitlab4j.api
Methods in org.gitlab4j.api with parameters of type AllowedToModifier and TypeMethodDescriptionProtectedBranchesApi.protectBranch(Object projectIdOrPath, String branchName, AllowedTo allowedToPush, AllowedTo allowedToMerge, AllowedTo allowedToUnprotect, Boolean codeOwnerApprovalRequired) Protects a single repository branch or several project repository branches using a wildcard protected branch. -
Uses of AllowedTo in org.gitlab4j.api.models
Methods in org.gitlab4j.api.models that return AllowedToModifier and TypeMethodDescriptionAllowedTo.withAccessLevel(AccessLevel accessLevel) AllowedTo.withGroupId(Long groupId) AllowedTo.withUserId(Long userId)