Uses of Class
io.lakefs.clients.api.model.ActionRunList
-
Packages that use ActionRunList Package Description io.lakefs.clients.api io.lakefs.clients.api.model -
-
Uses of ActionRunList in io.lakefs.clients.api
Methods in io.lakefs.clients.api that return ActionRunList Modifier and Type Method Description ActionRunListActionsApi. listRepositoryRuns(String repository, String after, Integer amount, String branch, String commit)list runsMethods in io.lakefs.clients.api that return types with arguments of type ActionRunList Modifier and Type Method Description ApiResponse<ActionRunList>ActionsApi. listRepositoryRunsWithHttpInfo(String repository, String after, Integer amount, String branch, String commit)list runsMethod parameters in io.lakefs.clients.api with type arguments of type ActionRunList Modifier and Type Method Description okhttp3.CallActionsApi. listRepositoryRunsAsync(String repository, String after, Integer amount, String branch, String commit, ApiCallback<ActionRunList> _callback)list runs (asynchronously) -
Uses of ActionRunList in io.lakefs.clients.api.model
Methods in io.lakefs.clients.api.model that return ActionRunList Modifier and Type Method Description ActionRunListActionRunList. addResultsItem(ActionRun resultsItem)ActionRunListActionRunList. pagination(Pagination pagination)ActionRunListActionRunList. results(List<ActionRun> results)
-