Uses of Class
org.gitlab4j.api.models.AllowedTo
Package | Description |
---|---|
org.gitlab4j.api | |
org.gitlab4j.api.models |
-
Uses of AllowedTo in org.gitlab4j.api
Methods in org.gitlab4j.api with parameters of type AllowedTo Modifier and Type Method Description ProtectedBranch
ProtectedBranchesApi. 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 AllowedTo Modifier and Type Method Description AllowedTo
AllowedTo. withAccessLevel(AccessLevel accessLevel)
AllowedTo
AllowedTo. withGroupId(Integer groupId)
AllowedTo
AllowedTo. withUserId(Integer userId)