Uses of Class
io.lakefs.clients.api.model.CherryPickCreation
-
Packages that use CherryPickCreation Package Description io.lakefs.clients.api io.lakefs.clients.api.model -
-
Uses of CherryPickCreation in io.lakefs.clients.api
Methods in io.lakefs.clients.api with parameters of type CherryPickCreation Modifier and Type Method Description CommitBranchesApi. cherryPick(String repository, String branch, CherryPickCreation cherryPickCreation)Replay the changes from the given commit on the branchokhttp3.CallBranchesApi. cherryPickAsync(String repository, String branch, CherryPickCreation cherryPickCreation, ApiCallback<Commit> _callback)Replay the changes from the given commit on the branch (asynchronously)okhttp3.CallBranchesApi. cherryPickCall(String repository, String branch, CherryPickCreation cherryPickCreation, ApiCallback _callback)Build call for cherryPickApiResponse<Commit>BranchesApi. cherryPickWithHttpInfo(String repository, String branch, CherryPickCreation cherryPickCreation)Replay the changes from the given commit on the branch -
Uses of CherryPickCreation in io.lakefs.clients.api.model
Methods in io.lakefs.clients.api.model that return CherryPickCreation Modifier and Type Method Description CherryPickCreationCherryPickCreation. parentNumber(Integer parentNumber)CherryPickCreationCherryPickCreation. ref(String ref)
-