Modifier and Type | Method and Description |
---|---|
RepositoryGroup |
RepositoryGroup.cronExpression(String mergedIndexCronExpression) |
RepositoryGroup |
RepositoryGroup.mergedIndexPath(String mergedIndexPath) |
RepositoryGroup |
RepositoryGroup.mergedIndexTtl(int mergedIndexTtl) |
Modifier and Type | Method and Description |
---|---|
RepositoryGroup |
RepositoryGroupAdmin.getRepositoryGroup(String repositoryGroupId) |
Modifier and Type | Method and Description |
---|---|
List<RepositoryGroup> |
RepositoryGroupAdmin.getRepositoriesGroups() |
Map<String,RepositoryGroup> |
RepositoryGroupAdmin.getRepositoryGroupsAsMap() |
Modifier and Type | Method and Description |
---|---|
Boolean |
RepositoryGroupAdmin.addRepositoryGroup(RepositoryGroup repositoryGroup,
AuditInformation auditInformation) |
Boolean |
RepositoryGroupAdmin.updateRepositoryGroup(RepositoryGroup repositoryGroup,
AuditInformation auditInformation) |
Modifier and Type | Method and Description |
---|---|
RepositoryGroup |
DefaultRepositoryGroupAdmin.getRepositoryGroup(String repositoryGroupId) |
Modifier and Type | Method and Description |
---|---|
List<RepositoryGroup> |
DefaultRepositoryGroupAdmin.getRepositoriesGroups() |
Map<String,RepositoryGroup> |
DefaultRepositoryGroupAdmin.getRepositoryGroupsAsMap() |
Modifier and Type | Method and Description |
---|---|
Boolean |
DefaultRepositoryGroupAdmin.addRepositoryGroup(RepositoryGroup repositoryGroup,
AuditInformation auditInformation) |
Boolean |
DefaultRepositoryGroupAdmin.updateRepositoryGroup(RepositoryGroup repositoryGroup,
AuditInformation auditInformation) |
private Boolean |
DefaultRepositoryGroupAdmin.updateRepositoryGroup(RepositoryGroup repositoryGroup,
AuditInformation auditInformation,
boolean triggerAuditEvent) |
Boolean |
DefaultRepositoryGroupAdmin.validateRepositoryGroup(RepositoryGroup repositoryGroup,
boolean updateMode) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultMergedRemoteIndexesScheduler.schedule(RepositoryGroup repositoryGroup,
File directory) |
void |
DefaultMergedRemoteIndexesScheduler.unschedule(RepositoryGroup repositoryGroup) |
Modifier and Type | Method and Description |
---|---|
RepositoryGroup |
RepositoryGroupService.getRepositoryGroup(String repositoryGroupId) |
Modifier and Type | Method and Description |
---|---|
List<RepositoryGroup> |
RepositoryGroupService.getRepositoriesGroups() |
Modifier and Type | Method and Description |
---|---|
Boolean |
RepositoryGroupService.addRepositoryGroup(RepositoryGroup repositoryGroup) |
Boolean |
RepositoryGroupService.updateRepositoryGroup(RepositoryGroup repositoryGroup) |
Modifier and Type | Method and Description |
---|---|
RepositoryGroup |
DefaultRepositoryGroupService.getRepositoryGroup(String repositoryGroupId) |
Modifier and Type | Method and Description |
---|---|
List<RepositoryGroup> |
DefaultRepositoryGroupService.getRepositoriesGroups() |
Modifier and Type | Method and Description |
---|---|
Boolean |
DefaultRepositoryGroupService.addRepositoryGroup(RepositoryGroup repoGroup) |
Boolean |
DefaultRepositoryGroupService.updateRepositoryGroup(RepositoryGroup repoGroup) |
Modifier and Type | Method and Description |
---|---|
void |
MergedRemoteIndexesScheduler.schedule(RepositoryGroup repositoryGroup,
File directory)
will check if this repository group need to a schedule a cron to download/merge
remote indexes
|
void |
MergedRemoteIndexesScheduler.unschedule(RepositoryGroup repositoryGroup) |
Copyright © 2006–2023 The Apache Software Foundation. All rights reserved.