Uses of Class
io.lakefs.clients.api.model.BranchProtectionRule
-
Packages that use BranchProtectionRule Package Description io.lakefs.clients.api io.lakefs.clients.api.model -
-
Uses of BranchProtectionRule in io.lakefs.clients.api
Methods in io.lakefs.clients.api that return types with arguments of type BranchProtectionRule Modifier and Type Method Description List<BranchProtectionRule>RepositoriesApi. getBranchProtectionRules(String repository)get branch protection rulesApiResponse<List<BranchProtectionRule>>RepositoriesApi. getBranchProtectionRulesWithHttpInfo(String repository)get branch protection rulesList<BranchProtectionRule>InternalApi. internalGetBranchProtectionRules(String repository)Deprecated.ApiResponse<List<BranchProtectionRule>>InternalApi. internalGetBranchProtectionRulesWithHttpInfo(String repository)Deprecated.Methods in io.lakefs.clients.api with parameters of type BranchProtectionRule Modifier and Type Method Description voidInternalApi. internalCreateBranchProtectionRule(String repository, BranchProtectionRule branchProtectionRule)Deprecated.okhttp3.CallInternalApi. internalCreateBranchProtectionRuleAsync(String repository, BranchProtectionRule branchProtectionRule, ApiCallback<Void> _callback)Deprecated.okhttp3.CallInternalApi. internalCreateBranchProtectionRuleCall(String repository, BranchProtectionRule branchProtectionRule, ApiCallback _callback)Deprecated.ApiResponse<Void>InternalApi. internalCreateBranchProtectionRuleWithHttpInfo(String repository, BranchProtectionRule branchProtectionRule)Deprecated.Method parameters in io.lakefs.clients.api with type arguments of type BranchProtectionRule Modifier and Type Method Description okhttp3.CallRepositoriesApi. getBranchProtectionRulesAsync(String repository, ApiCallback<List<BranchProtectionRule>> _callback)get branch protection rules (asynchronously)okhttp3.CallInternalApi. internalGetBranchProtectionRulesAsync(String repository, ApiCallback<List<BranchProtectionRule>> _callback)Deprecated.voidRepositoriesApi. setBranchProtectionRules(String repository, List<BranchProtectionRule> branchProtectionRule, String ifMatch)okhttp3.CallRepositoriesApi. setBranchProtectionRulesAsync(String repository, List<BranchProtectionRule> branchProtectionRule, String ifMatch, ApiCallback<Void> _callback)(asynchronously)okhttp3.CallRepositoriesApi. setBranchProtectionRulesCall(String repository, List<BranchProtectionRule> branchProtectionRule, String ifMatch, ApiCallback _callback)Build call for setBranchProtectionRulesApiResponse<Void>RepositoriesApi. setBranchProtectionRulesWithHttpInfo(String repository, List<BranchProtectionRule> branchProtectionRule, String ifMatch) -
Uses of BranchProtectionRule in io.lakefs.clients.api.model
Methods in io.lakefs.clients.api.model that return BranchProtectionRule Modifier and Type Method Description BranchProtectionRuleBranchProtectionRule. pattern(String pattern)
-