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 MavenLibrary
Library. getMaven()
MavenLibrary
MavenLibrary. setCoordinates(String coordinates)
MavenLibrary
MavenLibrary. setExclusions(Collection<String> exclusions)
MavenLibrary
MavenLibrary. setRepo(String repo)
Methods in com.databricks.sdk.service.compute with parameters of type MavenLibrary Modifier and Type Method Description Library
Library. 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 MavenLibrary
PipelineLibrary. getMaven()
Methods in com.databricks.sdk.service.pipelines with parameters of type MavenLibrary Modifier and Type Method Description PipelineLibrary
PipelineLibrary. setMaven(MavenLibrary maven)
-