Uses of Class
com.databricks.sdk.service.compute.MavenLibrary
-
Packages that use MavenLibrary Package Description com.databricks.sdk.service.compute com.databricks.sdk.service.pipelines -
-
Uses of MavenLibrary in com.databricks.sdk.service.compute
Methods in com.databricks.sdk.service.compute that return MavenLibrary Modifier and Type Method Description MavenLibraryLibrary. getMaven()MavenLibraryMavenLibrary. setCoordinates(String coordinates)MavenLibraryMavenLibrary. setExclusions(Collection<String> exclusions)MavenLibraryMavenLibrary. setRepo(String repo)Methods in com.databricks.sdk.service.compute with parameters of type MavenLibrary Modifier and Type Method Description LibraryLibrary. setMaven(MavenLibrary maven) -
Uses of MavenLibrary in com.databricks.sdk.service.pipelines
Methods in com.databricks.sdk.service.pipelines that return MavenLibrary Modifier and Type Method Description MavenLibraryPipelineLibrary. getMaven()Methods in com.databricks.sdk.service.pipelines with parameters of type MavenLibrary Modifier and Type Method Description PipelineLibraryPipelineLibrary. setMaven(MavenLibrary maven)
-