Uses of Class
io.lakefs.clients.sdk.model.CherryPickCreation
-
Packages that use CherryPickCreation Package Description io.lakefs.clients.sdk io.lakefs.clients.sdk.model -
-
Uses of CherryPickCreation in io.lakefs.clients.sdk
Methods in io.lakefs.clients.sdk with parameters of type CherryPickCreation Modifier and Type Method Description BranchesApi.APIcherryPickRequestBranchesApi. cherryPick(String repository, String branch, CherryPickCreation cherryPickCreation)Replay the changes from the given commit on the branch -
Uses of CherryPickCreation in io.lakefs.clients.sdk.model
Methods in io.lakefs.clients.sdk.model that return CherryPickCreation Modifier and Type Method Description CherryPickCreationCherryPickCreation. force(Boolean force)static CherryPickCreationCherryPickCreation. fromJson(String jsonString)Create an instance of CherryPickCreation given an JSON stringCherryPickCreationCherryPickCreation. parentNumber(Integer parentNumber)CherryPickCreationCherryPickCreation. putAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.CherryPickCreationCherryPickCreation. ref(String ref)
-