Uses of Class
com.atlassian.bamboo.plan.cache.index.PlanRepositoryIndex.Query
-
-
Uses of PlanRepositoryIndex.Query in com.atlassian.bamboo.plan
Methods in com.atlassian.bamboo.plan with parameters of type PlanRepositoryIndex.Query Modifier and Type Method Description Stream<ImmutableChain>
FilteringPlanManager. getFilteredPlansWithRepository(PlanRepositoryIndex.Query query)
Returns chains that use repositories with given params -
Uses of PlanRepositoryIndex.Query in com.atlassian.bamboo.plan.cache
Methods in com.atlassian.bamboo.plan.cache with parameters of type PlanRepositoryIndex.Query Modifier and Type Method Description Stream<ImmutableChain>
CachedPlanManagerImpl. getFilteredPlansWithRepository(PlanRepositoryIndex.Query query)
Iterable<ImmutableChain>
CachedPlanManager. getPlansWithRepository(PlanRepositoryIndex.Query query)
Returns chains that use repositories with given params.Iterable<ImmutableChain>
CachedPlanManagerImpl. getPlansWithRepository(PlanRepositoryIndex.Query query)
Iterable<ImmutableChain>
CachedPlanManager. getPlansWithRepositoryWithConsistencyGuarantee(PlanRepositoryIndex.Query query)
Returns chains that use repositories with given params.Iterable<ImmutableChain>
CachedPlanManagerImpl. getPlansWithRepositoryWithConsistencyGuarantee(@NotNull PlanRepositoryIndex.Query query)
-
Uses of PlanRepositoryIndex.Query in com.atlassian.bamboo.plan.cache.index
Methods in com.atlassian.bamboo.plan.cache.index with parameters of type PlanRepositoryIndex.Query Modifier and Type Method Description @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.bitbucket.v2.webhooks.predicates
Methods in com.atlassian.bamboo.plugins.bitbucket.v2.webhooks.predicates with parameters of type PlanRepositoryIndex.Query Modifier and Type Method Description static Predicate<VcsRepositoryData>
BitbucketCloudRepositoryPredicates. matchesQuery(@NotNull CustomVariableContext customVariableContext, PlanRepositoryIndex.Query query)
-
Uses of PlanRepositoryIndex.Query in com.atlassian.bamboo.plugins.stash.predicates
Methods in com.atlassian.bamboo.plugins.stash.predicates with parameters of type PlanRepositoryIndex.Query Modifier and Type Method Description static 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)
-