Uses of Class
io.lakefs.clients.api.model.ActionRun
-
Packages that use ActionRun Package Description io.lakefs.clients.api io.lakefs.clients.api.model -
-
Uses of ActionRun in io.lakefs.clients.api
Methods in io.lakefs.clients.api that return ActionRun Modifier and Type Method Description ActionRunActionsApi. getRun(String repository, String runId)get a runMethods in io.lakefs.clients.api that return types with arguments of type ActionRun Modifier and Type Method Description ApiResponse<ActionRun>ActionsApi. getRunWithHttpInfo(String repository, String runId)get a runMethod parameters in io.lakefs.clients.api with type arguments of type ActionRun Modifier and Type Method Description okhttp3.CallActionsApi. getRunAsync(String repository, String runId, ApiCallback<ActionRun> _callback)get a run (asynchronously) -
Uses of ActionRun in io.lakefs.clients.api.model
Methods in io.lakefs.clients.api.model that return ActionRun Modifier and Type Method Description ActionRunActionRun. branch(String branch)ActionRunActionRun. commitId(String commitId)ActionRunActionRun. endTime(org.threeten.bp.OffsetDateTime endTime)ActionRunActionRun. eventType(String eventType)ActionRunActionRun. runId(String runId)ActionRunActionRun. startTime(org.threeten.bp.OffsetDateTime startTime)ActionRunActionRun. status(ActionRun.StatusEnum status)Methods in io.lakefs.clients.api.model that return types with arguments of type ActionRun Modifier and Type Method Description List<ActionRun>ActionRunList. getResults()Get resultsMethods in io.lakefs.clients.api.model with parameters of type ActionRun Modifier and Type Method Description ActionRunListActionRunList. addResultsItem(ActionRun resultsItem)Method parameters in io.lakefs.clients.api.model with type arguments of type ActionRun Modifier and Type Method Description ActionRunListActionRunList. results(List<ActionRun> results)voidActionRunList. setResults(List<ActionRun> results)
-