Uses of Class
io.lakefs.clients.api.model.HookRun
-
Packages that use HookRun Package Description io.lakefs.clients.api.model -
-
Uses of HookRun in io.lakefs.clients.api.model
Methods in io.lakefs.clients.api.model that return HookRun Modifier and Type Method Description HookRunHookRun. action(String action)HookRunHookRun. endTime(org.threeten.bp.OffsetDateTime endTime)HookRunHookRun. hookId(String hookId)HookRunHookRun. hookRunId(String hookRunId)HookRunHookRun. startTime(org.threeten.bp.OffsetDateTime startTime)HookRunHookRun. status(HookRun.StatusEnum status)Methods in io.lakefs.clients.api.model that return types with arguments of type HookRun Modifier and Type Method Description List<HookRun>HookRunList. getResults()Get resultsMethods in io.lakefs.clients.api.model with parameters of type HookRun Modifier and Type Method Description HookRunListHookRunList. addResultsItem(HookRun resultsItem)Method parameters in io.lakefs.clients.api.model with type arguments of type HookRun Modifier and Type Method Description HookRunListHookRunList. results(List<HookRun> results)voidHookRunList. setResults(List<HookRun> results)
-