Package com.atlassian.bamboo.repository
Class RepositoryDefinitionCacheIndices
java.lang.Object
com.atlassian.bamboo.repository.RepositoryDefinitionCacheIndices
-
Constructor Summary
ConstructorsConstructorDescriptionRepositoryDefinitionCacheIndices(@NotNull VcsRepositoryManager vcsRepositoryManager) -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()findLinkedRepositoryByName(@NotNull String name) findProjectRepositoryByName(@NotNull String name, @NotNull Long projectId) findRepositoriesByLocationKey(@NotNull VcsLocationIndexKey locationIndexKey) findRepositoriesByPluginKey(String pluginKey) findRepositoriesByProjectId(@NotNull Long projectId) getRepositoriesAffectedWithChange(long repositoryId)
-
Constructor Details
-
RepositoryDefinitionCacheIndices
public RepositoryDefinitionCacheIndices(@NotNull @NotNull VcsRepositoryManager vcsRepositoryManager)
-
-
Method Details
-
findRepositoriesByPluginKey
-
getRepositoriesAffectedWithChange
-
getTopLevelRepositoriesIds
-
getProjectAndLinkedRepositories
-
findLinkedRepositoryByName
-
findRepositoriesByProjectId
-
findProjectRepositoryByName
-
allLinkedRepositoryIds
-
findRepositoriesByLocationKey
public Set<Long> findRepositoriesByLocationKey(@NotNull @NotNull VcsLocationIndexKey locationIndexKey) -
clear
public void clear()
-