Package com.atlassian.bamboo.repository
Class RepositoryDefinitionCacheIndices
- java.lang.Object
-
- com.atlassian.bamboo.repository.RepositoryDefinitionCacheIndices
-
public class RepositoryDefinitionCacheIndices extends Object
-
-
Constructor Summary
Constructors Constructor Description RepositoryDefinitionCacheIndices()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<Long>
allLinkedRepositoryIds()
void
clear()
Optional<Long>
findLinkedRepositoryByName(@NotNull String name)
Optional<Long>
findProjectRepositoryByName(@NotNull String name, @NotNull Long projectId)
Collection<Long>
findRepositoriesByPluginKey(String pluginKey)
Collection<Long>
findRepositoriesByProjectId(@NotNull Long projectId)
Collection<Long>
getProjectAndLinkedRepositories()
Collection<Long>
getRepositoriesAffectedWithChange(long repositoryId)
Set<Long>
getTopLevelRepositoriesIds()
-
-
-
Method Detail
-
findRepositoriesByPluginKey
public Collection<Long> findRepositoriesByPluginKey(String pluginKey)
-
getRepositoriesAffectedWithChange
public Collection<Long> getRepositoriesAffectedWithChange(long repositoryId)
-
getProjectAndLinkedRepositories
public Collection<Long> getProjectAndLinkedRepositories()
-
findLinkedRepositoryByName
public Optional<Long> findLinkedRepositoryByName(@NotNull @NotNull String name)
-
findRepositoriesByProjectId
public Collection<Long> findRepositoriesByProjectId(@NotNull @NotNull Long projectId)
-
findProjectRepositoryByName
public Optional<Long> findProjectRepositoryByName(@NotNull @NotNull String name, @NotNull @NotNull Long projectId)
-
clear
public void clear()
-
-