Package | Description |
---|---|
org.komodo.relational | |
org.komodo.relational.profile | |
org.komodo.relational.profile.internal |
Modifier and Type | Method and Description |
---|---|
static GitRepository |
RelationalModelFactory.createGitRepository(Repository.UnitOfWork transaction,
Repository repository,
Profile profile,
String repoName,
URL url,
String user,
String password)
/**
|
Modifier and Type | Field and Description |
---|---|
static GitRepository[] |
GitRepository.NO_GIT_REPOSITORIES
An empty array of git repositories.
|
Modifier and Type | Field and Description |
---|---|
static TypeResolver<GitRepository> |
GitRepository.RESOLVER
The resolver of a
GitRepository . |
Modifier and Type | Method and Description |
---|---|
GitRepository |
Profile.addGitRepository(Repository.UnitOfWork transaction,
String repoName,
URL url,
String user,
String password) |
GitRepository[] |
Profile.getGitRepositories(Repository.UnitOfWork transaction,
String... namePatterns) |
Modifier and Type | Class and Description |
---|---|
class |
GitRepositoryImpl
An implementation of a git repository configuration object.
|
Modifier and Type | Method and Description |
---|---|
GitRepository |
ProfileImpl.addGitRepository(Repository.UnitOfWork transaction,
String repoName,
URL url,
String user,
String password) |
GitRepository[] |
ProfileImpl.getGitRepositories(Repository.UnitOfWork transaction,
String... namePatterns) |
Copyright © 2013–2019. All rights reserved.