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 rulesMethods in io.lakefs.clients.api with parameters of type BranchProtectionRule Modifier and Type Method Description voidRepositoriesApi. createBranchProtectionRule(String repository, BranchProtectionRule branchProtectionRule)okhttp3.CallRepositoriesApi. createBranchProtectionRuleAsync(String repository, BranchProtectionRule branchProtectionRule, ApiCallback<Void> _callback)(asynchronously)okhttp3.CallRepositoriesApi. createBranchProtectionRuleCall(String repository, BranchProtectionRule branchProtectionRule, ApiCallback _callback)Build call for createBranchProtectionRuleApiResponse<Void>RepositoriesApi. createBranchProtectionRuleWithHttpInfo(String repository, BranchProtectionRule branchProtectionRule)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) -
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)
-