| Modifier and Type | Method and Description |
|---|---|
List<Repository> |
FileNavigatorService.listRepositories() |
| Modifier and Type | Method and Description |
|---|---|
Repository |
RepoRemovedFromOrganizationalUnitEvent.getRepository() |
Repository |
RepoAddedToOrganizationalUnitEvent.getRepository() |
| Modifier and Type | Method and Description |
|---|---|
Collection<Repository> |
OrganizationalUnit.getRepositories() |
| Modifier and Type | Method and Description |
|---|---|
void |
OrganizationalUnitService.addRepository(OrganizationalUnit organizationalUnit,
Repository repository) |
OrganizationalUnit |
OrganizationalUnitService.getParentOrganizationalUnit(Repository repository) |
void |
OrganizationalUnitService.removeRepository(OrganizationalUnit organizationalUnit,
Repository repository) |
void |
RepoRemovedFromOrganizationalUnitEvent.setRepository(Repository repository) |
void |
RepoAddedToOrganizationalUnitEvent.setRepository(Repository repository) |
| Modifier and Type | Method and Description |
|---|---|
OrganizationalUnit |
OrganizationalUnitService.createOrganizationalUnit(String name,
String owner,
String defaultGroupId,
Collection<Repository> repositories) |
| Constructor and Description |
|---|
RepoAddedToOrganizationalUnitEvent(OrganizationalUnit organizationalUnit,
Repository repository,
String userName) |
RepoRemovedFromOrganizationalUnitEvent(OrganizationalUnit organizationalUnit,
Repository repository,
String userName) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Repository> |
OrganizationalUnitImpl.getRepositories() |
| Modifier and Type | Method and Description |
|---|---|
Repository |
RepositoryService.createRepository(OrganizationalUnit organizationalUnit,
String scheme,
String alias,
RepositoryEnvironmentConfigurations configurations) |
Repository |
RepositoryService.createRepository(String scheme,
String alias,
RepositoryEnvironmentConfigurations configurations) |
Repository |
NewRepositoryEvent.getNewRepository() |
Repository |
RepositoryRemovedEvent.getRepository() |
Repository |
RepositoryService.getRepository(org.uberfire.backend.vfs.Path root) |
Repository |
RepositoryService.getRepository(String alias) |
Repository |
RepositoryEnvironmentUpdatedEvent.getUpdatedRepository() |
Repository |
RepositoryService.updateRepositoryConfiguration(Repository repository,
RepositoryEnvironmentConfigurations repositoryConfigurationonfig) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Repository> |
RepositoryService.getAllRepositories()
Get all the repositories.
|
Collection<Repository> |
RepositoryService.getRepositories()
Get only those repositories available within the current security context.
|
Collection<Repository> |
RepositorySearchService.searchByAlias(String namePattern,
int maxItems,
boolean caseSensitive)
Retrieve a max number of
Repository instances given a name pattern. |
Collection<Repository> |
RepositorySearchService.searchById(Collection<String> ids)
Retrieve a collection of
Repository instances given their identifier. |
| Modifier and Type | Method and Description |
|---|---|
void |
RepositoryService.addGroup(Repository repository,
String group) |
void |
RepositoryService.removeGroup(Repository repository,
String group) |
void |
RepositoryEnvironmentUpdatedEvent.setUpdatedRepository(Repository updatedRepository) |
Repository |
RepositoryService.updateRepositoryConfiguration(Repository repository,
RepositoryEnvironmentConfigurations repositoryConfigurationonfig) |
| Constructor and Description |
|---|
NewRepositoryEvent(Repository newRepository) |
NewRepositoryEvent(Repository newRepository,
String groupId,
String artifactId,
String version) |
RepositoryEnvironmentUpdatedEvent(Repository updatedRepository) |
RepositoryRemovedEvent(Repository repository) |
| Modifier and Type | Class and Description |
|---|---|
class |
GitRepository |
| Modifier and Type | Method and Description |
|---|---|
Repository |
RepositoryFactoryHelper.newRepository(ConfigGroup repoConfig) |
Repository |
RepositoryFactory.newRepository(ConfigGroup repoConfig) |
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.