Uses of Interface
com.databricks.sdk.service.workspace.ReposService
-
Packages that use ReposService Package Description com.databricks.sdk com.databricks.sdk.service.workspace -
-
Uses of ReposService in com.databricks.sdk
Methods in com.databricks.sdk with parameters of type ReposService Modifier and Type Method Description WorkspaceClient
WorkspaceClient. withReposImpl(ReposService repos)
Replace ReposAPI implementation with mock -
Uses of ReposService in com.databricks.sdk.service.workspace
Methods in com.databricks.sdk.service.workspace that return ReposService Modifier and Type Method Description ReposService
ReposAPI. impl()
Constructors in com.databricks.sdk.service.workspace with parameters of type ReposService Constructor Description ReposAPI(ReposService mock)
Constructor for mocks
-