public class RepositoryDefinitionCacheIndicesImpl extends Object
Constructor and Description |
---|
RepositoryDefinitionCacheIndicesImpl() |
Modifier and Type | Method and Description |
---|---|
Set<Long> |
allLinkedRepositoryIds() |
void |
clear() |
Optional<Long> |
findLinkedRepositoryByName(String name) |
Optional<Long> |
findProjectRepositoryByName(String name,
Long projectId) |
Collection<Long> |
findRepositoriesByPluginKey(String pluginKey) |
Collection<Long> |
findRepositoriesByProjectId(Long projectId) |
Collection<Long> |
getAllRepositories() |
Collection<Long> |
getRepositoriesAffectedWithChange(long repositoryId) |
public RepositoryDefinitionCacheIndicesImpl()
public Collection<Long> findRepositoriesByPluginKey(String pluginKey)
public Collection<Long> getRepositoriesAffectedWithChange(long repositoryId)
public Collection<Long> getAllRepositories()
public Collection<Long> findRepositoriesByProjectId(@NotNull Long projectId)
public Optional<Long> findProjectRepositoryByName(@NotNull String name, @NotNull Long projectId)
public void clear()
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.