Uses of Class
io.lakefs.clients.sdk.model.ActionRun
-
Packages that use ActionRun Package Description io.lakefs.clients.sdk io.lakefs.clients.sdk.model -
-
Uses of ActionRun in io.lakefs.clients.sdk
Methods in io.lakefs.clients.sdk that return ActionRun Modifier and Type Method Description ActionRunActionsApi.APIgetRunRequest. execute()Execute getRun requestMethods in io.lakefs.clients.sdk that return types with arguments of type ActionRun Modifier and Type Method Description ApiResponse<ActionRun>ActionsApi.APIgetRunRequest. executeWithHttpInfo()Execute getRun request with HTTP info returnedMethod parameters in io.lakefs.clients.sdk with type arguments of type ActionRun Modifier and Type Method Description okhttp3.CallActionsApi.APIgetRunRequest. executeAsync(ApiCallback<ActionRun> _callback)Execute getRun request (asynchronously) -
Uses of ActionRun in io.lakefs.clients.sdk.model
Methods in io.lakefs.clients.sdk.model that return ActionRun Modifier and Type Method Description ActionRunActionRun. branch(String branch)ActionRunActionRun. commitId(String commitId)ActionRunActionRun. endTime(OffsetDateTime endTime)ActionRunActionRun. eventType(String eventType)static ActionRunActionRun. fromJson(String jsonString)Create an instance of ActionRun given an JSON stringActionRunActionRun. putAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.ActionRunActionRun. runId(String runId)ActionRunActionRun. startTime(OffsetDateTime startTime)ActionRunActionRun. status(ActionRun.StatusEnum status)Methods in io.lakefs.clients.sdk.model that return types with arguments of type ActionRun Modifier and Type Method Description List<ActionRun>ActionRunList. getResults()Get resultsMethods in io.lakefs.clients.sdk.model with parameters of type ActionRun Modifier and Type Method Description ActionRunListActionRunList. addResultsItem(ActionRun resultsItem)Method parameters in io.lakefs.clients.sdk.model with type arguments of type ActionRun Modifier and Type Method Description ActionRunListActionRunList. results(List<ActionRun> results)voidActionRunList. setResults(List<ActionRun> results)
-