Uses of Class
io.lakefs.clients.sdk.model.BranchProtectionRule
-
Packages that use BranchProtectionRule Package Description io.lakefs.clients.sdk io.lakefs.clients.sdk.model -
-
Uses of BranchProtectionRule in io.lakefs.clients.sdk
Methods in io.lakefs.clients.sdk that return types with arguments of type BranchProtectionRule Modifier and Type Method Description List<BranchProtectionRule>InternalApi.APIinternalGetBranchProtectionRulesRequest. execute()Deprecated.List<BranchProtectionRule>RepositoriesApi.APIgetBranchProtectionRulesRequest. execute()Execute getBranchProtectionRules requestApiResponse<List<BranchProtectionRule>>InternalApi.APIinternalGetBranchProtectionRulesRequest. executeWithHttpInfo()Deprecated.ApiResponse<List<BranchProtectionRule>>RepositoriesApi.APIgetBranchProtectionRulesRequest. executeWithHttpInfo()Execute getBranchProtectionRules request with HTTP info returnedMethods in io.lakefs.clients.sdk with parameters of type BranchProtectionRule Modifier and Type Method Description InternalApi.APIinternalCreateBranchProtectionRuleRequestInternalApi. internalCreateBranchProtectionRule(String repository, BranchProtectionRule branchProtectionRule)Deprecated.Method parameters in io.lakefs.clients.sdk with type arguments of type BranchProtectionRule Modifier and Type Method Description okhttp3.CallInternalApi.APIinternalGetBranchProtectionRulesRequest. executeAsync(ApiCallback<List<BranchProtectionRule>> _callback)Deprecated.okhttp3.CallRepositoriesApi.APIgetBranchProtectionRulesRequest. executeAsync(ApiCallback<List<BranchProtectionRule>> _callback)Execute getBranchProtectionRules request (asynchronously)RepositoriesApi.APIsetBranchProtectionRulesRequestRepositoriesApi. setBranchProtectionRules(String repository, List<BranchProtectionRule> branchProtectionRule) -
Uses of BranchProtectionRule in io.lakefs.clients.sdk.model
Methods in io.lakefs.clients.sdk.model that return BranchProtectionRule Modifier and Type Method Description static BranchProtectionRuleBranchProtectionRule. fromJson(String jsonString)Create an instance of BranchProtectionRule given an JSON stringBranchProtectionRuleBranchProtectionRule. pattern(String pattern)BranchProtectionRuleBranchProtectionRule. putAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.
-