| Package | Description |
|---|---|
| com.databricks.sdk.service.workspace |
| Modifier and Type | Method and Description |
|---|---|
RepoInfo |
ReposAPI.create(CreateRepo request)
Create a repo.
|
RepoInfo |
ReposService.create(CreateRepo createRepo)
Create a repo.
|
RepoInfo |
ReposAPI.create(String url,
String provider) |
RepoInfo |
ReposAPI.get(GetRepoRequest request)
Get a repo.
|
RepoInfo |
ReposService.get(GetRepoRequest getRepoRequest)
Get a repo.
|
RepoInfo |
ReposAPI.get(long repoId) |
RepoInfo |
RepoInfo.setBranch(String branch) |
RepoInfo |
RepoInfo.setHeadCommitId(String headCommitId) |
RepoInfo |
RepoInfo.setId(Long id) |
RepoInfo |
RepoInfo.setPath(String path) |
RepoInfo |
RepoInfo.setProvider(String provider) |
RepoInfo |
RepoInfo.setSparseCheckout(SparseCheckout sparseCheckout) |
RepoInfo |
RepoInfo.setUrl(String url) |
| Modifier and Type | Method and Description |
|---|---|
Collection<RepoInfo> |
ListReposResponse.getRepos() |
Iterable<RepoInfo> |
ReposAPI.list(ListReposRequest request)
Get repos.
|
| Modifier and Type | Method and Description |
|---|---|
ListReposResponse |
ListReposResponse.setRepos(Collection<RepoInfo> repos) |
Copyright © 2024. All rights reserved.