Uses of Class
com.atlassian.bamboo.plan.cache.index.PlanRepositoryIndex.Query
Package
Description
-
Uses of PlanRepositoryIndex.Query in com.atlassian.bamboo.plan
Modifier and TypeMethodDescriptionFilteringPlanManager.getFilteredPlansWithRepository
(PlanRepositoryIndex.Query query) Returns chains that use repositories with given params -
Uses of PlanRepositoryIndex.Query in com.atlassian.bamboo.plan.cache
Modifier and TypeMethodDescriptionCachedPlanManagerImpl.getFilteredPlansWithRepository
(PlanRepositoryIndex.Query query) CachedPlanManager.getPlansWithRepository
(PlanRepositoryIndex.Query query) Returns chains that use repositories with given params.CachedPlanManagerImpl.getPlansWithRepository
(PlanRepositoryIndex.Query query) CachedPlanManager.getPlansWithRepositoryWithConsistencyGuarantee
(PlanRepositoryIndex.Query query) Returns chains that use repositories with given params.CachedPlanManagerImpl.getPlansWithRepositoryWithConsistencyGuarantee
(@NotNull PlanRepositoryIndex.Query query) -
Uses of PlanRepositoryIndex.Query in com.atlassian.bamboo.plan.cache.index
Modifier and TypeMethodDescription@NotNull Collection<PlanKey>
PlanRepositoryIndex.getPlans
(@NotNull PlanRepositoryIndex.Query query) @NotNull Collection<PlanKey>
PlanRepositoryIndexer.getPlans
(@NotNull PlanRepositoryIndex.Query query) -
Uses of PlanRepositoryIndex.Query in com.atlassian.bamboo.plugins.git.api
Modifier and TypeMethodDescriptionstatic Predicate<VcsRepositoryData>
RepositoryPredicates.matchesQuery
(@NotNull CustomVariableContext customVariableContext, PlanRepositoryIndex.Query query, @NotNull RepositoryFinder repositoryFinder) Returns a Predicate that can be used to filter VcsRepositoryData objects based on a given query and a RepositoryFinder. -
Uses of PlanRepositoryIndex.Query in com.atlassian.bamboo.plugins.stash.predicates
Modifier and TypeMethodDescriptionstatic Predicate<ImmutableChain>
StashRepositoryPredicates.defaultRepositoryMatchesQuery
(@NotNull CustomVariableContext customVariableContext, @NotNull com.atlassian.stash.rest.client.applinks.ApplinkStashClientFactory applinkStashClientFactory, PlanRepositoryIndex.Query query, @NotNull String mirrorId) Predicate that is fulfilled when chain has default repository matching query.static Predicate<VcsRepositoryData>
StashRepositoryPredicates.matchesQuery
(@NotNull CustomVariableContext customVariableContext, @NotNull com.atlassian.stash.rest.client.applinks.ApplinkStashClientFactory stashClientFactory, PlanRepositoryIndex.Query query)