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 ProtectedBranchProtectedBranchesApi. 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 AllowedToAllowedTo. withAccessLevel(AccessLevel accessLevel)AllowedToAllowedTo. withGroupId(Integer groupId)AllowedToAllowedTo. withUserId(Integer userId)