Uses of Class
io.gitea.model.BranchProtection
| Package | Description |
|---|---|
| io.gitea.api | |
| io.gitea.model |
-
Uses of BranchProtection in io.gitea.api
Methods in io.gitea.api that return BranchProtection Modifier and Type Method Description BranchProtectionRepositoryApi. repoCreateBranchProtection(java.lang.String owner, java.lang.String repo, CreateBranchProtectionOption body)Create a branch protections for a repositoryBranchProtectionRepositoryApi. repoEditBranchProtection(java.lang.String owner, java.lang.String repo, java.lang.String name, EditBranchProtectionOption body)Edit a branch protections for a repository.BranchProtectionRepositoryApi. repoGetBranchProtection(java.lang.String owner, java.lang.String repo, java.lang.String name)Get a specific branch protection for the repositoryMethods in io.gitea.api that return types with arguments of type BranchProtection Modifier and Type Method Description ApiResponse<BranchProtection>RepositoryApi. repoCreateBranchProtectionWithHttpInfo(java.lang.String owner, java.lang.String repo, CreateBranchProtectionOption body)Create a branch protections for a repositoryApiResponse<BranchProtection>RepositoryApi. repoEditBranchProtectionWithHttpInfo(java.lang.String owner, java.lang.String repo, java.lang.String name, EditBranchProtectionOption body)Edit a branch protections for a repository.ApiResponse<BranchProtection>RepositoryApi. repoGetBranchProtectionWithHttpInfo(java.lang.String owner, java.lang.String repo, java.lang.String name)Get a specific branch protection for the repositoryjava.util.List<BranchProtection>RepositoryApi. repoListBranchProtection(java.lang.String owner, java.lang.String repo)List branch protections for a repositoryApiResponse<java.util.List<BranchProtection>>RepositoryApi. repoListBranchProtectionWithHttpInfo(java.lang.String owner, java.lang.String repo)List branch protections for a repositoryMethod parameters in io.gitea.api with type arguments of type BranchProtection Modifier and Type Method Description com.squareup.okhttp.CallRepositoryApi. repoCreateBranchProtectionAsync(java.lang.String owner, java.lang.String repo, CreateBranchProtectionOption body, ApiCallback<BranchProtection> callback)Create a branch protections for a repository (asynchronously)com.squareup.okhttp.CallRepositoryApi. repoEditBranchProtectionAsync(java.lang.String owner, java.lang.String repo, java.lang.String name, EditBranchProtectionOption body, ApiCallback<BranchProtection> callback)Edit a branch protections for a repository.com.squareup.okhttp.CallRepositoryApi. repoGetBranchProtectionAsync(java.lang.String owner, java.lang.String repo, java.lang.String name, ApiCallback<BranchProtection> callback)Get a specific branch protection for the repository (asynchronously)com.squareup.okhttp.CallRepositoryApi. repoListBranchProtectionAsync(java.lang.String owner, java.lang.String repo, ApiCallback<java.util.List<BranchProtection>> callback)List branch protections for a repository (asynchronously) -
Uses of BranchProtection in io.gitea.model
Methods in io.gitea.model that return BranchProtection Modifier and Type Method Description BranchProtectionBranchProtection. addApprovalsWhitelistTeamsItem(java.lang.String approvalsWhitelistTeamsItem)BranchProtectionBranchProtection. addApprovalsWhitelistUsernameItem(java.lang.String approvalsWhitelistUsernameItem)BranchProtectionBranchProtection. addMergeWhitelistTeamsItem(java.lang.String mergeWhitelistTeamsItem)BranchProtectionBranchProtection. addMergeWhitelistUsernamesItem(java.lang.String mergeWhitelistUsernamesItem)BranchProtectionBranchProtection. addPushWhitelistTeamsItem(java.lang.String pushWhitelistTeamsItem)BranchProtectionBranchProtection. addPushWhitelistUsernamesItem(java.lang.String pushWhitelistUsernamesItem)BranchProtectionBranchProtection. addStatusCheckContextsItem(java.lang.String statusCheckContextsItem)BranchProtectionBranchProtection. approvalsWhitelistTeams(java.util.List<java.lang.String> approvalsWhitelistTeams)BranchProtectionBranchProtection. approvalsWhitelistUsername(java.util.List<java.lang.String> approvalsWhitelistUsername)BranchProtectionBranchProtection. blockOnOfficialReviewRequests(java.lang.Boolean blockOnOfficialReviewRequests)BranchProtectionBranchProtection. blockOnOutdatedBranch(java.lang.Boolean blockOnOutdatedBranch)BranchProtectionBranchProtection. blockOnRejectedReviews(java.lang.Boolean blockOnRejectedReviews)BranchProtectionBranchProtection. branchName(java.lang.String branchName)BranchProtectionBranchProtection. createdAt(org.threeten.bp.OffsetDateTime createdAt)BranchProtectionBranchProtection. dismissStaleApprovals(java.lang.Boolean dismissStaleApprovals)BranchProtectionBranchProtection. enableApprovalsWhitelist(java.lang.Boolean enableApprovalsWhitelist)BranchProtectionBranchProtection. enableMergeWhitelist(java.lang.Boolean enableMergeWhitelist)BranchProtectionBranchProtection. enablePush(java.lang.Boolean enablePush)BranchProtectionBranchProtection. enablePushWhitelist(java.lang.Boolean enablePushWhitelist)BranchProtectionBranchProtection. enableStatusCheck(java.lang.Boolean enableStatusCheck)BranchProtectionBranchProtection. mergeWhitelistTeams(java.util.List<java.lang.String> mergeWhitelistTeams)BranchProtectionBranchProtection. mergeWhitelistUsernames(java.util.List<java.lang.String> mergeWhitelistUsernames)BranchProtectionBranchProtection. protectedFilePatterns(java.lang.String protectedFilePatterns)BranchProtectionBranchProtection. pushWhitelistDeployKeys(java.lang.Boolean pushWhitelistDeployKeys)BranchProtectionBranchProtection. pushWhitelistTeams(java.util.List<java.lang.String> pushWhitelistTeams)BranchProtectionBranchProtection. pushWhitelistUsernames(java.util.List<java.lang.String> pushWhitelistUsernames)BranchProtectionBranchProtection. requiredApprovals(java.lang.Long requiredApprovals)BranchProtectionBranchProtection. requireSignedCommits(java.lang.Boolean requireSignedCommits)BranchProtectionBranchProtection. statusCheckContexts(java.util.List<java.lang.String> statusCheckContexts)BranchProtectionBranchProtection. updatedAt(org.threeten.bp.OffsetDateTime updatedAt)